User Tools

Site Tools


This is an old revision of the document!


Couldn't load sqlite.
Couldn't load sqlite.

Strace Output I/O Analyzer

The strace output I/O analyser is a tool to analyze the I/O behaviour of serial and parallel applications. It traces the system calls and generates statistics for every accessed file.[1]

Usage

The process is described in https://github.com/cniethammer/strace-analyzer.

This generate a set of strace log files - one for each MPI process. The log files will be stored in a directory strace-logs under the current path.

Output

Similar tools

Sources