Skip to content

Instantly share code, notes, and snippets.

@davidchase
Created July 29, 2013 12:57
Show Gist options
  • Save davidchase/6104133 to your computer and use it in GitHub Desktop.
Save davidchase/6104133 to your computer and use it in GitHub Desktop.
Geeklet
uptime | awk '{print "Uptime: " $3 " " $4 " " $5 " "$8 " "}';
echo "-----";
ps -amcwwwxo "command %mem %cpu" | grep -v grep | head -19
echo "-----";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment