linux-perf-file-reader

Crates.iolinux-perf-file-reader
lib.rslinux-perf-file-reader
version0.2.0
created_at2017-03-09 20:50:06.718928+00
updated_at2020-04-19 15:22:07.142303+00
descriptionLibrary for parse perf.data file from Linux perf tool
homepagehttps://github.com/mikhail-m1/linux-perf-file-reader
repositoryhttps://github.com/mikhail-m1/linux-perf-file-reader
max_upload_size
id8905
size122,811
Mikhail Modin (mikhail-m1)

documentation

README

Rust library for parsing Linux perf tool output (perf.data)

Currently just support of main events are implemented. It was part of other project which hasn't been finished. If you are interested in this library let me know.

Documentation: https://docs.rs/linux-perf-file-reader/latest/linux_perf_file_reader/

Dump of a perf.data from sleep: https://github.com/mikhail-m1/linux-perf-file-reader/blob/master/tests/dump.stdout

To Do

  • Support more events.
  • Check performance on big files.

Contribution

Any feedback is wellcome.

Commit count: 0

cargo fmt