developerWorks: Five Easy-to-Use Performance Tools for Linux on PowerPC
Jun 30, 2004, 06:15 (0 Talkback[s])
(Other stories by Katie Mata, Joe Pu, Jimmy DeWitt)
"The Performance Inspector package contains a suite of
performance tools for Linux. The tools can be used to analyze
performance of your C/C++ and Java applications, as well as
performance of your system as a whole. The five easy-to-use tools
covered in this article are:
- "Timer Profiler (Tprof)
- "CPU utilization (AI)
- "Per thread time (PTT)
- "Java lock monitor (JLM)
- "Java heap dump (heap dump)
"Performance Inspector consists of Tprof, AI, PTT, JLM, post,
jprof, a2n, swtrace, and heap dump..."
Complete Story
Related Stories: