Changes between Version 1 and Version 2 of TorqueUsage/Functions/Pbs_statque


Ignore:
Timestamp:
09/07/06 16:21:43 (18 years ago)
Author:
bas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TorqueUsage/Functions/Pbs_statque

    v1 v2  
    55Get queue information from batch system:
    66{{{
    7 queues = pbs.pbs_statque(c, "", "NULL", "NULL")
     7queues = pbs.pbs_statque(c, id, attrl, extend)
    88}}}
    99
    1010== In ==
    11 c::
    12 Connection id
     11c::
     12 Connection id
     13
     14id::
     15 queue_name or a empty string. If  queue_name is specified, the status of the queue named queue_name at the server will be
     16 returned.  If the id is an empty string, the status of all queues at the server will be returned.
     17
     18