Skip to content

Commit 77edcf4

Browse files
committed
added seff example
1 parent 3e2ece0 commit 77edcf4

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

docs/hpc/06_tools_and_software/08_utils.mdx

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,25 @@ You can get very detailed information about the GPU with:
8080

8181
The seff script can be used to display status information about a user’s historical or running jobs.
8282

83-
It shows information about:
84-
- CPU efficiency
85-
- memory efficiency
83+
Here's example output for a job:
84+
```bash
85+
[NetID@torch-login-b-1 ~]$ seff 6239104
86+
Job ID: 6239104
87+
Cluster: torch
88+
State: COMPLETED (exit code 0)
89+
Nodes: 1
90+
Cores per node: 5
91+
CPU Utilized: 00:00:07
92+
CPU Efficiency: 28.00% of 00:00:25 core-walltime
93+
Job Wall-clock time: 00:00:05
94+
Memory Utilized: 50.54 MB
95+
Memory Efficiency: 4.94% of 1.00 GB
8696

97+
```
98+
As you can see above, seff gives information about CPU and memory efficiency to help you more efficiently use our cluster resources.
99+
:::tip
100+
Requesting the minimum resources needed for your job can help it spend less time in the queue.
101+
:::
87102

88103
{/* coming soon
89104
## rpsquota

0 commit comments

Comments
 (0)