Linux kernel performance and reliability monitoring and tuning: Difference between revisions

From Public wiki of Kevin P. Inscoe
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 32: Line 32:


[[Linux Memory and swap Monitoring and Tuning]]
[[Linux Memory and swap Monitoring and Tuning]]
==Disk and storage==
[[Linux Disk and Storage Monitoring and Tuning]]


==Network==
==Network==


[[Linux Network Monitoring and Tuning]]
[[Linux Network Monitoring and Tuning]]
nload - http://www.roland-riegel.de/nload/ and http://www.cyberciti.biz/networking/nload-linux-command-to-monitor-network-traffic-bandwidth-usage/
nmon - http://nmon.sourceforge.net/pmwiki.php
mtr - http://www.bitwizard.nl/mtr/
Socket Stats - ss command. http://www.cyberciti.biz/tips/linux-investigate-sockets-network-connections.html


==Good articles and notes==
==Good articles and notes==

Latest revision as of 20:12, 31 March 2017

Summary

I created this section as a compendium of my collected knowledge of Linux performance monitoring and tuning. I am not an expert but I decided to collect these together with original references or citations when possible for non-original work. I started this in my private wikis because I grew tired of searching all the articles everytime a new subject would come up. There are hundreds of thousands of articles out there on topics related to Linux performance. I then decided to make my notes public to benefit others. So this collection is an outreach of that and will take time to migrate over from my private archives. In some cases original attribution is now lost however if you see something here I have referenced that you would like to take credit for please contact me by email at.

See also my pages on Web or server connection troubleshooting and Network troubleshooting.

Linux performance analysis

Credit for above to Brendan Gregg. http://www.brendangregg.com/linuxperf.html

Commands to monitor resources overall

CPU

Linux CPU Monitoring and Tuning

Memory and swap

Linux Memory and swap Monitoring and Tuning

Disk and storage

Linux Disk and Storage Monitoring and Tuning

Network

Linux Network Monitoring and Tuning

Good articles and notes

http://www.brendangregg.com/blog/2015-02-27/linux-profiling-at-netflix.html

http://people.redhat.com/alikins/system_tuning.html

http://www.brendangregg.com/linuxperf.html