Skip to content

Instantly share code, notes, and snippets.

@djburdick
Created February 25, 2013 04:00
Show Gist options
  • Save djburdick/5027652 to your computer and use it in GitHub Desktop.
Save djburdick/5027652 to your computer and use it in GitHub Desktop.
Linux Top cheatsheet . #linux
us = user cpu
sy = system cpu
id = idle CPU (high is good)
wa = I/O wait (either RAM or disk. High here means prob not a cpu issue)
Mem: free + Swap cached = actual free RAM
iostat
#
Load average is the last: 1, 5 and 15 minutes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment