aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Quigley <bryan.quigley@canonical.com>2019-02-14 14:34:58 -0800
committerBryn M. Reeves <bmr@redhat.com>2019-03-04 16:30:41 +0000
commit4b004ba3e4fd83da5d7fbea617478918d9ee2ec2 (patch)
tree2417f8c9be97289c93f11128dcb9edc08de85efd
parentfb30be7ce739f99a7fcff2e43ce0a0fb461f2735 (diff)
downloadsos-4b004ba3e4fd83da5d7fbea617478918d9ee2ec2.tar.gz
[systemd] Add many other lists, statuses
systemctl list-jobs - any currently runnign list-dependencies - nice dependency tree list-timers --all - what timers are setup/active list-machines - for systemd container orcestration systemd-resolve --status - what link is using what dns server, etc --statistics - how cache/DNSSEC/etc are doing Resolves: #1565 Closes: #1457 Signed-off-by: Bryan Quigley <bryan.quigley@canonical.com> Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-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"