Skip to main content
LEET is a local terminal UI for viewing a W&B run’s stats, metrics, and system health. LEET is a keyboard-driven interface designed for users who work on remote systems or HPC environments using tools like SSH or tmux. Screenshot demonstrating viewing a run in the LEET terminal UI Key features include:
  • Keyboard-first navigation: All features accessible via keyboard shortcuts
  • Live updates: Monitors the .wandb file in real-time as your run progresses
  • Metric filtering: Filter metrics using glob patterns or substring matching
  • Smart zooming: Mouse wheel zoom keeps the latest data points in view
  • Customizable grids: Configure the number of rows and columns for metric and system displays
  • Human-readable formatting: System metrics show friendly units (e.g., “GPU Utilization (%)”, “RAM Used (GB)”)
LEET provides a three-panel layout:
  • Left sidebar: Run Overview showing environment variables, configuration, and summary statistics
  • Center panel: Metrics grid with Braille-style line charts for logged metrics
  • Right sidebar: System Metrics displaying GPU utilization, RAM, CPU, and other system health indicators

Keyboard Shortcuts

General

KeyDescription
h, ?Toggle this help screen
q, ctrl+cQuit
alt+rReload run data

Panels

KeyDescription
[Toggle left sidebar with run overview
]Toggle right sidebar with system metrics
KeyDescription
N, pgupNavigate between chart pages
n, pgdownNavigate between chart pages
alt+N, alt+pgupNavigate between system metrics pages
alt+n, alt+pgdownNavigate between system metrics pages

Charts

KeyDescription
/Filter metrics by pattern (supports glob or substring matching)
ctrl+lClear active filter

Run Overview

KeyDescription
oFilter overview items (supports @e, @c, @s for environment/config/summary sections)
ctrl+kClear overview filter

Configuration

KeyDescription
cSet metrics grid columns
rSet metrics grid rows
CSet system grid columns (Shift+c)
RSet system grid rows (Shift+r)

Run Overview Navigation (when sidebar open)

KeyDescription
up, downNavigate items in section
tab, shift+tabSwitch between sections
left, rightNavigate pages in section
@e, @c, @sFilter specific section (environment/config/summary)

Mouse

ActionDescription
mouse wheelZoom in/out on focused chart
shift+mouse selectSelect text
Launch W&B LEET: the Lightweight Experiment Exploration Tool. LEET is a terminal UI for viewing a W&B run specified by an optional PATH. PATH can include a .wandb file or a run directory containing a .wandb file. If PATH is not provided, the command will look for the latest run.

Usage

wandb leet [PATH]

Arguments

ArgumentDescriptionRequired
PATHNo description availableNo