nodeconf / oslo

Single-day, single-track Node.js conference in Oslo, Norway
http://oslo.nodeconf.com/
17 stars 4 forks source link

Application performance monitoring and metrics for Node.js with appmetrics #75

Open tobespc opened 8 years ago

tobespc commented 8 years ago

Monitoring and metrics are important for production applications. This talk will show how you can easily gather metrics like Environment, CPU, Memory, GC, EventLoop and function profiling information as well as statistics on modules like HTTP, socket.io, MySQL etc. with the open source npm module https://www.npmjs.com/package/appmetrics. Though code samples and demo's we'll show how you can capture and display key information by writing your own code as well as though already available tools.