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

Added Seff information

parent 86d12245
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.
Please register or to comment