X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Flibmemcached%2Fmemcached_analyze.rst;h=0dc9842022c8629a3283528c7c4f3c9b2651a352;hb=dacded439b41d1800d03b2a0f944ca23b5d140c5;hp=312b42f06cf3097af85b8510b1cda10848dc06b5;hpb=e20117720ca0fa133781b62c43aab59fe864b390;p=awesomized%2Flibmemcached diff --git a/docs/source/libmemcached/memcached_analyze.rst b/docs/source/libmemcached/memcached_analyze.rst index 312b42f0..0dc98420 100644 --- a/docs/source/libmemcached/memcached_analyze.rst +++ b/docs/source/libmemcached/memcached_analyze.rst @@ -11,6 +11,11 @@ SYNOPSIS .. function:: memcached_analysis_st *memcached_analyze(memcached_st *ptr, memcached_stat_st *stat, memcached_return_t *error) + :param ptr: pointer to initialized `memcached_st` struct + :param stat: pointer to a `memcached_stat_st` struct to fill + :param error: pointer to `memcached_return_t` indicating success + :returns: pointer to an allocated and filled out `memcached_analysis_t` struct + DESCRIPTION ----------- @@ -23,7 +28,7 @@ structure. and sets the result to the `memcached_analysis_st` structure. The return value must be freed by the calling application. -.. seealso:: :option:`memstat --analyze` +.. seealso:: :option:`memstat -a|--analyze []` A command line tool to analyze a memcached server.