Operating System - Tru64 Unix
1753747 Members
5019 Online
108799 Solutions
New Discussion юеВ

about the performance!

 
SOLVED
Go to solution
leyearn
Regular Advisor

about the performance!

my os is tru64 4.0D
and when i execute the command :#vmstat 4 9
the cpu column's idle entry is 0
how can i trace the processes which consume the most of cpu resource ?
how can find out them?

and generally how to analyse the problem of performance?
2 REPLIES 2
Ralf Puchner
Honored Contributor
Solution

Re: about the performance!

try "ps waux" and use "collect" (must be installed) to collect performance data.
Help() { FirstReadManual(urgently); Go_to_it;; }
Ronnie Doggart
Frequent Advisor

Re: about the performance!

You could also use the program called 'top' its freeware and you can download it from the web.