systemd-bootchart icon indicating copy to clipboard operation
systemd-bootchart copied to clipboard

bootchart man page could simply tell how to retieve the svg from journal

Open keszybz opened this issue 8 years ago • 2 comments

See https://github.com/systemd/systemd/issues/657.

keszybz avatar Apr 23 '16 01:04 keszybz

Looking at journalctl -b -F BOOTCHART --full, it allows you to extract only exactly one bootchart correctly. If bootchart was manually run several times, the charts aren't even correctly concatenated, and the output is mixed/truncated and malformed XML.

Aside from manually iterating the journal in C, I don't see a consistent way to extract bootcharts with journalctl properly one-by-one.

sofar avatar Aug 30 '16 21:08 sofar

You can always use '-n1' or similar, and select a specific journal entry using a cursor or some other match.

keszybz avatar Aug 31 '16 09:08 keszybz