diff options
author | Joshua Powers <josh.powers@canonical.com> | 2019-09-04 13:43:11 +0000 |
---|---|---|
committer | Server Team CI Bot <josh.powers+server-team-bot@canonical.com> | 2019-09-04 13:43:11 +0000 |
commit | da826cd3e4d608d8ddb4b693d10378b52532677b (patch) | |
tree | b884710f60c006a2c8be1838c38286bdf9109815 /doc/rtd/topics/debugging.rst | |
parent | ff11c0c63bfca0be451c58539b158acb7cb65a76 (diff) | |
download | vyos-cloud-init-da826cd3e4d608d8ddb4b693d10378b52532677b.tar.gz vyos-cloud-init-da826cd3e4d608d8ddb4b693d10378b52532677b.zip |
docs: fix whitespace, spelling, and line length
Diffstat (limited to 'doc/rtd/topics/debugging.rst')
-rw-r--r-- | doc/rtd/topics/debugging.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/rtd/topics/debugging.rst b/doc/rtd/topics/debugging.rst index e13d9151..afcf2679 100644 --- a/doc/rtd/topics/debugging.rst +++ b/doc/rtd/topics/debugging.rst @@ -68,18 +68,18 @@ subcommands default to reading /var/log/cloud-init.log. 00.00100s (modules-final/config-rightscale_userdata) ... -* ``analyze boot`` Make subprocess calls to the kernel in order to get relevant +* ``analyze boot`` Make subprocess calls to the kernel in order to get relevant pre-cloud-init timestamps, such as the kernel start, kernel finish boot, and cloud-init start. .. code-block:: shell-session - $ cloud-init analyze boot + $ cloud-init analyze boot -- Most Recent Boot Record -- - Kernel Started at: 2019-06-13 15:59:55.809385 - Kernel ended boot at: 2019-06-13 16:00:00.944740 - Kernel time to boot (seconds): 5.135355 - Cloud-init start: 2019-06-13 16:00:05.738396 - Time between Kernel boot and Cloud-init start (seconds): 4.793656 + Kernel Started at: 2019-06-13 15:59:55.809385 + Kernel ended boot at: 2019-06-13 16:00:00.944740 + Kernel time to boot (seconds): 5.135355 + Cloud-init start: 2019-06-13 16:00:05.738396 + Time between Kernel boot and Cloud-init start (seconds): 4.793656 Analyze quickstart - LXC |