X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_stats.rst;h=5fa154428ea0a2a46fc8cd1e1578f50cb3129904;hb=54f01e08b61f4463a9659da7b329c7de04a41dce;hp=f1f89701588e46fea16206276e8ee9b6e01b3e27;hpb=1eae35aca01e152e10113cd97b7571ebd6eb5bd9;p=m6w6%2Flibmemcached diff --git a/docs/memcached_stats.rst b/docs/memcached_stats.rst index f1f89701..5fa15442 100644 --- a/docs/memcached_stats.rst +++ b/docs/memcached_stats.rst @@ -1,12 +1,9 @@ -.. highlight:: perl +================================================== +Working with statistical information from a server +================================================== -**** -NAME -**** - - -memcached_stat, memcached_stat_servername, memcached_stat_get_value, memcached_stat_get_keys - Get memcached statistics +Get memcached statistics ******* @@ -17,15 +14,15 @@ LIBRARY C Client Library for memcached (libmemcached, -lmemcached) -******** +-------- SYNOPSIS -******** +-------- .. code-block:: perl - #include + #include memcached_stat_st *memcached_stat (memcached_st *ptr, char *args, @@ -55,9 +52,9 @@ SYNOPSIS -*********** +----------- DESCRIPTION -*********** +----------- libmemcached(3) has the ability to query a memcached server (or collection @@ -123,9 +120,9 @@ AUTHOR Brian Aker, -******** +-------- SEE ALSO -******** +-------- memcached(1) libmemcached(3) memcached_strerror(3)