[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
qsm TargetName QueueName IntegerValue
qsm
command is used to change the maximum number of jobs which
can be run in a queue at the same time. If more jobs are submit, they are
holded until other jobs are finished. The parameters are the target name ,
the queue name and the maximum running jobs number.
qsm
command is used to change
the maximum running jobs property of the queue. qi
is used
to show `Max' property before (`Max=1') and after
(`Max=4') change.
$ dio87d -d $ dio87c -- ta localhost $ dio87c -- qa localhost myqueue $ dio87c -- qi localhost myqueue Target Name: localhost Queue Name: myqueue Description: Opened: FALSE Max: 1 $ $ dio87c -- qsm localhost myqueue 4 $ $ dio87c -- qi localhost myqueue Target Name: localhost Queue Name: myqueue Description: Opened: FALSE Max: 4 $ |