Skip to content
Snippets Groups Projects

Added Seff information

Merged Caughlin Bohn requested to merge seff into master
2 files
+ 17
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -10,6 +10,21 @@ of what memory and time limits to request in the future.
@@ -10,6 +10,21 @@ of what memory and time limits to request in the future.
### Monitoring Completed Jobs:
### 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
To see the runtime and memory usage of a job that has completed, use the
sacct command:
sacct command:
@@ -37,6 +52,8 @@ sacct --format JobID,JobName,Elapsed,MaxRSS
@@ -37,6 +52,8 @@ sacct --format JobID,JobName,Elapsed,MaxRSS
Additional arguments and format field information can be found in
Additional arguments and format field information can be found in
[the SLURM documentation](https://slurm.schedmd.com/sacct.html).
[the SLURM documentation](https://slurm.schedmd.com/sacct.html).
 
 
### Monitoring Running Jobs:
### Monitoring Running Jobs:
There are two ways to monitor running jobs, the `top` command and
There are two ways to monitor running jobs, the `top` command and
monitoring the `cgroup` files using the utility`cgget`. `top` is helpful
monitoring the `cgroup` files using the utility`cgget`. `top` is helpful
Loading