From 07f68b5b7a7deed9488f8f0488852b37e21d9534 Mon Sep 17 00:00:00 2001 From: Chris Holcombe Date: Thu, 19 Nov 2015 15:05:12 -0800 Subject: [PATCH] Typo in the apt-get command. Signed-off-by: Chris Holcombe --- doc/rados/troubleshooting/memory-profiling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rados/troubleshooting/memory-profiling.rst b/doc/rados/troubleshooting/memory-profiling.rst index 39ceba694ef8..5322e7b22873 100644 --- a/doc/rados/troubleshooting/memory-profiling.rst +++ b/doc/rados/troubleshooting/memory-profiling.rst @@ -6,7 +6,7 @@ Ceph MON, OSD and MDS can generate heap profiles using ``tcmalloc``. To generate heap profiles, ensure you have ``google-perftools`` installed:: - sudo apt-get google-perftools + sudo apt-get install google-perftools The profiler dumps output to your ``log file`` directory (i.e., ``/var/log/ceph``). See `Logging and Debugging`_ for details. -- 2.47.3