
sigwire
yeet-src
tail -f for signals. Every signal any process on the box raises — who sent it, who it hit, which signal, how it was raised (kill(2), the kernel, a POSIX timer), whether the target caught it and how long its handler ran, whether it tore a blocked syscall out with EINTR.
AI 简介
sigwire 是一个基于 eBPF 的 Linux 系统信号实时监控工具,提供类似 `tail -f` 的流式信号观测能力。它通过内核 tracepoints 零侵入地捕获全系统所有进程的信号收发事件,精确记录发送方、接收方、信号类型、触发方式(kill、内核、POSIX timer)、是否被处理、信号处理器执行时长,以及是否导致 EINTR 中断。无需 ptrace 或目标进程配合,支持实时着色、聚合与深度详情查看。适用于系统调试、信号行为分析、服务稳定性排查及内核级 IPC 故障诊断等场景。
JavaScript
141
Stars
4
Forks
103
Watchers
0
Issues
Star 增长
今日0
近 7 天+38
近 30 天+38
综合评分61.9
默认分支master