summaryrefslogtreecommitdiff
path: root/src/systemd-analyze
Commit message (Collapse)AuthorAge
* analyze: Cosmetic exit when the bootup is not yet complete when plotting.Colin Guthrie2012-04-02
| | | | This is just a nicer message than a python traceback.
* systemd-analyze: call os.uname() onceDave Reisner2012-03-05
| | | | Uses a format string, which is dependent on python 2.6.
* systemd-analyze: read /etc/os-releaseKay Sievers2012-02-21
|
* analyze: always draw top kernel, initramfs, userspace barsKay Sievers2011-09-27
| | | | Based on Koen Kooi's patch. Renamed initrd to initramfs.
* analyze: report startup time in plot mode as wellKoen Kooi2011-09-23
| | | | It now prints something like "Startup finished in 1507ms (kernel) + 850ms (userspace) = 2357ms" below the legend.
* analyze: always draw 1s marker for scaleKoen Kooi2011-09-23
| | | | | | | | | In situations like this: root@omap4430-panda:~# systemd-analyze Startup finished in 1499ms (kernel) + 916ms (userspace) = 2416ms The svg plot will only have the 0s marker and no subsequent markers for scale. This patch forces the 1s marker to always be drawn.
* systemd-analyze: print hostname, kernelversion and arch at the top of the plotKoen Kooi2011-05-16
|
* analyze: fix typoLennart Poettering2011-04-12
|
* dbus: expose monotonic timestamps on the busLennart Poettering2011-04-07
|
* analyze: improve outputLennart Poettering2011-03-31
|
* analyze: add plotterLennart Poettering2011-03-31
|
* analyze: beautify output a bitLennart Poettering2011-03-30
|
* analyze: add systemd-analyze toolLennart Poettering2011-03-30