execsnoop 723 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #
  2. # pcp-htop(1) configuration file - see pcp-htop(5)
  3. #
  4. [execsnoop]
  5. heading = ExecSnoop
  6. caption = BPF exec(2) syscall snoop
  7. default = false
  8. pid.heading = PID
  9. pid.caption = Process Identifier
  10. pid.metric = bpf.execsnoop.pid
  11. pid.format = process
  12. ppid.heading = PPID
  13. ppid.caption = Parent Process
  14. ppid.metric = bpf.execsnoop.ppid
  15. ppid.format = process
  16. uid.heading = UID
  17. uid.caption = User Identifier
  18. uid.metric = bpf.execsnoop.uid
  19. comm.heading = COMM
  20. comm.caption = Command
  21. comm.width = -16
  22. comm.metric = bpf.execsnoop.comm
  23. comm.format = command
  24. ret.heading = RET
  25. ret.caption = Return Code
  26. ret.metric = bpf.execsnoop.ret
  27. path.heading = Arguments
  28. path.caption = Arguments
  29. path.width = -12
  30. path.metric = bpf.execsnoop.args