All Projects → mil-ad → stui

mil-ad / stui

Licence: MIT License
A Slurm dashboard for the terminal.

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to stui

Grofer
A system and resource monitoring tool written in Golang!
Stars: ✭ 135 (+275%)
Mutual labels:  tui, terminal-based
Moe
A command line based editor inspired by vi/vim. Written in Nim.
Stars: ✭ 252 (+600%)
Mutual labels:  tui, terminal-based
Jexer
Java Text User Interface
Stars: ✭ 174 (+383.33%)
Mutual labels:  tui, terminal-based
spart
spart: a user-oriented partition info command for slurm
Stars: ✭ 14 (-61.11%)
Mutual labels:  slurm, slurm-cluster
tut
TUI for Mastodon with vim inspired keys
Stars: ✭ 165 (+358.33%)
Mutual labels:  tui, terminal-based
Ftxui
💻 C++ Functional Terminal User Interface. ❤️
Stars: ✭ 433 (+1102.78%)
Mutual labels:  tui, terminal-based
S Tui
Terminal-based CPU stress and monitoring utility
Stars: ✭ 2,825 (+7747.22%)
Mutual labels:  tui, urwid
gomphotherium
Gomphotherium (/ˌɡɒmfəˈθɪəriəm/; "welded beast"), a command line Mastodon client.
Stars: ✭ 22 (-38.89%)
Mutual labels:  tui, terminal-based
xplr
A hackable, minimal, fast TUI file explorer
Stars: ✭ 2,271 (+6208.33%)
Mutual labels:  tui, terminal-based
resto
🔗 a CLI app can send pretty HTTP & API requests with TUI
Stars: ✭ 113 (+213.89%)
Mutual labels:  tui, terminal-based
Py cui
A python library for intuitively creating CUI/TUI interfaces with widgets, inspired by gocui.
Stars: ✭ 380 (+955.56%)
Mutual labels:  tui, terminal-based
mangadesk
Terminal client for MangaDex 📖
Stars: ✭ 569 (+1480.56%)
Mutual labels:  tui, terminal-based
Spotui
Spotify in the terminal 💻🎶
Stars: ✭ 302 (+738.89%)
Mutual labels:  tui, terminal-based
secman
[Archived] 👊 Human-friendly and amazing secrets manager.
Stars: ✭ 63 (+75%)
Mutual labels:  tui, terminal-based
cpass
An urwid based TUI front end for pass, the standard unix password manager.
Stars: ✭ 17 (-52.78%)
Mutual labels:  tui, urwid
Ox
An independent Rust text editor that runs in your terminal!
Stars: ✭ 2,634 (+7216.67%)
Mutual labels:  tui, terminal-based
cryptgo
A terminal application to watch crypto prices!
Stars: ✭ 123 (+241.67%)
Mutual labels:  tui, terminal-based
tfex-rs
A simple terminal UI file manager
Stars: ✭ 29 (-19.44%)
Mutual labels:  tui, terminal-based
omnia
An open-source toolkit for deploying and managing high performance clusters for HPC, AI, and data analytics workloads.
Stars: ✭ 128 (+255.56%)
Mutual labels:  slurm, slurm-cluster
toolbox
Collection of terminal applications for Manjaro and Arch based Systems (Bash TUI)
Stars: ✭ 12 (-66.67%)
Mutual labels:  tui

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].