systemd

systemd-analyze

English

Overview

A command for analyzing how long the boot process took.

Details

A command that analyzes and visualizes the time taken by the overall boot process and by each individual unit, useful for speeding up boot. Running systemd-analyze blame lists units by how long each took to start, sorted longest first -- a direct route to finding what's slowing the boot down.

More Linux terms