From 4e6709bf931361f9c82e369c706809c432ff4a40 Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Wed, 17 Apr 2013 18:25:51 -0700 Subject: [PATCH] doc: Moved memory profiling from operations to troubleshooting. Signed-off-by: John Wilkins --- .../{operations => troubleshooting}/memory-profiling.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename doc/rados/{operations => troubleshooting}/memory-profiling.rst (93%) diff --git a/doc/rados/operations/memory-profiling.rst b/doc/rados/troubleshooting/memory-profiling.rst similarity index 93% rename from doc/rados/operations/memory-profiling.rst rename to doc/rados/troubleshooting/memory-profiling.rst index dc46dcc888c48..9eb05398ecd3a 100644 --- a/doc/rados/operations/memory-profiling.rst +++ b/doc/rados/troubleshooting/memory-profiling.rst @@ -9,7 +9,7 @@ installed:: sudo apt-get google-perftools The profiler dumps output to your ``log file`` directory (i.e., -``/var/log/ceph``). See `Logging and Debugging Config Reference`_ for details. +``/var/log/ceph``). See `Logging and Debugging`_ for details. To view the profiler logs with Google's performance tools, execute the following:: @@ -89,7 +89,7 @@ For example:: ceph {daemon-type} tell {daemon-id} heap stop_profiler -.. _Logging and Debugging Config Reference: ../../configuration/log-and-debug-ref +.. _Logging and Debugging: ../log-and-debug .. _Google Heap Profiler: http://google-perftools.googlecode.com/svn/trunk/doc/heapprofile.html -- 2.39.5