Hi, We can look for System CPU and Memory usage with node's os module. But we can't lookup current running node process's usage inside the app.
So, with `node-usage <https://github.com/arunoda/node-usage>` you can do it. And also usage lookup for any other accessible process(using pid) is also possible. This is almost written in JavaScript and based on the logic of procps<http://procps.sourceforge.net/> *This is current working only for Linux. * *Since this is build to use in Production.* * * Tested on: Ubuntu and Heroku. Have Fun. -- Arunoda Susiripala @arunoda <http://twitter.com/arunoda> <http://gplus.to/arunoda>https://github.com/arunoda http://www.linkedin.com/in/arunoda -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
