There is New Relic for Rails, but I could not find anything available for node.js. Is there any tool or an API to monitor memory usage of heroku dynos?
This may not be the full solution you're looking for, but you can get the current memory usage of a Node.js process via process.memoryUsage()
.
Use node-usage, additionally you can see the CPU usage too.
Although not as full-featured as New Relic, the nodetime
npm package (and matching site) does provide memory usage, latency and similar monitoring.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With