Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!

10.6: See more process info in top UNIX
Snow Leopard only hintI am an old timer and use top (instead of Activity Monitor) to keep an eye on my system.

I just notice that in Snow Leopard when you horizontally resize the Terminal (or xterm) window, top displays more information about the running processes -- new columns are added as the window grows wider. Use man top to get an explanation of what those extra columns display.

Another nice change is that the Process ID (PID) is now suffixed with - to indicate a 32-bit process, and a * to indicate a PowerPC process.
    •    
  • Currently 4.29 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (7 votes cast)
 
[1,706 views]  

10.6: See more process info in top | 6 comments | Create New Account
Click here to return to the '10.6: See more process info in top' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.6: See more process info in top
Authored by: infodriveway on Wed, Oct 21 2009 at 9:48AM PDT
I was curious what the “-” was next to the PID. Not curious enough to Google for it… Thank you for this information!
---
There is nothing special about equal rights!


[ Reply to This | # ]
10.6: See more process info in top
Authored by: phunkjay on Thu, Oct 22 2009 at 2:59AM PDT
When i run TOP i sometimes have more processes than fit into the window (even if i resize)

Anyone know how i can see all TOP processes ? (scroll, next page etc ?)

Thanks !

[ Reply to This | # ]
logging option
Authored by: clh on Thu, Oct 22 2009 at 6:35AM PDT
Run 'man top' and check out the -l (as in 'logging') option.

'top -l 0' may do what you want.



[ Reply to This | # ]
logging option
Authored by: phunkjay on Thu, Oct 22 2009 at 7:42AM PDT
Thanks ! " top -l 0 " Does the trick. Now i can see all processes.

[ Reply to This | # ]
10.6: See more process info in top
Authored by: richiesmit on Thu, Oct 22 2009 at 12:42PM PDT
Also you can use '<' and '>' to change the focus of which column is sorted. It starts out with %CPU. Hitting '>' once takes the focus right, so the output is sorted on %MEM usage. It can be useful to sort by command name too, so I hope this helps.


[ Reply to This | # ]
10.6: See more process info in top
Authored by: felix-fi on Fri, Oct 23 2009 at 10:57PM PDT
I wanted to try your <> tip... but cannot get it to work. I need to use type o, and then type the name of the field. Am I missing something?


[ Reply to This | # ]