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

nyx 2.1.0

Tor relay status monitor

Nyx monitors the performance of relays participating in the Tor anonymity network. It displays this information visually and in real time, using a curses-based terminal interface. This makes Nyx well-suited for remote shell connections and servers without a graphical display. It's like top for Tor, providing detailed statistics and status reports on:

  1. connections (with IP address, hostname, fingerprint, and consensus data),

  2. bandwidth, processor, and memory usage,

  3. the relay's current configuration,

  4. logged events,

  5. and much more.

Potential client and exit connections are scrubbed of sensitive information.

Installation

Install nyx 2.1.0 as follows:

guix install nyx@2.1.0

Or install the latest version:

guix install nyx

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.