Tools to analyze core dump from Node.js
If I use gcore to make a code dump of a Node.js process, what are the best tools to analyze it? Inspired by: Tool for analyzing java core dump In my specific case, I’m interested in investigating some memory leaks, so I’m really curious to get some heap analysis. General tools and even instrumentation packages … Read more