Releases: NSO-developer/nso-memory-utilization-tool
Releases · NSO-developer/nso-memory-utilization-tool
1.2.3 Patch Release (Recommended)
- Fix python multiprocessing callpoint-model memory collection issue. Previously these part of memory collection is ignored. Now it counted as the memory utilization for that specific package
- Add Recommendation notice when multiprocessing callpoint-model is detected
- Log clean up.
- CTRL+C SIGINT will now be trapped and handled properly by removing all the cached file and generate diagram with whatever data we have at that moment.
- Fix substring process name ignored issue
- Fine Tune Logging
- Add allocation comparison diagram without CommitAS and CommitLimit for better visualization
1.1 Maintenance Release (Fix multiple stability issues)
- Fix issue during package reload, some data is missing . when new python package join the PythonVM, add 0 data before this package join
- Increase accuracy on capture Time by move Time collection to the main controller plot.sh instead of collect.sh per process
1.0 Initial Release
fix package reload 0 issue