If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Unix Shell Scripts > top equivalent command

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-08-11, 10:03
regtha regtha is offline
Registered User
 
Join Date: Jan 2010
Posts: 72
top equivalent command

Is there any other command to replace "top" command in unix?
Reply With Quote
  #2 (permalink)  
Old 02-08-11, 11:16
Pat Phelan Pat Phelan is online now
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,612
If you are looking for something to buy, almost any of the performance monitor tools will provide that information. We've had good luck using Orion by Solar Winds.

I don't know of another command line utilitiy provided across generic *ix platforms that does anything comparable to top.

-PatP
__________________
In theory, theory and practice are identical. In practice, theory and practice are unrelated.
Reply With Quote
  #3 (permalink)  
Old 02-09-11, 10:22
pdreyer pdreyer is offline
Registered User
 
Join Date: May 2005
Location: South Africa
Posts: 1,268
On solaris
have a look at /usr/dt/bin/sdtprocess

Maybe this might give you what you want
Code:
ps -o user,pid,ppid,pcpu,pmem,rss="     Ram" -o vsz="    Size" -o stime,time,nlwp,args
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On