package require RingStatus package require ring
RingStatus path ?options?
path configure options...
path cget option
path update [ringbuffer usage ringname]
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.
update
ring-info-listAccepts 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.