iovisor / bcc

BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
Apache License 2.0
20.36k stars 3.86k forks source link

killsnoop: Allow to trace a signal list #5052

Closed YeechouTang closed 3 months ago

YeechouTang commented 3 months ago

Currently, the -s option only supports tracing one signal. Now, if we enable the -s option to support a comma-separated list of signals, it will make monitoring more convenient.