Skip to content

Instantly share code, notes, and snippets.

@mwicat
Created March 16, 2012 08:48
Show Gist options
  • Select an option

  • Save mwicat/2049198 to your computer and use it in GitHub Desktop.

Select an option

Save mwicat/2049198 to your computer and use it in GitHub Desktop.
Show process memory usage
#!/bin/bash
pmap -d `pgrep $1` | grep mapped | awk '{print $4}' | sed s/.$//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment