这一页说我必须编辑 grub 启动菜单中的“linux”行来设置 bootchart。我不明白我到底要做什么。请帮忙。
答案1
在 15.10 或任何其他使用 启动的 Ubuntu 版本中,您不再需要这样做systemd
。它会自动记录每次启动时的必要信息,并允许您使用命令对其进行分析
systemd-analyze
获取图形启动图作为 SVG 图像的参数是:
systemd-analyze plot > filename.svg
但是它还有其他有用的命令。您可以使用 Bash 自动完成功能输入并按两次来查看可能的参数列表systemd-analyze
,Tab或者使用 打开手册页man systemd-analyze
或使用 显示帮助来查看旧式参数列表systemd-analyze --help
。以下是命令列表。如果您未指定任何其他命令,则
默认为:time
Commands:
time Print time spent in the kernel
blame Print list of running units ordered by time to init
critical-chain Print a tree of the time critical chain of units
plot Output SVG graphic showing service initialization
dot Output dependency graph in dot(1) format
set-log-level LEVEL Set logging threshold for systemd
dump Output state serialization of service manager
verify FILE... Check unit files for correctness