From a42e26d793b685e98235f557789e275b72489542 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:57:49 +0200 Subject: [PATCH] systemd-analyze: add baseline command (#15535) Update systemd-analyze.md --- pages/linux/systemd-analyze.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/systemd-analyze.md b/pages/linux/systemd-analyze.md index 485867109c..4961a49828 100644 --- a/pages/linux/systemd-analyze.md +++ b/pages/linux/systemd-analyze.md @@ -4,6 +4,10 @@ > Show timing details about the boot process of units (services, mount points, devices, sockets). > More information: . +- Print the last system startup time: + +`systemd-analyze` + - List all running units, ordered by the time they took to initialize: `systemd-analyze blame`