Operating System - Linux
1751723 Members
5615 Online
108781 Solutions
New Discussion юеВ

Re: Performance & Monitoring Tools in Linux OS

 
SOLVED
Go to solution
iinfi1
Super Advisor

Performance & Monitoring Tools in Linux OS

can someone please let me know the "Performance & Monitoring Tools for Linux" which are used in corporate world?

i know one WebMin. any other good tools which are used on a day to day basis by sysadmins?

i have not worked extensively on live environments so have limited knowledge on these.

thanks
9 REPLIES 9
Ivan Ferreira
Honored Contributor
Solution

Re: Performance & Monitoring Tools in Linux OS

Please see this very recent thread about the same thopic.

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1327790
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
iinfi1
Super Advisor

Re: Performance & Monitoring Tools in Linux OS

thank you ivan
dirk dierickx
Honored Contributor

Re: Performance & Monitoring Tools in Linux OS

There are some great open source tools available too. That expand beyond the simple standard unix/linux tools you find by default.

these are a few of my favorites;

monit - http://mmonit.com/
cacti - http://www.cacti.net/
nagios - http://www.nagios.org/

enjoy!

Re: Performance & Monitoring Tools in Linux OS

Iostat Sar and PS come in the systat tools with linux. Hp provides tlviz and csvpng as analysis tools. Tlviz and Csvpng were written for Openvms and were ported to Linux and HP-UX and windows because they are so powerful. These tools are the Openvms Engineering tools of choice. Data conversion packages are available making these tools available for linux using Iostat, Sar and PS. Corporate sites now using these tools with Linux.

Re: Performance & Monitoring Tools in Linux OS

Sneak a peak at ANALINUX.com
iinfi1
Super Advisor

Re: Performance & Monitoring Tools in Linux OS

thank you all. :)
Sivakumar MJ._1
Respected Contributor

Re: Performance & Monitoring Tools in Linux OS

Re: Performance & Monitoring Tools in Linux OS

Sivakunar MJ

In the link you provided http://pagesperso-orange.fr/sebastien.godard/ you will see advertisements for commercial packages. Some are very expensive. Depending on how many systems are managed on the site, and the size of those systems, and how much free time the system administrator or administrators have determines if commercial packages or professional help must be brought in. Some large sites have dedicated people assigned to capacity planning and trouble shooting slow response problems. Besides correlation engines being used check out this URL to see just how much data can be captured on a large system that would be impossible to screen manually especially if multiple systems are involved.

http://analinux.com/Documents/BIG%20STUFF.htm
MarkSeger
Frequent Advisor

Re: Performance & Monitoring Tools in Linux OS

Try collectl. It provides a lot more functionality that most tools with very fine granularity and very low overhead. Some of the largest linux clusters in the world run it.

To read a little more about performance monitoring and other things High Performance Computing related, have a look at the new HP Cluster Edge Blog at http://www.communities.hp.com/online/blogs/hpcclusteredge/default.aspx

-mark