::EVB::outputSummary

Name

::EVB::outputSummary -- Summarize output statistics

Synopsis

package require outputStatistics

::EVB::outputSummary window ?options?

$window configure options

$window cget ?option-name

DESCRIPTION

Supplies a widget that summarizes the output traffic of the event orderer. The contents of this widget are completely controlled by the configuration options described in OPTIONS below. The configure and cget methods do exactly what their Tk counterparts do.

OPTIONS

-fragments

Determines the value displayed for the total number of output fragments.

-hottestid

Determines the value displayed for the hottest source id. The hottest source is the one that has output the most fragments.

-hottestcount

Determines the value displayed for the number of fragments output by the hottest source.

-coldestid

Determines the value displayed for the coldest source id. The coldest source id is the one that has output the fewest fragments.

-coldestcount

Determines the value displayed for the number of fragments output by the coldest source.