Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save laszlomiklosik/1040697 to your computer and use it in GitHub Desktop.
Save laszlomiklosik/1040697 to your computer and use it in GitHub Desktop.
Linux command line system monitoring
# See info on processor (available, used and generic info)
cat /proc/cpuinfo
# See info on memory (available, used and generic info)
cat /proc/meminfo
# See info on HDD
df -h
# and of course kind of task manager
top
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment