foundationdb/fdbcli
Jingyu Zhou 3371cf22d4 Add manually triggered heap profiling
At client side:
fdb> profile
ERROR: Usage: profile <client|list|flow|heap>
fdb> profile heap 127.0.0.1:4500

On the server side:
$ HEAPPROFILE=/tmp/fdbserver bin/fdbserver -C ../test.cluster -p 127.0.0.1:4500
Starting tracking the heap
FDBD joined cluster.
Dumping heap profile to /tmp/fdbserver.0001.heap (1024 MB allocated cumulatively, 13 MB currently in use)
Dumping heap profile to /tmp/fdbserver.0002.heap (User triggered heap dump)
2019-04-03 16:00:54 -07:00
..
linenoise Initial repository commit 2017-05-25 13:48:44 -07:00
CMakeLists.txt First implementaion of more user-friendly cpack 2019-03-07 16:49:29 -08:00
FlowLineNoise.actor.cpp Adjust all includes to be relative to the root. 2018-10-19 17:35:33 +00:00
FlowLineNoise.h remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
fdbcli.actor.cpp Add manually triggered heap profiling 2019-04-03 16:00:54 -07:00
fdbcli.vcxproj Fix Windows link errors 2019-03-11 17:49:03 -07:00
fdbcli.vcxproj.filters Initial repository commit 2017-05-25 13:48:44 -07:00
local.mk Make old build system work on build/cmake/Dockerfile 2019-02-28 14:24:52 -08:00