Re: [PLUG] % cpu usage calculations ?

2005-07-07 Thread c.v.hazarey
Here is a prog to do that (taken from a standard utility iostat) but gives you the cpu idle time etc. /*Program for the finding out of the runtime cpu statistics .*/ #include #include #include #include #include struct cpu_info { unsigned long long user; unsigned long long sys

Re: [PLUG] R there any alternatives to RPM

2005-07-07 Thread c.v.hazarey
Hi, Here are the links. http://apt.freshrpms.net/ http://www.brennan.id.au/07-Package_Management.html#yum http://linuxcommand.org/man_pages/yum8.html http://linux.duke.edu/projects/yum/index.ptml http://www.sial.org/howto/yum/ Bye, Chaitanya V. Hazarey -- _

Re: [PLUG] R there any alternatives to RPM

2005-07-06 Thread c.v.hazarey
Hi Gurudutta, I would suggest you lookup yum for redhat , and also apt-get from redhat. Even when you have got all the packages in place to install you can use a good tool such as ezrpm. Look it up. Regards, Chaitanya V. Hazarey -- ___