qstat - Displays the status of one or more lsbatch queues
qstat [ -l ] [ -m ] [ -x] [ -a] [ -u user-name ] [ queue-name ... ]
qstat is an lsNQS version of the NQS command of the same name. It displays the status of lsbatch queues.
If no queue is specified, the current status of all lsbatch queues is displayed. Otherwise, information is displayed for the specified queues only.
For each specified queue, qstat displays a queue header (contains information about the queue itself), followed by information about requests in the queue. Ordinarily, qstat shows only those requests that belong to the invoker.
The queue header always includes the queue-name, queue type, queue status (see below), and the number of requests waiting and running in the queue. An extended queue header also displays the priority and run limit of a queue, as well as the access restrictions and resource limits.
By default, qstat displays the following information about a request: the request-name, the request-id, the owner, and the current request state (see below).
The relative ordering of requests within a queue determines the order in which the requests are run. This is subject to the availability of resources needed by each request, and whether the user interferes with the running order.
queue-name ...
Shows only those requests in the specified queue or
queues .
The general state of a queue is defined by whether or not requests can be submitted to the queue. If they can, the queue is said to be enabled. Otherwise the queue is said to be disabled.
The state of a request can be waiting or running,
The output format of this command is different from qstat in NQS.