This package browser is in early development. Mind the rough edges.

witr

Utility to show why the process is running

The witr (why-is-this-running), is a utility to show:

  1. What is running?

  2. How did it start?

  3. What is keeping it running?

  4. What context does it belong to?

It shows which process uses the port, and its information like process tree, working directory, user, pid, command, and so on.

Installation

Install the latest version of witr as follows:

guix install witr

Or install a particular version:

guix install witr@0.1.7

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of witr about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/witr'><img src='https://packages.guix.gnu.org/packages/witr/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/witr/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/witr)

Example Org:

[[https://packages.guix.gnu.org/packages/witr][https://packages.guix.gnu.org/packages/witr/badges/latest-version.svg]]