From d668b27c0967bfe47e3d91d50600c9be5dc653a1 Mon Sep 17 00:00:00 2001 From: John Dickinson Date: Mon, 28 May 2012 13:36:59 -0500 Subject: [PATCH] fixed doc table format Change-Id: I319de933ecfb1e3853e3064656968c36980ce5f5 --- doc/source/admin_guide.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/admin_guide.rst b/doc/source/admin_guide.rst index 28d9e863fe..5bc68babc7 100644 --- a/doc/source/admin_guide.rst +++ b/doc/source/admin_guide.rst @@ -301,11 +301,11 @@ the server will return a json formatted response:: {"async_pending": 0} -The following metrics and telemetry are currently exposed:: +The following metrics and telemetry are currently exposed: -======================== ======================================================================================== +========================= ======================================================================================== Request URI Description ------------------------- ---------------------------------------------------------------------------------------- +------------------------- ---------------------------------------------------------------------------------------- /recon/load returns 1,5, and 15 minute load average /recon/mem returns /proc/meminfo /recon/mounted returns *ALL* currently mounted filesystems @@ -320,7 +320,7 @@ Request URI Description /recon/replication/ returns replication info for given type (account, container, object) /recon/auditor/ returns auditor stats on last reported scan for given type (account, container, object) /recon/updater/ returns last updater sweep times for given type (container, object) -========================= ======================================================================================= +========================= ======================================================================================== This information can also be queried via the swift-recon command line utility::