summaryrefslogtreecommitdiff
path: root/doc/dlt_kpi.md
diff options
context:
space:
mode:
authorthanhbnq <49302843+thanhbnq@users.noreply.github.com>2019-04-16 14:52:52 +0700
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2019-04-16 16:52:52 +0900
commit5d21bc4858c7d0d67adb1e0cdec9880d97b83567 (patch)
tree7ff7f2e5bb6ebf3c2d51e5e3eb2a08df2449aaef /doc/dlt_kpi.md
parent376bf6c1750d8d1c6bb1a5abc73e5b081d7b7825 (diff)
downloadDLT-daemon-5d21bc4858c7d0d67adb1e0cdec9880d97b83567.tar.gz
doc: Update doc/CMakeList.txt after cleanup documentation (#111) (#117)
* doc: Update after cleanup documentation - Add ascii_doc check - Spaces instead of tabs in doc/CMakeList.txt - Change style in markdown files to avoid error while converting from md to html - Since manpages are generated by pandoc, "doc-man" part is removed from doc/CMakeList.txt Signed-off-by: thanhbnq <thanh.buinguyenquoc@vn.bosch.vn>
Diffstat (limited to 'doc/dlt_kpi.md')
-rw-r--r--doc/dlt_kpi.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/dlt_kpi.md b/doc/dlt_kpi.md
index 10d684a..2531bb3 100644
--- a/doc/dlt_kpi.md
+++ b/doc/dlt_kpi.md
@@ -23,31 +23,31 @@ The following will explain the meaning to each three-character-identifier and ea
The datasets in these messages have the following form:
-> \[PID\];\[Parent PID\];\[Commandline\]
+`[PID];[Parent PID];[Commandline]`
Example message:
-> NEW 21226;1;/usr/libexec/nm-dispatcher
+`NEW 21226;1;/usr/libexec/nm-dispatcher`
*STP*: This identifies a message that contains datasets describing processes that have ended since the last interval.
The datasets in these messages have the following form:
-\[PID\]
+`[PID]`
Example message:
-> STP 20541
+`STP 20541`
*ACT*: This identifies a message that contains datasets describing active processes. These are processes that have consumed CPU time since the last interval.
The datasets in these messages have the following form:
-> \[PID\];\[CPU time in milliseconds per second\];\[RSS bytes\];\[CTX-switches since last interval\];\[I/O bytes\];\[I/O wait time in milliseconds per second\]
+`[PID];[CPU time in milliseconds per second];[RSS bytes];[CTX-switches since last interval];[I/O bytes];[I/O wait time in milliseconds per second]`
Example message:
-> ACT 20503;10;389;3;1886649;0
+`ACT 20503;10;389;3;1886649;0`
NOTE: The *CPU time* value is the active time of a process in milliseconds, divided by the number of CPU cores. So this value should never get greater than 1000ms, which would mean 100% CPU usage.
@@ -55,21 +55,21 @@ NOTE: The *CPU time* value is the active time of a process in milliseconds, divi
The datasets in these messages have the following form:
-> \[PID\];\[Commandline\]
+`[PID];[Commandline]`
Example message:
-> CHK 660;/sbin/audispd
+`CHK 660;/sbin/audispd`
*IRQ*: This identifies a message that contains datasets describing the numbers of interrupts that occurred on each CPU.
The datasets in these messages have the following form:
-> \[IRQ name\];cpu\[CPU number\];\[Number of total interrupts\];
+`[IRQ name];cpu[CPU number];[Number of total interrupts];`
Example message:
-> IRQ 0;cpu0:133;cpu1:0; 1;cpu0:76827;cpu1:0;
+`IRQ 0;cpu0:133;cpu1:0; 1;cpu0:76827;cpu1:0;`
Synchronization messages: