[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Command qc

NAME

Command qc :: Queue count

SYNOPSIS

qc TargetName

DESCRIPTION

The qc command return the number of queues assigned to a target. The name of the Target must be passed as parameter.

EXAMPLE

In this example, a target named `localhost' is created. Then, two queues `queue1' and `queue2' are created. The 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
$

ACCESS CONTROL

This function requires the `consult' privilege for the `target' command family.

SEE ALSO



This document was generated by dom on September, 11 2005 using texi2html