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: mark hunte on Aug 09, '06 07:42:07AM
I've used
top -u -FR -l2 | grep -v 0.0% | grep % | grep -v Load | grep -v COMMAND | cut -c 7-24
with a refresh of 2 seconds, worked fine for me. Did not notice a PID issue but then when I used it I would not have looked for it.

---
mh

[ Reply to This | # ]

View valid 'top' output on the desktop via GeekTool
Authored by: mark hunte on Aug 09, '06 07:55:44AM

Just re ran mine and I see what you mean...

---
mh



[ Reply to This | # ]