aboutsummaryrefslogtreecommitdiffstats
path: root/pcp/screens/exitsnoop
blob: 6c6b867c0ecbb6600d77bdc8d47de1d3021bb129 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#
# pcp-htop(1) configuration file - see pcp-htop(5)
#

[exitsnoop]
heading = ExitSnoop
caption = BPF process exit(2) snoop
default = false

pid.heading = PID
pid.caption = Process Identifier
pid.metric = bpf.exitsnoop.pid
pid.format = process

ppid.heading = PPID
ppid.caption = Parent Process
ppid.metric = bpf.exitsnoop.ppid
ppid.format = process

tid.heading = TID
tid.caption = Task Identifier
tid.metric = bpf.exitsnoop.tid
tid.format = process
tid.default = false

signal.heading = SIG
signal.caption = Signal number
signal.metric = bpf.exitsnoop.sig

exit.heading = EXIT
exit.caption = Exit Code
exit.metric = bpf.exitsnoop.exit_code

core.heading = CORE
core.caption = Dumped core
core.metric = bpf.exitsnoop.coredump
core.default = false

age.heading = AGE
age.caption = Process age
age.metric = bpf.exitsnoop.age
age.default = false

comm.heading = Command
comm.caption = COMM
comm.width = -16
comm.metric = bpf.exitsnoop.comm
comm.format = command

© 2014-2024 Faster IT GmbH | imprint | privacy policy