
Garbage Collection and Memory Visualizer (GCMV) can plot and analyze verbose GC data to help diagnose Node.js and Java application memory and performance problems. It provides recommendations to improve the performance of your Node.js and Java applications
New in version 2.8.4
- Support for Node.js Version 6
New in version 2.8.3:
- Support for Node.js version 4
- Support for IBM SDK for Node.js version 4
New in version 2.8.2:
- Updated translations for Japanese and Chinese
- User created templates can now be removed
New in version 2.8.1:
- Additional information parsed from Node.js log files
- Usability enhancements selecting data to display
New in version 2.8:
Garbage Collection and Memory Visualizer can now parse logs that are generated by Node.js. You can use the Node --trace_gc command line parameter to generate garbage collection data which can then be loaded into GCMV. You can additionally specify either --trace_gc_nvp or --trace_gc_verbose parameters to generate more detailed information