aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/systemd.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/sos/plugins/systemd.py b/sos/plugins/systemd.py
index 90d723ff..e417a182 100644
--- a/sos/plugins/systemd.py
+++ b/sos/plugins/systemd.py
@@ -35,11 +35,17 @@ class Systemd(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
"systemctl list-units",
"systemctl list-units --failed",
"systemctl list-unit-files",
+ "systemctl list-jobs",
+ "systemctl list-dependencies",
+ "systemctl list-timers --all",
+ "systemctl list-machines",
"systemctl show-environment",
"systemd-delta",
"systemd-analyze",
"systemd-analyze blame",
"systemd-analyze dump",
+ "systemd-resolve --status",
+ "systemd-resolve --statistics",
"journalctl --list-boots",
"ls -lR /lib/systemd",
"timedatectl"