Merge "Small clarification to swift-recon section of admin guide."
This commit is contained in:
@@ -328,8 +328,9 @@ periodically on your object servers::
|
|||||||
|
|
||||||
*/5 * * * * swift /usr/bin/swift-recon-cron /etc/swift/object-server.conf
|
*/5 * * * * swift /usr/bin/swift-recon-cron /etc/swift/object-server.conf
|
||||||
|
|
||||||
Once the recon middleware is enabled a GET request for "/recon/<metric>" to
|
Once the recon middleware is enabled, a GET request for
|
||||||
the server will return a json formatted response::
|
"/recon/<metric>" to the backend object server will return a
|
||||||
|
JSON-formatted response::
|
||||||
|
|
||||||
fhines@ubuntu:~$ curl -i http://localhost:6030/recon/async
|
fhines@ubuntu:~$ curl -i http://localhost:6030/recon/async
|
||||||
HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
@@ -339,6 +340,10 @@ the server will return a json formatted response::
|
|||||||
|
|
||||||
{"async_pending": 0}
|
{"async_pending": 0}
|
||||||
|
|
||||||
|
|
||||||
|
Note that the default port for the object server is 6000, except on a
|
||||||
|
Swift All-In-One installation, which uses 6010, 6020, 6030, and 6040.
|
||||||
|
|
||||||
The following metrics and telemetry are currently exposed:
|
The following metrics and telemetry are currently exposed:
|
||||||
|
|
||||||
========================= ========================================================================================
|
========================= ========================================================================================
|
||||||
|
Reference in New Issue
Block a user