Skip to content

Initial scripts to collect and display boot time data

Dustin Black requested to merge dustinblack/boot-time-analysis-tools:main into main

These initial scripts combine and refine some existing efforts to collect and display boot time information. Some human-readable timings are output to stdout, and logs and timings from dbus/systemd, systemd-analyze plot, and dmesg are normalized into a machine-readable format, which is then used to create an interactive html/javascript chart, which is then output as a file.

Merge request reports