Skip to content

Instantly share code, notes, and snippets.

@erolj
Created November 8, 2019 06:08
Show Gist options
  • Save erolj/e72158fcfd9edadca45d68d5414989be to your computer and use it in GitHub Desktop.
Save erolj/e72158fcfd9edadca45d68d5414989be to your computer and use it in GitHub Desktop.
#!/bin/bash
ps aux | awk '{print $6/1024 " MB\t\t" $11}' | sort -rn | head -25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment