Note |
---|
|
Table of Contents | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Checking spent SHr
To see how much SHr was used in each job, use sbill
command.
...
The results from sbill
is updated in real-time.
...
Useful tips
To check SHr spent for given jobs
Code Block |
---|
sbill -j [jobID] |
[jobID]
is the ID of job(s) that you want to check SHr. [jobID]
can be multiple, e.g. 970524,970524.
To check SHr spent in a specific period
Code Block |
---|
sbill -S [start date in MM/DD/YY] -E [End date in MM/DD/YY] |
This command list jobs that start running after the date given in -S
and before the date given in -E
. If specify a long period, it will take a while to print out the result.
To check SHr spent in a specific period account
Code Block |
---|
sbill -A [accout] |
...