diff options
author | Jose Castillo <jcastillo@redhat.com> | 2018-02-27 10:50:12 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2018-05-09 14:44:00 +0100 |
commit | 174e72e1c9c95b554914e846c5e150fa43fd699b (patch) | |
tree | b90f0da059aa495cd73aaf4202694a761371b2e6 | |
parent | 5d25dd31e731cc0d2d09a1b242803373937b4863 (diff) | |
download | sos-174e72e1c9c95b554914e846c5e150fa43fd699b.tar.gz |
[systemd] Add 'systemd-analyze blame' to systemd plugin
This patch adds the output of 'systemd-analyze blame', which is
very useful when we try to analyze slow boots, providing more
fine-grained information than the one we currently have with
'systemd-analyze' in the sosreport.
Closes: #1228
Resolves: #1229
Signed-off-by: Jose Castillo <jcastillo@redhat.com>
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/systemd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/systemd.py b/sos/plugins/systemd.py index 622d4ee0..acdf5066 100644 --- a/sos/plugins/systemd.py +++ b/sos/plugins/systemd.py @@ -44,6 +44,7 @@ class Systemd(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): "systemctl show-environment", "systemd-delta", "systemd-analyze", + "systemd-analyze blame", "journalctl --list-boots", "ls -lR /lib/systemd", "timedatectl" |