TIL You can use systemd-analyze plot > plot.svg
to plot the service startup time to find bottlenecks
TIL You can use systemd-analyze plot > plot.svg
to plot the service startup time to find bottlenecks
Apparently the reason my computer has been taking 2 minutes to boot was a faulty network mount
You're viewing a single thread.
All comments
61
comments
Systemd can generate SVGs? Damn thats "bloat" but also unexpectedly fancy
48 0 ReplySVGs are just fancy text files after all
48 0 ReplyIf you go far enough, everything is.
But SVGs are one of the few image types that can be human readable and editable
12 0 ReplyIf you go far enough, everything is.
No, SVG are text files, it's XML. You can write an SVG file representing a square using only a text editor relatively easily.
18 0 ReplyNo, not really. Most image formats produce completely unreadable jumbo only meant to be parsed with clever maths.
9 0 Reply
61
comments
Scroll to top