29 lines
573 B
Markdown
29 lines
573 B
Markdown
# Sysstat
|
|
|
|
### Ressources:
|
|
|
|
http://localhost/doku.php?id=formation:opg:linux:performance#ops_monitoring_avec_sysstat
|
|
|
|
http://localhost/doku.php?id=sysstat
|
|
|
|
Support LIN section 5.9
|
|
|
|
### Installation
|
|
|
|
```
|
|
dnf install sysstat
|
|
systemctl list-timers --all
|
|
systemctl enable --now sysstat.service
|
|
systemctl status sysstat-collect.{service,timer}
|
|
```
|
|
|
|
Contrôler la période de rétention, voir le fichier ```/etc/sysconfig/sysstat```
|
|
|
|
### Utilisation
|
|
|
|
Utiliser la commande sar pour visualiser différentes stats (slide LIN 228):
|
|
|
|
* charge cpu
|
|
* charge I/O
|
|
* charge réseau
|