Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'View valid 'top' output on the desktop via GeekTool' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
View valid 'top' output on the desktop via GeekTool
Authored by: killer54291 on Apr 11, '10 04:00:09PM

disregard my last comment, i figured that out. but is there any way to show vsize in megabytes instead of bytes? the current command is
ps -arcwwwxo "%cpu vsize command" | egrep "PID|$1" | grep -v grep | head -12 | tail -11

but that shows
1.1 22222222 command
2.2 33333333 command
3.3 44444444 command
etc.

and i want
1.1 22M command
2.2 33M command
3.3 44M command
etc.



[ Reply to This | # ]