]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Typo in the apt-get command. 6659/head
authorChris Holcombe <xfactor973@gmail.com>
Thu, 19 Nov 2015 23:05:12 +0000 (15:05 -0800)
committerChris Holcombe <xfactor973@gmail.com>
Fri, 20 Nov 2015 16:00:14 +0000 (08:00 -0800)
Signed-off-by: Chris Holcombe <xfactor973@gmail.com>
doc/rados/troubleshooting/memory-profiling.rst

index 39ceba694ef8792d40a88827a105f6f50c2b82d3..5322e7b22873c939732b93aa6272a8a3297e1c1b 100644 (file)
@@ -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.