Skip to content

Instantly share code, notes, and snippets.

@beothorn
Created September 24, 2013 14:02
Show Gist options
  • Save beothorn/6685234 to your computer and use it in GitHub Desktop.
Save beothorn/6685234 to your computer and use it in GitHub Desktop.
Linux system information mega dump
echo "#################################Temperature"
sensors
echo "#################################Space available"
df -h
echo "#################################Processes"
ps aux
echo "#################################Processes system usage"
top -b -n 1
echo "#################################List open files"
lsof -i
echo "#################################netstat -lptu"
netstat -lptu
echo "#################################netstat -tulpn"
netstat -tulpn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment