Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

nmon output to a file

Status
Not open for further replies.

superstarjpmc

Programmer
Jan 22, 2004
38
US
can anyone suggest how i can capture the nmon output for CPU usage/disk i/o + network interface usage in a File for a particular time-window.

thanks
david
 
Could crontab the entry:

* * * * * nmon -f F <filename> -s <seconds> -c <number>

change "* * * * * " to your desired startime
-s - seconds to run
-c - intervals

&quot;Long live king Moshiach !&quot;
 
Not trying to be "smart" but have you read to documentation??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top