Skip to content

Instantly share code, notes, and snippets.

@RichardBronosky
Created July 2, 2020 19:16
Show Gist options
  • Save RichardBronosky/e570319f6f70c676208efb1abbaabcc6 to your computer and use it in GitHub Desktop.
Save RichardBronosky/e570319f6f70c676208efb1abbaabcc6 to your computer and use it in GitHub Desktop.
grepped top (top, limited to commands filtered via regex arg)
# only tested on macOS
gtop(){ pattern="${1:-WindowServer}"; top $(ps -haxl | awk '/'"$pattern"'/{print "-pid " $2}'); }
gtop Chrome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment