witr: A Diagnostic Tool for Understanding Why Processes Are Running
By
pranshuparmar
Hand-rolled, kettle-boiled, baked to perfection. Worth every minute at the bakery.
Summary
witr (why-is-this-running) is a diagnostic tool designed to answer the fundamental question of why processes are running on a system. Unlike existing tools like ps, top, lsof, ss, systemctl, and docker ps that show what is running, witr focuses on causality - tracing why processes are running by examining indirect relationships across supervisors, containers, services, and shells. The tool helps users understand the root causes of running processes that are often non-obvious or spread across multiple system layers.
Key quotes
· 4 pulledwitr exists to answer a single question: Why is this running?
When something is running on a system—whether it is a process, a service, or something bound to a port—there is always a cause.
Existing tools (ps, top, lsof, ss, systemctl, docker ps) expose state and metadata. They show what is running, but leave the user to infer why by manually correlating outputs across tools.
witr makes that causality explicit.
You might also wanna read
SnapPoint: Open-Source System Auditor and Package Manager Manager for Developers
SnapPoint is an open-source system auditor and package manager manager designed to help developers clean up their development machines. The
Shittp: SSH Tool for Transferring Dotfiles to Remote Machines
Shittp is a tool that enables users to bring their dotfiles (configuration files) to remote machines via SSH. It works by packing dotfiles i
Researcher's "ADHD" tool for Claude Code claims 2x improvement; experts call for more evidence
Solo researcher Udit Akhouri released a third-party Agent SDK tool called "ADHD" for Claude Code on Reddit, claiming it helps coding agents
bit.ly·4h agoMicrosoft Foundry Skill: Reusable Guidance for Coding Agent Workflows
The Microsoft Foundry Skill is a meta-skill for coding agents that provides reusable guidance for Foundry agent workflows. It helps standard
Erlang Ecosystem Foundation Launches Central Company Registry
The Erlang Ecosystem Foundation has launched a new canonical company registry at registry.erlef.org. The registry aims to serve members, spo
aislop: Open-source CLI tool detects low-quality code patterns left by AI coding agents
aislop is an open-source CLI tool (MIT-licensed) that detects low-quality patterns left behind by AI coding agents like Claude Code, Cursor,
