I'd like to get real-time information on how many concurrent connections are opened by Node.JS client app, i.e. specific node process.
I've checked the following:
- TypePerf/windows perf monitor - didn't find a way to monitor connections of specific process.
-
TcpView is nice - but no information on connections
-
AppMetrics - no information on connections just HTTP requests.
I'd prefer any solution that is open source and doesn't involve adding code to the existent Node.js App.
via YafimK
No comments:
Post a Comment