All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

witr: A Diagnostic Tool for Understanding Why Processes Are Running

By

pranshuparmar

5mo ago· 8 min readenCode

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 pulled
witr 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.
Snippet from the RSS feed
Why is this running? Contribute to pranshuparmar/witr development by creating an account on GitHub.

You might also wanna read