Skip to content

Instantly share code, notes, and snippets.

@tibovanheule
Created September 1, 2019 22:09
Show Gist options
  • Save tibovanheule/f096b39509aacb4f46371a41e20d6830 to your computer and use it in GitHub Desktop.
Save tibovanheule/f096b39509aacb4f46371a41e20d6830 to your computer and use it in GitHub Desktop.
for file in /proc/*/status ; do awk '/VmSwap|Name/{printf $2 " " $3}END{ print ""}' $file; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment