Releases: Incarnation-p-lee/cachalot
Releases · Incarnation-p-lee/cachalot
cachalot v0.1.0
What's Changed
- Add process thread stat to snapshot. by @Incarnation-p-lee in #45
- Add process threads to print. by @Incarnation-p-lee in #50
- Add sampling memory for the process. by @Incarnation-p-lee in #55
- Add memory usage print. by @Incarnation-p-lee in #58
- Add top count option by @Incarnation-p-lee in #67
- Add option sorted by. by @Incarnation-p-lee in #69
- Sample network for the process. by @Incarnation-p-lee in #77
- Fix one bug of print metrics misuse. by @Incarnation-p-lee in #89
- Add network sampling. by @Incarnation-p-lee in #97
- Fix one bug of object copy. by @Incarnation-p-lee in #100
- Add snapshot network stat print. by @Incarnation-p-lee in #105
Full Changelog: v0.0.1...v0.1.0
cachalot v0.0.1
- First release of cachalot.
- Able to sample the CPU usage of processes.
- Support 4 options,
-out
,-pids
,sampling-count
andsampling-interval
. - Use
-h
or--help
for more details.