Skip to content
/ stui Public
forked from mil-ad/stui

A Slurm dashboard for the terminal.

License

Notifications You must be signed in to change notification settings

Trzs/stui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI Code style: black License: MIT

stui

A Slurm dashboard for the terminal.

stui screenshot

Features

  • Connect to local Slurm cluster or remote clusters via SSH
  • Quickly filter jobs based on commonly-used criteria
  • Cancel, attach to, or modify properties of selected jobs.

Installation

$ pip install stui

Usage

On a machine that's part of a Slurm cluster simply fire up stui:

$ stui

To connect to a remote Slurm cluster via SSH:

$ stui --ssh REMOTE_HOST

where REMOTE_HOST is the hostname (or IP address) of the remote machine and may include the user and/or port parameters, of the form user@host, host:port, or user@host:port. If authentication via SSH keys or agent fails you will be prompted to manually enter username and password.

About

A Slurm dashboard for the terminal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Makefile 0.2%