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


Click here to return to the 'Faster sampling?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Faster sampling?
Authored by: hysterion on Feb 20, '04 06:59:43PM
In Jaguar, top could sample faster than default -- e.g., 5 times per second with
% top -s .2
(Useful to figure out how what short-lived children a process may spawn.) Is there a way to do this in Panther? The same command now gives
$ top -s .2
top: Invalid argument: -s .2


[ Reply to This | # ]
Faster sampling?
Authored by: randalla on Feb 22, '04 04:23:31AM

top -d -s0

much fun :)



[ Reply to This | # ]