Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.1 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.1 KB

Slurmtop Logo

slurmtop is a refreshing and intuitive terminal interface for monitoring SLURM clusters.
Get an elegant, at-a-glance view of partitions and jobs to track cluster usage and performance, all from the comfort of your shell.

Slurmtop Preview

slurmtop is a TUI (terminal user interface) to monitor slurm partitions and jobs. It is designed to provide a quick overview of the usage status of the slurm cluster. slurmtop relies on textualize for display and fetches data via the SLURM CLI.

Installation

Install Slurmtop via pip:

pip install slurmtop

For development:

pip install -e .