NodeFly gives you a chart of Heap Usage and RSS. There is also a chart of Heap size calculated after each full garbage collection cycle. If this post-gc value continues to increase, you likely have a memory leak. NodeFly beta is free to use: http://www.nodefly.com
-mitch On Sunday, November 18, 2012 2:22:37 AM UTC-8, Felix E. Klee wrote: > > How do I find out if (not where) there is a memory leak in an app? > > Background: I am using Socket.IO for client/server communication, and I > want to make sure that server side resources are properly cleaned up > when a connection is closed (`disconnect` event). Memory usage should be > proportional (plus a constant) to the number of connections. It should > not increase when reloading the app in the browser. > -- 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
