summaryrefslogtreecommitdiff
path: root/lib/coverage-unixctl.man
diff options
context:
space:
mode:
authorAlex Wang <alexw@nicira.com>2013-09-30 18:31:44 -0700
committerEthan Jackson <ethan@nicira.com>2013-10-01 13:08:46 -0700
commit98cf638b19c2a5deca603fd4ed90e3b0cbfc7b7e (patch)
tree5abfeb48d250f3bd38ce0c674746795f8f9215fb /lib/coverage-unixctl.man
parentf2073881648f4a6abfe7d5d9561b030ce526b2a3 (diff)
downloadopenvswitch-98cf638b19c2a5deca603fd4ed90e3b0cbfc7b7e.tar.gz
coverage: Reimplement the "ovs-appctl coverage/show" command.
This commit changes the "ovs-appctl coverage/show" command to show the 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. Signed-off-by: Alex Wang <alexw@nicira.com> Signed-off-by: Ethan Jackson <ethan@nicira.com> Acked-by: Ethan Jackson <ethan@nicira.com>
Diffstat (limited to 'lib/coverage-unixctl.man')
-rw-r--r--lib/coverage-unixctl.man4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/coverage-unixctl.man b/lib/coverage-unixctl.man
index 971889419..8e5df818e 100644
--- a/lib/coverage-unixctl.man
+++ b/lib/coverage-unixctl.man
@@ -8,4 +8,6 @@ main loop takes unusually long to run.
Coverage counters are useful mainly for performance analysis and
debugging.
.IP "\fBcoverage/show\fR"
-Displays the values of all of the coverage counters.
+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.