Tuesday, December 26, 2006

UNIX: watch command

Watch command is pretty helpful if you want to continuously view the output of a command.
example:

watch --interval=10 mpstat

This shows the output of mpstat command every 10 secs in a window.

No comments:

Post a Comment