-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Let's start with logging X slowest units at boot
- Will allow admins to know what's the slowest at boot to fix
i.e.
systemd-analyze blame- See how CLI does it ... hopefully via dbus/varlink and do naively
3min 24.159s dnf5-automatic.service
1min 43.050s cpe_chef.service
16.210s sys-module-fuse.device
15.809s dev-ttyS0.device
Put into struct in common unit (probably a float of seconds ...)
Allow config to say only x. Something like:
[boot]
enabled = true
num_slowest_units = 5Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request