RingStatus

Name

RingStatus -- Widget that shows ring status.

Synopsis

package require RingStatus package require ring

RingStatus path ?options?

path configure options...

path cget option

path update [ringbuffer usage ringname]

DESCRIPTION

Provides a Tcl megawidget that displays the status of a ringbuffer. The widget shows the name, size and total free space of the ring A table also shows the PIDs of each consumer along with the number of bytes of backlog data for that consumer.

OPTIONS

-name name-string

Configures the name of the ring. This is displayed in the widget.

METHODS

update ring-info-list

Accepts a list of data compatible with the output of the ring usage command. This data is used to update the ring size, free space and consumer information table.

SEE ALSO

TCL Ring package. RonFox NSCLDAQ