In this article, we will take a look at a tool to do a statistical analysis on strace output: strace_analyzer. This tool can take an individual strace file that has been created with the “-T -ttt” options and produce a statistical analysis of the IO portion of the strace. It also produces data files and .csv (comma delimited files for spreadsheets) files that can be used for plotting.
Monday, April 12, 2010
IO Profiling of Applications: strace_analyzer
Strace is a very useful tool for examining the IO profile of applications, as it comes standard on every Linux distro. However, as we’ll see in this article, strace can produce hundreds of thousands of lines of output. Trying to develop statistics and trends from a files of this size is virtually impossible to do by hand.
In this article, we will take a look at a tool to do a statistical analysis on strace output: strace_analyzer. This tool can take an individual strace file that has been created with the “-T -ttt” options and produce a statistical analysis of the IO portion of the strace. It also produces data files and .csv (comma delimited files for spreadsheets) files that can be used for plotting.
(Full version of this article can be obtained from Linux Magazine's web pages)
In this article, we will take a look at a tool to do a statistical analysis on strace output: strace_analyzer. This tool can take an individual strace file that has been created with the “-T -ttt” options and produce a statistical analysis of the IO portion of the strace. It also produces data files and .csv (comma delimited files for spreadsheets) files that can be used for plotting.
Subscribe to:
Post Comments (Atom)
Intel stretches HPC dev tools across chubby clusters
SC11 Supercomputing hardware and software vendors are getting impatient for the SC11 supercomputing conference in Seattle, which kick...
-
* 1. Install RHEL 5.1 x86_64 Server * 2. install openldap server and client RPMs rpm -qa | grep -i openldap must be show o...
-
The Moscow State University (MSU) supercomputer, Lomonosov , has been selected for a high-performance makeover, with the goal of nearly tri...
-
Introduction to High Performance Computing. Introduction to the DEISA Infrastructure. DEISA is running two training courses at U...
No comments:
Post a Comment