Skip to content

Releases: NSO-developer/nso-memory-utilization-tool

1.2.3 Patch Release (Recommended)

05 Jan 22:18

Choose a tag to compare

  • 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)

10 Dec 22:47

Choose a tag to compare

  • 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

30 Nov 16:25

Choose a tag to compare

fix package reload 0 issue