[About] [News] [Documentation] [Screenshots]
Name
bugle-showstats — render statistics over the display
Synopsis
filterset showstats
{
show "statistic1"
show "statistic2"
graph "statistic3"
}Description
The showstats filter-set
display statistics gathered by other filter-sets over the rendered
display. Statistics can be displayed either as text or as graphs.
Options
showSpecifies a statistic to display as text. The name must match an entry in
~/.bugle/statistics.graphThis is like the
showoption above, but displays a graph rather than text.timeThe interval (in seconds) between updating the statistics. The default is one second.
key_accumulateBy default, statistics are averaged over the time interval specified above, making them approximately instantaneous rates. Pressing this key will cause the display to instead show the average from the time the key was pressed until the current moment.
key_unaccumulateThis key cancels the effect of
key_accumulate.

