Skip to content

Instantly share code, notes, and snippets.

@mauron85
Created March 5, 2016 18:44
Show Gist options
  • Select an option

  • Save mauron85/fcebffb2909fbdc99b83 to your computer and use it in GitHub Desktop.

Select an option

Save mauron85/fcebffb2909fbdc99b83 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
while true; do ps h -u nodejs -o pid,%cpu,%mem,rss,sz,vsz,cmd | awk '{ print strftime("%Y-%m-%d %H:%M:%S"), $0; fflush(); }'; sleep 30; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment