summaryrefslogtreecommitdiff
path: root/src/systemd-analyze
AgeCommit message (Collapse)Author
2016-05-26move stuffLuke Shumaker
2012-04-13build-sys: drop systemd- prefix from analyze dirLennart Poettering
2012-04-12build-sys: move systemd-analyze into its own subdirLennart Poettering
2012-04-02analyze: Cosmetic exit when the bootup is not yet complete when plotting.Colin Guthrie
This is just a nicer message than a python traceback.
2012-03-05systemd-analyze: call os.uname() onceDave Reisner
Uses a format string, which is dependent on python 2.6.
2012-02-21systemd-analyze: read /etc/os-releaseKay Sievers
2011-09-27analyze: always draw top kernel, initramfs, userspace barsKay Sievers
Based on Koen Kooi's patch. Renamed initrd to initramfs.
2011-09-23analyze: report startup time in plot mode as wellKoen Kooi
It now prints something like "Startup finished in 1507ms (kernel) + 850ms (userspace) = 2357ms" below the legend.
2011-09-23analyze: always draw 1s marker for scaleKoen Kooi
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.
2011-05-16systemd-analyze: print hostname, kernelversion and arch at the top of the plotKoen Kooi
2011-04-12analyze: fix typoLennart Poettering
2011-04-07dbus: expose monotonic timestamps on the busLennart Poettering
2011-03-31analyze: improve outputLennart Poettering
2011-03-31analyze: add plotterLennart Poettering
2011-03-30analyze: beautify output a bitLennart Poettering
2011-03-30analyze: add systemd-analyze toolLennart Poettering