High load: Difference between revisions

m Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
 
Line 7: Line 7:
== General ==
== General ==
Some of the commands you will find useful for high load issues
Some of the commands you will find useful for high load issues
<source lang="bash">
<syntaxhighlight lang="bash">
# look at any hardware or unusual issues first
# look at any hardware or unusual issues first
dmesg
dmesg
Line 20: Line 20:
# show one iteration of iotop
# show one iteration of iotop
iotop -bto --iter=1
iotop -bto --iter=1
</source>
</syntaxhighlight>


== Applications ==
== Applications ==