witr pranshuparmar
Why is this running? Trace any process, port, container, or file back to what started it - CLI + TUI.
- 주요 언어
- Go
- Stars
- 21,135
- Forks
- 738
태그
- CLI工具
- Go
- 可观测性
- DevOps
- 操作系统
- 实时
요약
witr 解决了系统运维中"某个进程/端口/容器为何在运行"的溯源难题。现有工具(ps、lsof、docker ps等)只能展示运行状态,而 witr 能自动串联多层系统(systemd、容器、supervisor等),将完整的因果启动链以人类可读文本、JSON 或交互式 TUI 仪表盘的形式呈现。适用于运维排查、安全审计及日常系统诊断场景,支持 Linux、macOS、Windows、FreeBSD 多平台。
README
<div align="center"> # witr ### Why is this running? Trace any process, port, container, or file back to the exact chain that started it —<br> one command, machine-readable JSON, or an [interactive TUI](#3-interactive-mode-tui). [![Latest Release](https://img.shields.io/github/v/release/pranshuparm…