MJSTAT(1) User Contributed Perl Documentation MJSTAT(1) NAME mjstat - List attributes of Moab jobs under the control of SLURM SYNOPSIS mjstat DESCRIPTION The mjstat command is used to display statistics of Moab jobs under control of SLURM. The output is designed to give information on the resource usage and availablilty, as well as information about jobs that are currently active on the machine. This output is built using the SLURM utilities, sinfo, squeue and scontrol, the man pages for these utilites will provide more information and greater depth of understanding. OPTIONS none EXAMPLE The following is a basic request for status. > mjstat Scheduling class data: ------------------------------------------------------------ Class Memory Cpus Total Usable Free Other Traits ------------------------------------------------------------ pdebug 15000Mb 8 32 32 24 (null) pbatch* 15000Mb 8 1072 1070 174 (null) Running job data: ------------------------------------------------------------------- JobID User Nodes Class Status Used Master/Other ------------------------------------------------------------------- 395 mary 1000 pbatch PD 0:00 (JobHeld) 396 mary 1000 pbatch PD 0:00 (JobHeld) 375 mary 1000 pbatch CG 0:00 (JobHeld) 388 fred 32 pbatch R 25:27 atlas89 361 harry 512 pbatch R 1:01:12 atlas618 77742 sally 8 pdebug R 20:16 atlas18 The Scheduling data contains information pertaining to the: Class a set of nodes Memory the amount of memory on each node Cpus the number of cpus on each node Total the total number of nodes in the class Usable total usaable nodes in the class Free total nodes that are currently free Other Traits distinguishing features related to the node set The Running job data contains information pertaining to the: JobID either the Moab job id, or the SLURM interactive job id User owner of the job Nodes nodes required, or in use by the job Class the Class required or in use by the job Status current status of the job Used Wallclick time used by the job Master/Other Either the Master (head) node used by the job, or may indicate furhter status of a pending, or completing job. The common status values are: R The job is running PD The job is Pending CG The job is Completing These are states reproted by SLURM and more elaborate docuemntation can be found in the squeue/sinfo man pages. REPORTING BUGS Report problems to LC Hotline. perl v5.8.5 2007-04-04 MJSTAT(1)