Skip to content

Instantly share code, notes, and snippets.

@SansGuidon
Last active July 8, 2017 07:53
Show Gist options
  • Save SansGuidon/16e76740b5c3ed75481eea4972f583a7 to your computer and use it in GitHub Desktop.
Save SansGuidon/16e76740b5c3ed75481eea4972f583a7 to your computer and use it in GitHub Desktop.
  • storage: iostat
  • memory : meminfo (details), free (overview)
  • multiple cpu activity : mpstat
  • network related : netstat
  • performance : nmon
  • memory process usage : pmap
  • memory and cpu time process usage : ps, pstree
  • long term system monitoring : sar
  • process system call debugging : strace
  • network utility : tcpdump
  • active processes : top
  • how long is server running : uptime
  • vrtual mem : vmstat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment