File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -272,6 +272,7 @@ MAN_FRAGMENTS += \
272272 lib/daemon.man \
273273 lib/daemon-syn.man \
274274 lib/leak-checker.man \
275+ lib/memory-unixctl.man \
275276 lib/ovs.tmac \
276277 lib/ssl-bootstrap.man \
277278 lib/ssl-bootstrap-syn.man \
Original file line number Diff line number Diff line change 1+ .SS "MEMORY COMMANDS"
2+ These commands report memory usage.
3+ .
4+ .IP " \fB memory/show \fR "
5+ Displays some basic statistics about \fB \*( PN \fR 's memory usage.
6+ \fB \*( PN \fR also logs this information soon after startup and
7+ periodically as its memory consumption grows.
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ ovsdb/ovsdb-server.1: \
3737 lib/coverage-unixctl.man \
3838 lib/daemon-syn.man \
3939 lib/daemon.man \
40+ lib/memory-unixctl.man \
4041 lib/ssl-bootstrap-syn.man \
4142 lib/ssl-bootstrap.man \
4243 lib/ssl-syn.man \
@@ -55,6 +56,7 @@ lib/common.man:
5556lib/coverage-unixctl.man :
5657lib/daemon-syn.man :
5758lib/daemon.man :
59+ lib/memory-unixctl.man :
5860lib/ssl-bootstrap-syn.man :
5961lib/ssl-bootstrap.man :
6062lib/ssl-syn.man :
@@ -233,6 +235,7 @@ vswitchd/ovs-vswitchd.8: \
233235 lib/common.man \
234236 lib/daemon.man \
235237 lib/leak-checker.man \
238+ lib/memory-unixctl.man \
236239 lib/ssl-bootstrap.man \
237240 lib/ssl.man \
238241 lib/stress-unixctl.man \
@@ -245,6 +248,7 @@ vswitchd/ovs-vswitchd.8.in:
245248lib/common.man :
246249lib/daemon.man :
247250lib/leak-checker.man :
251+ lib/memory-unixctl.man :
248252lib/ssl-bootstrap.man :
249253lib/ssl.man :
250254lib/stress-unixctl.man :
Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ This command might be useful for debugging issues with database
123123clients.
124124.
125125.so lib/vlog-unixctl.man
126+ .so lib/memory-unixctl.man
126127.so lib/coverage-unixctl.man
127128.so lib/stress-unixctl.man
128129.SH "SEE ALSO"
Original file line number Diff line number Diff line change @@ -206,6 +206,7 @@ enabled.
206206.
207207.so ofproto/ofproto-unixctl.man
208208.so lib/vlog-unixctl.man
209+ .so lib/memory-unixctl.man
209210.so lib/stress-unixctl.man
210211.
211212.SH "LIMITS"
You can’t perform that action at this time.
0 commit comments