Skip to content

Instantly share code, notes, and snippets.

@Naramsim
Last active January 7, 2016 08:33
Show Gist options
  • Save Naramsim/4f070f0f12ab7df04698 to your computer and use it in GitHub Desktop.
Save Naramsim/4f070f0f12ab7df04698 to your computer and use it in GitHub Desktop.

Flush RAM and buffers free && sync && echo 3 > /proc/sys/vm/drop_caches && free

Get process who are consuming RAM ps aux --sort -rss

Get process tree ps axjf

Kill process by name pkill firefox killall -15 lighttpd

Kill process by pid kill -15 1464

Get remaining disk space df -H

Get disk space used by a folder du -s -h /usr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment