2012-04-20 14:09:30 -07:00
|
|
|
.SS "COVERAGE COMMANDS"
|
|
|
|
These commands manage \fB\*(PN\fR's ``coverage counters,'' which count
|
|
|
|
the number of times particular events occur during a daemon's runtime.
|
|
|
|
In addition to these commands, \fB\*(PN\fR automatically logs coverage
|
|
|
|
counter values, at \fBINFO\fR level, when it detects that the daemon's
|
|
|
|
main loop takes unusually long to run.
|
|
|
|
.PP
|
|
|
|
Coverage counters are useful mainly for performance analysis and
|
|
|
|
debugging.
|
|
|
|
.IP "\fBcoverage/show\fR"
|
2013-09-30 18:31:44 -07:00
|
|
|
Displays the averaged per-second rates for the last few seconds, the
|
|
|
|
last minute and the last hour, and the total counts of all of the
|
|
|
|
coverage counters.
|
2019-05-17 12:56:39 -07:00
|
|
|
.IP "\fBcoverage/read-counter\fR \fIcounter\fR"
|
|
|
|
Displays the total count for the given coverage \fIcounter\fR.
|