Commands - mshow

mshow

(Moab Show)

Synopsis

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

Overview

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

Arguments

Flag Description
AVAILABLE RESOURCES
JOBS
JOB QUEUE
RESERVATIONS

Format

AVAILABLE RESOURCES
Can be combined with --flags=[tid|verbose|future] --format=xml and/or -w
---
Display available resources.
> 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 scida.1045
   [XML describing job scida.1045]
...

> mshow -j
   [XML describing all jobs]
...

   
JOB QUEUE
---
---
Show the job queue.
> 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


Home Up