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 ### 为什么它在运行? 追踪任何进程、端口、容器或文件,直到启动它的完整调用链 —<br> 一条命令,机器可读的 JSON,或[交互式 TUI](#3-interactive-mode-tui)。 [![Latest Release](https://img.shields.io/github/v/release/pranshuparmar/witr?label=Latest%20Release&style=flat-square)](https://github.com/pranshuparmar/witr/releases/lat…

查看完整页面