::EVB::inputStatistics::queueDisplay

Name

::EVB::inputStatistics::queueDisplay -- Display input queue statistics

Synopsis

package require EVB::inputStatistics

::EVB::inputStatistics::queueDisplay window ?options?

window configure options

window cget option-name

DESCRIPTION

Provides a widget that can display input queue statistics. The Widget displays the queue id, the number of fragments in the queue (depth), the timestamp of the element at the head of the queue and the count of the number of elements emitted from the queue.

The process maintaining the UI is expected to update the contents of this widget (it does not auto-update). This is done by using the configure method to set the configuration options described in the OPTIONS section below.

OPTIONS

-id

The id of the input queue. This appears as a title on the inside margin of the widget.

-depth

Specifies the number of fragments to display in the Depth statistic for the widget.

-oldest

Specifies the timestamp that should appear in the Oldest: statistic of the widget.

-outcount

Speicfies the number of fragments that have been output from a queue. This appears as the Out frags statistic.