diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-08-29 11:48:02 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-08-29 11:48:02 +0200 |
commit | 8c9f1ada142395bf521c010868f7d11c4b68764b (patch) | |
tree | 0802e45f246ecdd64863ab1eb0bf150cf3ebc745 /units/info | |
parent | 38bb7702ff70c0341eb827e6394814d7060c283a (diff) |
units:info: New info/systemd-analyze job to record boot-up performance stats
Diffstat (limited to 'units/info')
-rw-r--r-- | units/info/jobs.pxu | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/units/info/jobs.pxu b/units/info/jobs.pxu index 5d86eca..dee4fd5 100644 --- a/units/info/jobs.pxu +++ b/units/info/jobs.pxu @@ -422,3 +422,10 @@ command: cat /proc/cmdline estimated_duration: 0.005 _description: Attaches the kernel command line used to boot _summary: Attach a copy of /proc/cmdline + +plugin: shell +category_id: com.canonical.plainbox::info +id: info/systemd-analyze +estimated_duration: 0.2 +_summary: System boot-up performance statistics +command: systemd-analyze |