docs: add slurmwatch for live job monitoring (Midway3 module)#251
Open
PursuitOfDataScience wants to merge 1 commit into
Open
docs: add slurmwatch for live job monitoring (Midway3 module)#251PursuitOfDataScience wants to merge 1 commit into
PursuitOfDataScience wants to merge 1 commit into
Conversation
slurmwatch is installed as a module on Midway3 (module load slurmwatch) and shows live per-process CPU / memory / GPU usage of a running job. - slurm/sbatch.md: lead "Monitoring running jobs" with slurmwatch (module load + usage), keeping the SSH + htop method as an alternative. - slurm/sinteractive.md: add "Monitoring an interactive session" with the tmux-second-pane-on-the-node pattern.
PursuitOfDataScience
force-pushed
the
docs/add-slurmwatch
branch
from
July 15, 2026 18:16
9aa84ab to
d43475e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
slurmwatchto the job-monitoring documentation. It is installed as a module on Midway3 (module load slurmwatch→slurmwatch/0.8.2(default)under/software/modulefiles) and shows live per-process CPU / memory / GPU usage of a running job as a terminal dashboard.Changes
slurm/sbatch.md→ "Monitoring running jobs": lead withslurmwatch(module load+ basic usage, and why it complementshtop— it isolates your job's own processes, reports GPU utilization/VRAM, and hops to the compute node automatically), keeping the existing SSH +htopmethod as the alternative.slurm/sinteractive.md: new "Monitoring an interactive session" subsection with the recommended pattern — run it in a secondtmuxpane on the compute node so it watches your work without creating a contending Slurm step.The two pages cross-link; no nav change.
Tool repo: https://github.com/PursuitOfDataScience/slurmwatch