streamQueueList
streamQueueList - manage the stream queues for ATM ports.
SYNOPSIS
streamQueueList sub-command options
DESCRIPTION
The streamQueueList command is used to manage the stream queues associated with ATM ports. The select sub-command must be used to select the port before any of the other sub-commands.
STANDARD OPTIONS
averageCellRate
Read-only. The average cell rate across all queues associated with a port, specified in ATM cells per second.
averageDataBitRate
Read-only. The average cell rate across all queues associated with a port, specified in data bits per second.
averageFramerate
Read-only. The average cell rate across all queues associated with a port, specified in frames per second.
averagePercentLoad
Read-only. The average cell rate across all queues associated with a port, specified in a percentage of the maximum rate.
COMMANDS
The streamQueueList command is invoked with the following sub-commands. If no sub-command is specified, returns a list of all sub-commands available.
streamQueueList add
Adds an additional stream queue to the port. A queueId is automatically assigned starting from 0. Specific errors are:
- The select sub-command has not been called
- 15 ports already associated with the port
streamQueueList cget option
Returns the current value of the configuration option given by option. Option may have any of the values accepted by the streamQueueList command.
streamQueueList clear
All queues are deleted from the port. Specific errors are:
- The select sub-command has not been called
streamQueueList delete queueId
Deletes a queue from the queue list, where queueId is the queue index - starting at 0. All queues below the deleted queue are renumbered down by one. Specific errors are:
- The select sub-command has not been called
- The queueId does not exist.
streamQueueList get chasID cardID portID
Gets the current configuration of the streamQueueList for port with id portID on card cardID, chassis chasID from its hardware.Call this command before calling streamQueueList cget option value to get the value of the configuration option. Specific errors are:
- No connection to a chassis
- The select sub-command has not been called
streamQueueList select chasID cardID portID
Specifies the port that the other sub-commands and options refers to. Specific errors are:
- No connection to the chassis
- Invalid port specified
streamQueueList setDefault
Sets to IxTclHal default values for all configuration options.
EXAMPLES
See examples in stream