Skip to content

Instantly share code, notes, and snippets.

@morgabra
Created June 14, 2011 01:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save morgabra/1024158 to your computer and use it in GitHub Desktop.
Save morgabra/1024158 to your computer and use it in GitHub Desktop.
morgabra@ohproxy0:~$ curl -vv "http://10.180.140.56:4167/helen/797268/redis"
* About to connect() to 10.180.140.56 port 4167 (#0)
* Trying 10.180.140.56... connected
* Connected to 10.180.140.56 (10.180.140.56) port 4167 (#0)
> GET /helen/797268/redis HTTP/1.1
> User-Agent: curl/7.19.5 (x86_64-pc-linux-gnu) libcurl/7.19.5 OpenSSL/0.9.8g zlib/1.2.3.3 libidn/1.15
> Host: 10.180.140.56:4167
> Accept: */*
>
< HTTP/1.1 200 OK
< Transfer-Encoding: chunked
< Date: Tue, 14 Jun 2011 01:53:54 GMT
< Content-Type: text/plain
< Server: TwistedWeb/8.2.0
<
<?xml version='1.0' encoding='UTF-8'?>
<check name="redis">
<availability>A</availability>
<state>G</state>
<status></status>
<metrics>
<metric name="connected_clients" type="182">L</metric>
<metric name="connected_slaves" type="0">L</metric>
<metric name="used_memory" type="499650598">L</metric>
<metric name="changes_since_last_save" type="20727">L</metric>
<metric name="bgsave_in_progress" type="0">L</metric>
<metric name="bgrewriteaof_in_progress" type="0">L</metric>
<metric name="total_connections_received" type="754143">G</metric>
<metric name="total_commands_processed" type="548686791">G</metric>
</metrics>
</check>
* Connection #0 to host 10.180.140.56 left intact
* Closing connection #0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment