diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:59:52 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:03 -0400 |
commit | 80646adbe1c420b63bba5e6ace46619c997cf00c (patch) | |
tree | 0a995c94c76c649d2e9ff75dc9d899498a2c3886 /system/bootchart | |
parent | 8bf5af40577b3cff009f55a4fdc97c38aaec6ecb (diff) | |
download | slackbuilds-80646adbe1c420b63bba5e6ace46619c997cf00c.tar.gz |
system/bootchart: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/bootchart')
-rw-r--r-- | system/bootchart/README | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/system/bootchart/README b/system/bootchart/README index ffbb73e1ac..31ebc32d7a 100644 --- a/system/bootchart/README +++ b/system/bootchart/README @@ -1,12 +1,12 @@ -Bootchart provides a shell script to be run by the kernel in the init phase. -The script will run in background and collect process information, CPU -statistics and disk usage statistics from the /proc file system. -The performance data are stored in memory and are written to disk once the -boot process completes. +Bootchart provides a shell script to be run by the kernel in the +init phase. The script will run in background and collect process +information, CPU statistics and disk usage statistics from the /proc +file system. The performance data are stored in memory and are +written to disk once the boot process completes. -The boot log file is later processed using a Java application which builds -the process tree and renders a performance chart in different formats (png, -svg, eps). +The boot log file is later processed using a Java application which +builds the process tree and renders a performance chart in different +formats (png, svg, eps). After installation, to run bootchartd; a) if you run a huge kernel or custom kernel without initrd: |