Last active
August 29, 2015 14:00
-
-
Save caspian311/11400838 to your computer and use it in GitHub Desktop.
See how many files are opened due to nodejs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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