Skip to content

Releases: wookietreiber/strace-analyzer

strace-analyzer 0.4.0

07 May 09:39
v0.4.0
4112acb
Compare
Choose a tag to compare
  • adds optional (cargo feature) table output mode

strace-analyzer 0.3.1

09 Sep 06:37
v0.3.1
5ea1333
Compare
Choose a tag to compare
  • 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

31 Aug 19:00
v0.3.0
83cd1d5
Compare
Choose a tag to compare

reimplemented and simplified in rust, use cargo install strace-analyzer to get it

strace-analyzer 0.2.2

28 May 20:56
v0.2.2
52db943
Compare
Choose a tag to compare
  • handles pread and pwrite syscalls

strace-analyzer 0.2.1

28 May 19:08
v0.2.1
d56dab3
Compare
Choose a tag to compare
  • adds missing io-profile to bash completion

strace-analyzer 0.2.0

28 May 19:07
v0.2.0
69fbfe6
Compare
Choose a tag to compare
  • 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

28 May 19:06
v0.1.1
96ce668
Compare
Choose a tag to compare
  • adds man page
  • adds bash completion

strace-analyzer 0.1.0

28 May 19:05
v0.1.0
54a26be
Compare
Choose a tag to compare

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