File tree Expand file tree Collapse file tree
docs/hpc/06_tools_and_software Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,10 +80,25 @@ You can get very detailed information about the GPU with:
8080
8181The 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
You can’t perform that action at this time.
0 commit comments