Performance tools
by
Peter Wind
—
last modified
Oct 19, 2011 01:16 PM
—
filed under:
How-to
An overview of tools to analyze the behaviour of programs
- top — by Peter Wind — last modified Oct 21, 2011 11:37 AM
- Find the use of memory, CPU time and other information about all running tasks
- the time command — by Peter Wind — last modified Oct 21, 2011 11:37 AM
- time spent, memory and page faults
- lsof — by Peter Wind — last modified Oct 21, 2011 03:06 PM
- Monitor file access
- strace — by Peter Wind — last modified Oct 21, 2011 11:37 AM
- trace system calls and signals
- iostat — by Peter Wind — last modified Oct 21, 2011 11:37 AM
- disk monitoring
- IPM — by Peter Wind — last modified Oct 21, 2011 11:37 AM
- IPM is a profiling tool that helps you analyse MPI programs
- valgrind cache profiler — by Peter Wind — last modified Nov 07, 2011 02:29 PM
- Simple tool to quantify cache misses
- Compiler optimization report (Intel) — by Peter Wind — last modified Oct 21, 2011 11:37 AM
- Compiler option for optimization report

