Skip to content

riarheos/strace-analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

strace-analyser

The strace analyser is a strace postprocessor. It can track file/network requests and write down timings.

Linux-only due to strace :)

Strace Analyser Preview

Installation

pip install https://github.com/riarheos/strace-analyser/archive/master.zip

or (Debian/Ubuntu way)

git clone https://github.com/riarheos/strace-analyser.git
cd strace-analyser
debuild
dpkg -i ../strace-analyser_*.deb

Usage

strace -f -ttt -v -qq -T -s 1024 -p <PID> 2>&1 | strace-analyser

About

The strace output postprocessor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages