Releases: wookietreiber/strace-analyzer
Releases · wookietreiber/strace-analyzer
strace-analyzer 0.4.0
- adds optional (cargo feature) table output mode
strace-analyzer 0.3.1
- better sortable humanized bytes output, e.g.
... | sort -rhk2
- counts frequencies instead of using arithmetic mean for op size output
- adds more default system paths to auto excludes
- colorful help output
strace-analyzer 0.3.0
reimplemented and simplified in rust, use cargo install strace-analyzer
to get it
strace-analyzer 0.2.2
- handles pread and pwrite syscalls
strace-analyzer 0.2.1
- adds missing io-profile to bash completion
strace-analyzer 0.2.0
- help command and help options now open man page
- new command io-profile to create per op and per file histograms
strace-analyzer 0.1.1
- adds man page
- adds bash completion
strace-analyzer 0.1.0
currently supports the following analysis commands:
- summary short read/write summary
- read per file read summary
- write per file write summary
- io does both read and write