]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cli: add the new "show pools" command
authorWilly Tarreau <w@1wt.eu>
Tue, 28 Jan 2014 15:49:56 +0000 (16:49 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 28 Jan 2014 15:50:35 +0000 (16:50 +0100)
commit12833bbca510857c6505fc18486635a08731d443
tree237aa754d3db2ac30377e0638b4686258cecbdd3
parent91b843d0d2fe87791b17af856a21ecab78d313f9
MINOR: cli: add the new "show pools" command

show pools
  Dump the status of internal memory pools. This is useful to track memory
  usage when suspecting a memory leak for example. It does exactly the same
  as the SIGQUIT when running in foreground except that it does not flush
  the pools.
doc/configuration.txt
include/common/memory.h
src/dumpstats.c
src/memory.c