X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Flibmemcached%2Fmemcached_stats.rst;h=92a0308c0f6226c49a144a4019bb9471eb82da83;hb=90bb4fb5810353d35ce5575caa3b0a2139e3f4a1;hp=8df17de0d51626a160bdfc556e38d87d65f1c414;hpb=28c4d79e109e11d7d2a9f3189de57da28302ec68;p=m6w6%2Flibmemcached diff --git a/docs/source/libmemcached/memcached_stats.rst b/docs/source/libmemcached/memcached_stats.rst index 8df17de0..92a0308c 100644 --- a/docs/source/libmemcached/memcached_stats.rst +++ b/docs/source/libmemcached/memcached_stats.rst @@ -1,14 +1,10 @@ -================================================== Working with statistical information from a server ================================================== - Get memcached statistics .. index:: object: memcached_st - --------- SYNOPSIS -------- @@ -30,11 +26,9 @@ SYNOPSIS Compile and link with -lmemcached ------------ DESCRIPTION ----------- - libmemcached(3) has the ability to query a memcached server (or collection of servers) for their current state. Queries to find state return a :type:`memcached_stat_st` structure. You are responsible for freeing this structure. While it is possible to access the structure directly it is not advisable. :func:`memcached_stat_get_value` has been provided to query the structure. @@ -55,20 +49,14 @@ obtain information on. A command line tool, memstat(1), is provided so that you do not have to write an application to do this. - ------- RETURN ------ - Varies, see particular functions. Any method returning a :type:`memcached_stat_st` expects you to free the memory allocated for it. - - --------- SEE ALSO --------