« Php fpm » : différence entre les versions
Aucun résumé des modifications |
|||
| Ligne 35 : | Ligne 35 : | ||
=== Pour une surveillance en temps réel === | === Pour une surveillance en temps réel === | ||
<syntaxhighlight lang="bash" copy>watch -n 1 "sudo systemd-cgtop --iterations=1 | grep -E -i 'php[0-9.]+-fpm'"</syntaxhighlight> | <syntaxhighlight lang="bash" copy>watch -n 1 "sudo systemd-cgtop --iterations=1 | grep -E -i 'php[0-9.]+-fpm'"</syntaxhighlight> | ||
=== Pour trier automatiquement par version === | |||
<syntaxhighlight lang="bash" copy>sudo systemd-cgtop | grep -E -i 'php[0-9.]+-fpm' | sort -t '/' -k 3</syntaxhighlight> | |||
[[category:Php]] | [[category:Php]] | ||