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 [2021/01/17 16:12] – [inxi] 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 123: | Line 129: | ||
====ntop==== | ====ntop==== | ||
+ | |||
+ | ====tcpdump==== | ||
+ | |||
+ | Outil indispensable pour le diagnostique réseau, [[informatique: | ||
====vnstat==== | ====vnstat==== | ||
Line 131: | Line 141: | ||
=====System===== | =====System===== | ||
+ | |||
+ | ====lm-sensors==== | ||
+ | |||
+ | Permet d' | ||
+ | <code bash> | ||
+ | apt install -y lm-sensors | ||
+ | |||
+ | sensors | ||
+ | </ | ||
====mpstat==== | ====mpstat==== | ||
Line 148: | 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 204: | 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==== | ||
Line 209: | Line 250: | ||
* https:// | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | |||
+ |
informatique/linux/monitoring_linux.1610899968.txt.gz · Last modified: 2021/01/17 16:12 by pteu