Saturday 8 April 2017

monitoring Node.js app connections

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:

  1. TypePerf/windows perf monitor - didn't find a way to monitor connections of specific process.
  2. TcpView is nice - but no information on connections

  3. 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