Difference between revisions of "SciNet Command Line Utilities"

From oldwiki.scinet.utoronto.ca
Jump to navigation Jump to search
Line 10: Line 10:
 
!{{Hl2}}| Description
 
!{{Hl2}}| Description
 
!{{Hl2}}| Cluster
 
!{{Hl2}}| Cluster
 +
|-
 +
|diskUsage
 +
|
 +
|informs about the user and group file system usage.
 +
|
 +
|-
 +
|quota
 +
|
 +
|offers a shorter version for the user.
 +
|
 +
|-
 +
|qsum
 +
|
 +
|similar to showq, summarizes by user.
 +
|
 +
|-
 +
|jobperf
 +
| <jobID>
 +
|informs about the performance per-node of a given job.
 +
|GPC
 +
|-
 +
|jobError
 +
| <jobID<nowiki> | </nowiki>jobNAME>
 +
|displays on realtime the error output of a given job.
 +
|GPC
 +
|-
 +
|jobOutput
 +
| <jobID<nowiki> | </nowiki>jobNAME>
 +
|displays on realtime the standard output of a given job.
 +
|GPC
 +
|-
 +
|jobcd
 +
| <jobID<nowiki> | </nowiki>jobNAME>
 +
|allows users to quickly move into the working directory of a given job.
 +
|GPC
 +
|-
 +
|jobscript
 +
| <jobID<nowiki> | </nowiki>jobNAME>
 +
|displays the submission script used when submitting a given job.
 +
|GPC
 +
|-
 +
|jobssh
 +
| <jobID<nowiki> | </nowiki>jobNAME>
 +
|allows users to connect to the head-node of a given job.
 +
|GPC
 +
|-
 +
|jobtop
 +
| <jobID<nowiki> | </nowiki>jobNAME>
 +
|allows users to "top" on the head-node of a given job.
 +
|GPC
 
|-
 
|-
 
|jobdep
 
|jobdep
Line 17: Line 67:
 
|-
 
|-
 
|jobtree
 
|jobtree
|[<username>]
+
|[username]
 
|Displays the jobs tree of dependencies for a given user
 
|Displays the jobs tree of dependencies for a given user
 
|GPC
 
|GPC
 +
|-
 
|}
 
|}

Revision as of 16:37, 17 March 2015

Below is list of handy command-line utilities written by SciNet to help manage your data and compute.

Currently, on the GPC you need to have the 'extras' module loaded for these to work.

Note that in the table, optional arguments are denoted with square brackets (i.e. '[]').

Command Arguments Description Cluster
diskUsage informs about the user and group file system usage.
quota offers a shorter version for the user.
qsum similar to showq, summarizes by user.
jobperf <jobID> informs about the performance per-node of a given job. GPC
jobError <jobID | jobNAME> displays on realtime the error output of a given job. GPC
jobOutput <jobID | jobNAME> displays on realtime the standard output of a given job. GPC
jobcd <jobID | jobNAME> allows users to quickly move into the working directory of a given job. GPC
jobscript <jobID | jobNAME> displays the submission script used when submitting a given job. GPC
jobssh <jobID | jobNAME> allows users to connect to the head-node of a given job. GPC
jobtop <jobID | jobNAME> allows users to "top" on the head-node of a given job. GPC
jobdep <jobID> Displays dependencies of given job GPC
jobtree [username] Displays the jobs tree of dependencies for a given user GPC