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


Click here to return to the 'Dramatically reduce the CPU usage of 'top'' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Dramatically reduce the CPU usage of 'top'
Authored by: Frederico on Feb 20, '04 04:53:06PM
For those who don't like playing in *NIX files:
    tell application "Terminal" to do script "/usr/bin/top -ocpu -R -F -s 2 -n30"
Save it as a compiled app for your Dock, or, better, a script in your ScriptMenu; even better, assign a keystroke to it.

[ Reply to This | # ]