From 8e93d26c0e01a8b600825ce82a63071aec98e273 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 18 Nov 2019 12:03:14 +0800 Subject: [PATCH] doc/man/ceph: "heap" is now an asok command after the big asok/tell cleanup, "heap" is now an asok command, so update the manpage accordingly Signed-off-by: Kefu Chai --- doc/man/8/ceph.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/man/8/ceph.rst b/doc/man/8/ceph.rst index 4470cacffc4..2e391ba4c8a 100644 --- a/doc/man/8/ceph.rst +++ b/doc/man/8/ceph.rst @@ -29,8 +29,6 @@ Synopsis | **ceph** **health** *{detail}* -| **ceph** **heap** [ *dump* \| *start_profiler* \| *stop_profiler* \| *release* \| *get_release_rate* \| *set_release_rate* \| *stats* ] ... - | **ceph** **injectargs** ** [ **... ] | **ceph** **log** ** [ **... ] @@ -419,13 +417,13 @@ Show heap usage info (available only if compiled with tcmalloc) Usage:: - ceph heap dump|start_profiler|stop_profiler|stats + ceph tell heap dump|start_profiler|stop_profiler|stats Subcommand ``release`` to make TCMalloc to releases no-longer-used memory back to the kernel at once. Usage:: - ceph heap release + ceph tell heap release Subcommand ``(get|set)_release_rate`` get or set the TCMalloc memory release rate. TCMalloc releases no-longer-used memory back to the kernel gradually. the rate controls how quickly this happens. @@ -434,7 +432,7 @@ memory to system, 1 means wait for 1000 pages after releasing a page to system. Usage:: - ceph heap get_release_rate|set_release_rate {} + ceph tell heap get_release_rate|set_release_rate {} injectargs ---------- -- 2.39.5