1752782 Members
6086 Online
108789 Solutions
New Discussion юеВ

Re: Top command output

 
gany59
Regular Advisor

Top command output

how to analysis the top command output and come to know the CPU utilization and memory usage and process state. Could anybody tell this, Please
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Top command output

Shalom,

A little reading on the topic:
http://docs.hp.com/en/B2355-90950/ch07s04.html

Take a look also at the man page. Man pages in HP-UX are very, very good.

http://www.hpux.ws/?p=6

There is a script in there that uses top command to gather output to a file and report.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Sunny123_1
Esteemed Contributor

Re: Top command output

Hi gany59

Use man command for more help.
You can also refer glance command.


Regards
Sunny
Laurent Menase
Honored Contributor

Re: Top command output

just a remark,
top cpu usage is not a precise measure.
use glance.
top can tell a process is using 100% when no cpu is used or the contrary as it is a sample on which process is running at tic time.