Skip to content

Instantly share code, notes, and snippets.

@jestan
Created December 28, 2011 06:11
Show Gist options
  • Select an option

  • Save jestan/1526653 to your computer and use it in GitHub Desktop.

Select an option

Save jestan/1526653 to your computer and use it in GitHub Desktop.
Linux System Monitoring Commands
#monitor the hard disk utilization
iostat -xm 1
#monitor the cpu usage
sar -P ALL 1
#show disk usage
df -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment