strace-parser

Parse strace files.


License
MIT
Install
pip install strace-parser==0.2.0

Documentation

strace-parser

Parse strace output to jsonl.

Requires strace output that was executed with the following arguments:

  • -xx - so strings are escaped
  • -ttt - unix timestamp with microsecond
  • -ff - if applicable, as long as -f wasn't used