Skip to content

Latest commit

History

History
28 lines (15 loc) 路 495 Bytes

File metadata and controls

28 lines (15 loc) 路 495 Bytes

witr

Inspect processes, services, and ports by tracing their origin. More information: https://github.com/pranshuparmar/witr.

  • Inspect a process by name:

witr {{process-name}}

  • Inspect a process by PID:

witr --pid {{pid}}

  • Find what is using a network port:

witr --port {{port}}

  • Show full process tree for a PID:

witr --pid {{pid}} --tree

  • Show quick summary output:

witr --short {{process-name}}

  • Output results in JSON format:

witr --json --pid {{pid}}