]> git.proxmox.com Git - mirror_ovs.git/blame - lib/coverage-unixctl.man
netdev-offload-tc: Use single 'once' variable for probing tc features
[mirror_ovs.git] / lib / coverage-unixctl.man
CommitLineData
a5f607bc
BP
1.SS "COVERAGE COMMANDS"
2These commands manage \fB\*(PN\fR's ``coverage counters,'' which count
3the number of times particular events occur during a daemon's runtime.
4In addition to these commands, \fB\*(PN\fR automatically logs coverage
5counter values, at \fBINFO\fR level, when it detects that the daemon's
6main loop takes unusually long to run.
7.PP
8Coverage counters are useful mainly for performance analysis and
9debugging.
10.IP "\fBcoverage/show\fR"
98cf638b
AW
11Displays the averaged per-second rates for the last few seconds, the
12last minute and the last hour, and the total counts of all of the
13coverage counters.
927992ce
JS
14.IP "\fBcoverage/read-counter\fR \fIcounter\fR"
15Displays the total count for the given coverage \fIcounter\fR.