informatique:linux:monitoring_linux
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| informatique:linux:monitoring_linux [2024/09/03 20:09] – [btop] 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 141: | Line 141: | ||
| =====System===== | =====System===== | ||
| + | |||
| + | ====lm-sensors==== | ||
| + | |||
| + | Permet d' | ||
| + | <code bash> | ||
| + | apt install -y lm-sensors | ||
| + | |||
| + | sensors | ||
| + | </ | ||
| ====mpstat==== | ====mpstat==== | ||
| Line 158: | 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 214: | 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.1725394187.txt.gz · Last modified: 2024/09/03 20:09 by pteu