Skip to content

Instantly share code, notes, and snippets.

@raresteak
Last active March 13, 2018 13:58
Show Gist options
  • Save raresteak/9da9ce3d7e6442ab35ee96152ce60154 to your computer and use it in GitHub Desktop.
Save raresteak/9da9ce3d7e6442ab35ee96152ce60154 to your computer and use it in GitHub Desktop.
starting nmon from cron
# Create daily nmon performance file
# http://nmon.sourceforge.net/pmwiki.php Nigel's
0 0 * * * cd /var/log/nmon && /your/path/to/nmon -ft -s 60 -c 1440
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment