informatique:linux:monitoring_linux
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
informatique:linux:monitoring_linux [2024/09/02 10:38] – pteu | informatique:linux:monitoring_linux [2025/01/17 13:59] (current) – pteu | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ======Monitoring | + | ======Monitoring, diagnostique, benchmark====== |
//sous Linux// | //sous Linux// | ||
Line 76: | Line 76: | ||
</ | </ | ||
+ | ====btop==== | ||
+ | [[https:// | ||
+ | |||
+ | Marche aussi parfaitement sous MacOS avec [[https:// | ||
+ | |||
+ | {{ : | ||
====pidstat==== | ====pidstat==== | ||
Line 135: | Line 141: | ||
=====System===== | =====System===== | ||
+ | |||
+ | ====lm-sensors==== | ||
+ | |||
+ | Permet d' | ||
+ | <code bash> | ||
+ | apt install -y lm-sensors | ||
+ | |||
+ | sensors | ||
+ | </ | ||
====mpstat==== | ====mpstat==== | ||
Line 152: | Line 167: | ||
10: | 10: | ||
[..] | [..] | ||
+ | </ | ||
+ | |||
+ | ====powertop==== | ||
+ | |||
+ | powertop permet d' | ||
+ | <code bash> | ||
+ | apt install powertop | ||
+ | |||
+ | # appliquer les recommandations de configuration (attention : peut être disruptif) | ||
+ | powertop --auto-tune | ||
</ | </ | ||
Line 208: | Line 233: | ||
dnstop -4 eth0 | dnstop -4 eth0 | ||
</ | </ | ||
+ | |||
+ | |||
+ | =====Benchmark===== | ||
+ | |||
+ | ====s-tui==== | ||
+ | |||
+ | **s-tui** est une interface à utiliser pour monitorer et, si le logiciel **stress** est installé, lancer un stress-test de la CPU depuis la même interface graphique. | ||
+ | <code bash> | ||
+ | apt install -y s-tui stress | ||
+ | </ | ||
+ | |||
+ | ====sysbench==== | ||
informatique/linux/monitoring_linux.1725273497.txt.gz · Last modified: 2024/09/02 10:38 by pteu