Hacker News new | past | comments | ask | show | jobs | submit login

Java has really good runtime monitoring capability. Being able to get a thread dump from a production system, or generating Flight Recorder logs for offline analysis is incredibly useful. Is there something similar in the Node ecosystem?



Nope. You can get a heap dump which gives you object allocation stats by "object shape" which is incredibly less useful than stats by ClassPath.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: