Skip to content

Commit 98d42a2

Browse files
authored
Merge pull request brendangregg#49 from guxtavo/documentation-patch
remove blank spaces in top output from execsnoop example
2 parents 442c3d3 + 7b67846 commit 98d42a2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

examples/execsnoop_example.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,17 @@ Cpu(s): 15.7%us, 34.9%sy, 0.0%ni, 49.2%id, 0.0%wa, 0.0%hi, 0.0%si, 0.2%st
6262
Mem: 7629464k total, 7537216k used, 92248k free, 1376492k buffers
6363
Swap: 0k total, 0k used, 0k free, 5432356k cached
6464

65-
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
66-
7225 bgregg-t 20 0 29480 6196 2128 S 3 0.1 0:02.64 ec2rotatelogs
67-
1 root 20 0 24320 2256 1340 S 0 0.0 0:01.23 init
68-
2 root 20 0 0 0 0 S 0 0.0 0:00.00 kthreadd
69-
3 root 20 0 0 0 0 S 0 0.0 1:19.61 ksoftirqd/0
70-
4 root 20 0 0 0 0 S 0 0.0 0:00.00 kworker/0:0
71-
5 root 20 0 0 0 0 S 0 0.0 0:00.01 kworker/u:0
72-
6 root RT 0 0 0 0 S 0 0.0 0:16.00 migration/0
73-
7 root RT 0 0 0 0 S 0 0.0 0:17.29 watchdog/0
74-
8 root RT 0 0 0 0 S 0 0.0 0:15.85 migration/1
75-
9 root 20 0 0 0 0 S 0 0.0 0:00.00 kworker/1:0
65+
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
66+
7225 bgregg-t 20 0 29480 6196 2128 S 3 0.1 0:02.64 ec2rotatelogs
67+
1 root 20 0 24320 2256 1340 S 0 0.0 0:01.23 init
68+
2 root 20 0 0 0 0 S 0 0.0 0:00.00 kthreadd
69+
3 root 20 0 0 0 0 S 0 0.0 1:19.61 ksoftirqd/0
70+
4 root 20 0 0 0 0 S 0 0.0 0:00.00 kworker/0:0
71+
5 root 20 0 0 0 0 S 0 0.0 0:00.01 kworker/u:0
72+
6 root RT 0 0 0 0 S 0 0.0 0:16.00 migration/0
73+
7 root RT 0 0 0 0 S 0 0.0 0:17.29 watchdog/0
74+
8 root RT 0 0 0 0 S 0 0.0 0:15.85 migration/1
75+
9 root 20 0 0 0 0 S 0 0.0 0:00.00 kworker/1:0
7676
[...]
7777

7878
See the line starting with "Cpu(s):". So there's about 50% CPU utilized (this

0 commit comments

Comments
 (0)