commit b277dd9ad901404f39c950c685fc61192e115e91 Author: Thomas Constans Date: Mon Dec 15 15:51:37 2025 +0100 instructions LIN diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..1d9f4c9 --- /dev/null +++ b/Readme.md @@ -0,0 +1,28 @@ +# 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