Operating System - Tru64 Unix
1751852 Members
5341 Online
108782 Solutions
New Discussion юеВ

Re: Top for TRU64

 
SOLVED
Go to solution
ALPHA_10
Advisor

Top for TRU64


Could you please tell me what is TOP (HP-UX) for TRU64 ?


3 REPLIES 3
Ivan Ferreira
Honored Contributor
Solution

Re: Top for TRU64

Normally, the collect command is used to display performance data, you can use for example:

collect -sp -S

But it only sorts by cpu usage, not by memmory usage.

See also:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1009921
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Arch_Muthiah
Honored Contributor

Re: Top for TRU64

The top command is not part of the Tru64 UNIX operating system, but it is distributed as freeware on the Tru64 UNIX Associated Products CD-ROM (APCD). The top command lists the processes with the highest CPU percentages.

Also you can look into sar, dxsysinfo, and sys_check commands to monitor the various systems activity such as paging, activity by any specifi process, memory usuage, device and file-system activities.

Archunan
Regards
Archie
Steven Schweda
Honored Contributor

Re: Top for TRU64

"top" for Tru64 is probably about the same
(to the user) as "top" for any other UNIX
system.

Until now, I've been using an older version:

urtx# top -v
top: version 3.5.1

but 3.6.1 seems to work, too:

http://www.unixtop.org/

http://www.unixtop.org/download.shtml