このページ は、ブートチャートを設定するためにgrubブートメニューの「linux」行を編集する必要があることを示しています。私がしなければならないことは正確にはわかりません。助けてください。
15.10またはsystemd
で起動する他のUbuntuリリースでは、これを行う必要はありません。ブートごとに必要な情報を自動的に記録し、コマンドで分析できるようにします
systemd-analyze
SVGイメージとしてグラフィカルブートチャートを取得するための引数は次のとおりです。
systemd-analyze plot > filename.svg
しかし、他の便利なコマンドもあります。 systemd-analyze
と入力してを押すと、可能な引数のリストが表示されます。 Tab Bashオートコンプリートを2回使用するか、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