====== Strace Output I/O Analyzer ====== ---- dataentry analysisTool ---- name : strace output I/O analyzer features_ttags : monitoring, performance layers_ttags : application, operating system version : 0.1 webpage_url : https://github.com/cniethammer/strace-analyzer license_ttag : BSD license ---- //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]]. The tool consists of two parts: a trace wrapper and an analysis tool. The wrapper is used to generates 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 and can be analysed with the analysis tool. ===== Output ===== ===== Similar tools ===== ---- datarelated ---- cols : features, layers max : 5 sort : ^name ---- ===== Sources ===== [1] https://github.com/cniethammer/strace-analyzer