LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   need top clone- to measure CPU usage (https://www.linuxquestions.org/questions/linux-software-2/need-top-clone-to-measure-cpu-usage-239344/)

pao 10-06-2004 05:49 AM

need top clone- to measure CPU usage
 
Hello people!

I'm looking for a top clone program.

I need to monitor the CPU usage of a linux machine and i want to compare with top results. Anyone can sugest a tool to know the CPU usage?


Thanks
pao

dukeinlondon 10-06-2004 07:07 AM

gtop, gkrellm, ksysguard

pao 10-07-2004 06:36 AM

Lots of thanks, but i forget to say that I needed a top clone but for shell

I'm going to try this soft you sugested to me.

Best Regards
Pao

dukeinlondon 10-07-2004 06:40 AM

I don't know if it always comes installed with all distros but there is a version of ps that gives cpu usage when invoked as follows :

ps aux

Not on a linux machine right now so I can't tell you much more. I think that's the bsd version of it.

theYinYeti 10-07-2004 09:46 AM

If you want the CPU usage of ONE application, then you can use "time". Eg:
time make all

Yves.


All times are GMT -5. The time now is 04:30 AM.