User Tools

Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
tools:analysis:strace [2020/02/20 11:34] – created kunkeltools:analysis:strace [2020/02/20 11:47] cniethammer
Line 3: Line 3:
 ---- dataentry analysisTool ---- ---- dataentry analysisTool ----
 name           : strace output I/O analyzer name           : strace output I/O analyzer
-features_ttags : monitoring +features_ttags : monitoring, performance 
-layers_ttags   : MPI-IOPOSIX +layers_ttags   : applicationoperating system 
-version        : +version        : 0.1
 webpage_url    : https://github.com/cniethammer/strace-analyzer webpage_url    : https://github.com/cniethammer/strace-analyzer
-license_ttag   : custom+license_ttag   : BSD license
 ---- ----
  
Line 16: Line 16:
 The process is described in [[https://github.com/cniethammer/strace-analyzer]]. 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.+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 ===== ===== Output =====