Skip to content

Commit

Permalink
memory: Document the memory/show unixctl command.
Browse files Browse the repository at this point in the history
Suggested-by: Justin Pettit <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
blp committed Jul 13, 2012
1 parent 31a1e58 commit 149ff68
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/automake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ MAN_FRAGMENTS += \
lib/daemon.man \
lib/daemon-syn.man \
lib/leak-checker.man \
lib/memory-unixctl.man \
lib/ovs.tmac \
lib/ssl-bootstrap.man \
lib/ssl-bootstrap-syn.man \
Expand Down
7 changes: 7 additions & 0 deletions lib/memory-unixctl.man
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.SS "MEMORY COMMANDS"
These commands report memory usage.
.
.IP "\fBmemory/show\fR"
Displays some basic statistics about \fB\*(PN\fR's memory usage.
\fB\*(PN\fR also logs this information soon after startup and
periodically as its memory consumption grows.
4 changes: 4 additions & 0 deletions manpages.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ ovsdb/ovsdb-server.1: \
lib/coverage-unixctl.man \
lib/daemon-syn.man \
lib/daemon.man \
lib/memory-unixctl.man \
lib/ssl-bootstrap-syn.man \
lib/ssl-bootstrap.man \
lib/ssl-syn.man \
Expand All @@ -55,6 +56,7 @@ lib/common.man:
lib/coverage-unixctl.man:
lib/daemon-syn.man:
lib/daemon.man:
lib/memory-unixctl.man:
lib/ssl-bootstrap-syn.man:
lib/ssl-bootstrap.man:
lib/ssl-syn.man:
Expand Down Expand Up @@ -233,6 +235,7 @@ vswitchd/ovs-vswitchd.8: \
lib/common.man \
lib/daemon.man \
lib/leak-checker.man \
lib/memory-unixctl.man \
lib/ssl-bootstrap.man \
lib/ssl.man \
lib/stress-unixctl.man \
Expand All @@ -245,6 +248,7 @@ vswitchd/ovs-vswitchd.8.in:
lib/common.man:
lib/daemon.man:
lib/leak-checker.man:
lib/memory-unixctl.man:
lib/ssl-bootstrap.man:
lib/ssl.man:
lib/stress-unixctl.man:
Expand Down
1 change: 1 addition & 0 deletions ovsdb/ovsdb-server.1.in
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ This command might be useful for debugging issues with database
clients.
.
.so lib/vlog-unixctl.man
.so lib/memory-unixctl.man
.so lib/coverage-unixctl.man
.so lib/stress-unixctl.man
.SH "SEE ALSO"
Expand Down
1 change: 1 addition & 0 deletions vswitchd/ovs-vswitchd.8.in
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ enabled.
.
.so ofproto/ofproto-unixctl.man
.so lib/vlog-unixctl.man
.so lib/memory-unixctl.man
.so lib/stress-unixctl.man
.
.SH "LIMITS"
Expand Down

0 comments on commit 149ff68

Please sign in to comment.