LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Open Source Performance Analysis Tools (https://www.linuxquestions.org/questions/linux-newbie-8/open-source-performance-analysis-tools-870036/)

sbauer72 03-21-2011 01:28 PM

Open Source Performance Analysis Tools
 
ALL,

Can anyone recommend some really good performance analysis tools? Top is not good because it has problems.

I am looking for some products like collectD, collectl, or something else comparable.

I need something that will look at tasks, cpu, memory, disk usage, interrupts, priorities.

If I am missing a tool listed then let me know.

I am looking for something that can display the results graphically.

the trooper 03-21-2011 01:39 PM

This perhaps:

http://www.phoronix-test-suite.com/

chrism01 03-21-2011 06:58 PM

Maybe http://linux.softpedia.com/get/Syste...ellM-182.shtml

BTW, collectd is avail on Linux http://linux.die.net/man/1/collectd, collectl http://collectl.sourceforge.net/

markseger 03-25-2011 08:21 AM

ahh graphics... they look pretty but one might ask how useful they are. at the same time when I use collectl to gather the data and colplot to look at the results that comes to 86400 samples for a few hundred counters, not something you want to look at line by line. Graphics for this is the way to go to zoom into a problem area BUT then you better look at the raw numbers because you'll always pick up subtleties you might not otherwise see.

I was careful to mention the number of samples and colplot (which actually uses gnuplot) because many people might argue 10 sampling is far too ofter and generates too much system load. In a word, they are wrong. I'll bet there are millions of system admins happily collecting worthless data ever 10 minutes with sar and don't even know it.

THen there's graphics. How many people rely on tools like ganglia? How many of you know the plots are not accurate? We can continue that discussion later if you like. ;)

-mark


All times are GMT -5. The time now is 03:14 PM.