您的位置:首页 > 游戏 > 游戏 > 使用 systemd-analyze 分析 Linux 系统启动慢的原因

使用 systemd-analyze 分析 Linux 系统启动慢的原因

2024/11/17 16:52:23 来源:https://blog.csdn.net/lpwmm/article/details/141948234  浏览:    关键词:使用 systemd-analyze 分析 Linux 系统启动慢的原因

使用 systemd-analyze 命令可以查看 Linux 系统在启动过程中每个服务的耗时情况, 方便我们排查是哪个环节导致系统启动缓慢, 以下是整理的常用命令参数和效果. 例子中一下子就可以定位到是 gssproxy.service 服务启动耗时过长.

systemd-analyze blame Print list of running units ordered by time to init
$ systemd-analyze blame29.912s gssproxy.service11.280s update-motd.service4.250s network.service426ms cloud-init-local.service302ms cloud-init.service276ms dracut-initqueue.service247ms cloud-config.service206ms cloud-final.service201ms systemd-udev-settle.service183ms initrd-switch-root.service175ms postfix.service158ms lvm2-monitor.service
systemd-analyze critical-chain Print a tree of the time critical chain of units
$ systemd-analyze critical-chainThe time after the unit is active or started is printed after the "@" character.
The time the unit takes to start is printed after the "+" character.graphical.target @30.350s
└─multi-user.target @30.350s└─getty.target @30.350s└─getty@tty1.service @30.350s└─systemd-user-sessions.service @30.322s +2ms└─remote-fs.target @30.322s└─remote-fs-pre.target @30.322s└─nfs-client.target @30.322s└─gssproxy.service @409ms +29.912s└─basic.target @409ms└─sockets.target @409ms└─dbus.socket @409ms└─sysinit.target @408ms└─systemd-update-utmp.service @405ms +2ms└─auditd.service @381ms +24ms└─systemd-tmpfiles-setup.service @376ms +4ms└─local-fs.target @375ms└─local-fs-pre.target @299ms└─lvm2-monitor.service @140ms +158ms└─lvm2-lvmetad.service @162ms└─lvm2-lvmetad.socket @138ms└─-.slice
systemd-analyze plot Output SVG graphic showing service initialization
systemd-analyze plot > ~/plot.svg

导出的 svg 文件复制到本地电脑上就可以直接用浏览器打开看了

在这里插入图片描述

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com