High load: Difference between revisions
m added Category:System Administration using HotCat |
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 | ||
< | <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 | ||
</ | </syntaxhighlight> | ||
== Applications == | == Applications == | ||