Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

sbill command is only available in LANTA login/frontend node (lanta.nstda.or.th). It is NOT available in transfer node (transfer.nstda.or.th).

Table of Contents
maxLevel6
minLevel4
include
outlinefalse
indent
exclude
styledisc
typelist
printabletrue
class

...

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]

...