X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Flibmemcached%2Fmemcached_stats.rst;h=496b06b6d3823835fcf5c2ced86f9ca81c6b51d6;hb=d55b8d845388672d97fdeab8bf91066ba79b3103;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..496b06b6 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 ------- - +RETURN VALUE +------------ Varies, see particular functions. Any method returning a :type:`memcached_stat_st` expects you to free the memory allocated for it. - - --------- SEE ALSO --------