====== Performance Monitoring ====== See also: [[software:Software Categories]] | [[software:Systems Monitoring]] FIXME This should probably be a blog post instead of on the Wiki ---- Originally written: 2009/01/29 19:16 Some tags: admin, linux, draft There are a variety of tools to monitor the performance of your linux system. While some are as simple as using iftop, vmstat, iostat, nfsstat, stat, fstat, statfs and fstatfs. There is also top which will monitor system processes. To monitor databases, there are tools like the perl script mytop (to view MySQL database engine performance) and pgtop (to monitor PostgreSQL database engine performance). http://www.linuxforums.org/forum/linux-programming-scripting/13605-progr... Linux Performance - http://searchenterpriselinux.techtarget.com/tip/1,289483,sid39_gci952332... SAR or SysStat - http://pagesperso-orange.fr/sebastien.godard/ nmon from IBM - http://www.ibm.com/developerworks/aix/library/au-analyze_aix/ http://en.wikipedia.org/wiki/Nmon http://www.ibm.com/developerworks/wikis/display/WikiPtype/nmon There are also tools like [[software:collectd]], munin, nagios, mon, [[software:graphite]], and hyperic (what are links for any of these? Or should I put them on other pages?).