Re: AIX equivalent to HP's 'glance' cmd?
From: Darryl Ousterhout (D.Ousterhout_at_LABSAFETY.COM)
Date: 07/31/03
- Previous message: Shawn Bierman: "mailing output"
- Maybe in reply to: Tim Muller: "AIX equivalent to HP's 'glance' cmd?"
- Next in thread: Green, Simon: "Re: AIX equivalent to HP's 'glance' cmd?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 31 Jul 2003 09:53:03 -0500 To: aix-l@Princeton.EDU
Monitor is also an option. It creates output similar to Topas. Found at:
Looks like the latest version is only available for 4.3.3.
-Darryl
-----Original Message-----
From: Lawrence Clark [mailto:Larry_Clark@THRUWAY.STATE.NY.US]
Sent: Thursday, July 31, 2003 9:22 AM
To: aix-l@Princeton.EDU
Subject: Re: AIX equivalent to HP's 'glance' cmd?
ps gu |head -n 1; ps gu | egrep -v "CPU|kproc"|sort +2b -3 -n -r | head
-n 10
known as 'topten'
or use topas
>>> aix_sa_706@YAHOO.COM 07/31/03 10:12AM >>>
Is there an AIX command similar to the HP 'glance'
command showing which processes are using the most
CPU? TIA.
=====
Tim Muller
Hamilton Co. Dept. of Job & Family Services
Cincinnati, OH USA
__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
- Previous message: Shawn Bierman: "mailing output"
- Maybe in reply to: Tim Muller: "AIX equivalent to HP's 'glance' cmd?"
- Next in thread: Green, Simon: "Re: AIX equivalent to HP's 'glance' cmd?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|