Skip to content

Instantly share code, notes, and snippets.

@laudarch
Created March 10, 2018 17:06
Show Gist options
  • Save laudarch/d9e324380ea9bbd675ecf40c1ccf61d5 to your computer and use it in GitHub Desktop.
Save laudarch/d9e324380ea9bbd675ecf40c1ccf61d5 to your computer and use it in GitHub Desktop.
Show applications consuming more merory in linux
#!/bin/bash
ps wwaux | awk '{print $4 " " $11};' | sort -rn | head -n 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment