diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-04-17 18:25:51 -0700 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-04-17 18:25:51 -0700 |
commit | 4e6709bf931361f9c82e369c706809c432ff4a40 (patch) | |
tree | 61a030451459213ccd0414d0d28bb723d439758d | |
parent | 9e9bd2d8b1551fbb6e459000eacad5c8e7e6d7e4 (diff) | |
download | ceph-4e6709bf931361f9c82e369c706809c432ff4a40.tar.gz |
doc: Moved memory profiling from operations to troubleshooting.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/rados/troubleshooting/memory-profiling.rst (renamed from doc/rados/operations/memory-profiling.rst) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rados/operations/memory-profiling.rst b/doc/rados/troubleshooting/memory-profiling.rst index dc46dcc888c..9eb05398ecd 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 |