[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
qc TargetName
qc
command return the number of queues assigned to a target. The
name of the Target must be passed as parameter.
qc
command is used
to show queue count before (`0') and after (`2') queues creation.
$ dio87d -d $ dio87c -- ta localhost $ dio87c -- qc localhost 0 $ dio87c -- qa localhost queue1 $ dio87c -- qa localhost queue2 $ dio87c -- qc localhost 2 $ dio87c -- ql localhost queue1 queue2 $ |