Skip to content

Instantly share code, notes, and snippets.

@caspian311
Last active August 29, 2015 14:00
Show Gist options
  • Save caspian311/11400838 to your computer and use it in GitHub Desktop.
Save caspian311/11400838 to your computer and use it in GitHub Desktop.
See how many files are opened due to nodejs
watch -n 1 "lsof -a -p $(ps -ef | grep node | grep -v grep | awk '{print $2}') | wc -l"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment