Skip to content
Snippets Groups Projects
Commit 1af79831 authored by Caughlin Bohn's avatar Caughlin Bohn
Browse files

Merge branch 'seff' into 'master'

Added Seff information

See merge request !340
parents 669ac68a eaa97abf
No related branches found
No related tags found
1 merge request!340Added Seff information
......@@ -10,6 +10,21 @@ of what memory and time limits to request in the future.
### Monitoring Completed Jobs:
#### seff
The `seff` command provides a quick summary of a single job's resource utilization and efficiency after it has been completed, including status, wall usage, runtime, and memory usage of a job:
{{< highlight bash >}}
seff <JOB_ID>
{{< /highlight >}}
{{< figure src="/images/slurm_seff_1.png" height="250" >}}
#### sacct
To see the runtime and memory usage of a job that has completed, use the
sacct command:
......@@ -37,6 +52,8 @@ sacct --format JobID,JobName,Elapsed,MaxRSS
Additional arguments and format field information can be found in
[the SLURM documentation](https://slurm.schedmd.com/sacct.html).
### Monitoring Running Jobs:
There are two ways to monitor running jobs, the `top` command and
monitoring the `cgroup` files using the utility`cgget`. `top` is helpful
......
static/images/slurm_seff_1.png

20 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment