Commands - mshow
Moab Workload Manager®

mshow

(Moab Show)

Synopsis

mshow [-a availableresources] [-j [<JOBID>]] [-q jobqueue] [-r [reservationid]] 

Overview

The mshow command displays various diagnostic messages about the system and job queues.

Arguments

-a
    
AVAILABLE RESOURCES
-j [<JOBID>]
    
JOBS
-q [<QUEUENAME>]
    
JOB QUEUE
-r
    
RESERVATIONS



Format:
Name Format Default Description Example
AVAILABLE
RESOURCES
can be combined with --flags=[tid|verbose|future]
--format=xml and/or -w
--- Display available resources
mshow -a
> mshow -a -w user=john --flags=tid --format=xml

 
Show resources available to john in XML format with a transaction id.  See mshow -a for details
JOBS [<JOBID>] --- Display job information in XML format (NOTE: use showq for human readable output)
mshow -j
> mshow -j scida.1045

[XML describing job scida.1045]
...

mshow -j
> mshow -j

[XML describing all jobs]
...
JOB QUEUE --- --- Show the job queue.
mshow -j
> mshow -q

[information about all queues]
...
RESERVATIONS RSVID --- Display reservation information. mshow -r system.0
 
(Display information about reservation system.0)
 
mshow -r
 
(Display information about all reservations)

See Also

  • mshow -a command to show available resources