summaryrefslogtreecommitdiff
path: root/src/systemd-analyze
AgeCommit message (Collapse)Author
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