« Systemd-cgtop » : différence entre les versions
| Ligne 127 : | Ligne 127 : | ||
<syntaxhighlight lang="bash" copy>top -p $(pgrep -d ',' systemd) # Surveiller systemd et ses enfants</syntaxhighlight> | <syntaxhighlight lang="bash" copy>top -p $(pgrep -d ',' systemd) # Surveiller systemd et ses enfants</syntaxhighlight> | ||
<syntaxhighlight lang="bash" copy>top -p $(pgrep -d ',' fail2ban) # Surveiller fail2ban</syntaxhighlight> | |||
== '''6. Conclusion''' == | == '''6. Conclusion''' == | ||