Skip to content

Make boot metrics #129

@cooperlees

Description

@cooperlees

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 = 5

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions