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/03 20:09] – [btop] pteu | informatique:linux:monitoring_linux [2026/07/16 09:19] (current) – [GPU] radeontop, nvtop pteu | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ======Monitoring | + | ======Monitoring, diagnostique, benchmark====== |
| //sous Linux// | //sous Linux// | ||
| Line 97: | Line 97: | ||
| </ | </ | ||
| + | =====GPU===== | ||
| + | |||
| + | ====radeontop==== | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | <code bash> | ||
| + | radeontop -c | ||
| + | </ | ||
| + | |||
| + | {{: | ||
| + | |||
| + | ====nvtop==== | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | {{: | ||
| =====Réseau===== | =====Réseau===== | ||
| Line 141: | Line 158: | ||
| =====System===== | =====System===== | ||
| + | |||
| + | ====lm-sensors==== | ||
| + | |||
| + | Permet d' | ||
| + | <code bash> | ||
| + | apt install -y lm-sensors | ||
| + | |||
| + | sensors | ||
| + | </ | ||
| ====mpstat==== | ====mpstat==== | ||
| Line 158: | Line 184: | ||
| 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 250: | ||
| 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