diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index 4a276bd3c77..d5f1e5ae890 100644 --- a/man/systemd-analyze.xml +++ b/man/systemd-analyze.xml @@ -274,8 +274,8 @@ Timestamp units-load-finish: Thu 2019-03-14 23:28:07 CET <command>systemd-analyze plot</command> - This command prints an SVG graphic detailing which system services have been started at what - time, highlighting the time they spent on initialization. + This command prints either an SVG graphic, detailing which system services have been started at what + time, highlighting the time they spent on initialization, or the raw time data in JSON or table format. <command>Plot a bootchart</command> @@ -1211,7 +1211,17 @@ $ systemd-analyze verify /tmp/source:alias.service corresponds to a higher security threat. The JSON version of the table is printed to standard output. The MODE passed to the option can be one of three: which is the default, and - which respectively output a prettified or shorted JSON version of the security table. + which respectively output a prettified or shorted JSON version of the security table. + + With the plot command, genereate a JSON formatted output of the raw time data. + The format is a JSON array with objects containing the following fields: name + which is the unit name, activated which is the time after startup the + service was activated, activating which is how long after startup the service + was initially started, time which is how long the service took to activate + from when it was initially started, deactivated which is the time after startup + that the service was deactivated, deactivating whcih is the time after startup + that the service was initially told to deactivate. + @@ -1242,6 +1252,21 @@ $ systemd-analyze verify /tmp/source:alias.service other paths. + + + + When used with the plot command, the raw time data is output in a table. + + + + + + + When used with the plot command in combination with either + or , no legends or hints are included in the output. + + +