v0.1.7-alpha
APerf is changed to use a binary file format to store the data gathered. The change from YAML to a binary format reduces the APerf CPU utilization. The data collected with <= v0.1.6-alpha can no longer be processed with >= 0.1.7-alpha.
What's Changed
- Add support for collecting, visualizing per-process data by @janaknat in #66
- Add support for collecting/visualizing Meminfo data by @janaknat in #69
- Netstat by @sreedharamzn in #70
- Improve performance of Per Process data collection by @janaknat in #71
- Fix timing calculation for data collection loop by @janaknat in #72
- Move to using a binary file format by @janaknat in #73
- Bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #74
- Update README.md by @RamaMalladiAWS in #75
- Flush buffer after forming archive by @janaknat in #76
New Contributors
- @sreedharamzn made their first contribution in #70
- @RamaMalladiAWS made their first contribution in #75
Full Changelog: v0.1.6-alpha...v0.1.7-alpha