1 .TH "MEMCACHED_ANALYZE" "3" "April 13, 2011" "0.47" "libmemcached"
3 memcached_analyze \- libmemcached Documentation
5 .nr rst2man-indent-level 0
9 level \\n[rst2man-indent-level]
10 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
17 .\" .rstReportMargin pre:
19 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
20 . nr rst2man-indent-level +1
21 .\" .rstReportMargin post:
25 .\" indent \\n[an-margin]
26 .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
27 .nr rst2man-indent-level -1
28 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
29 .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
31 .\" Man page generated from reStructeredText.
34 Analyze server information
37 C Client Library for memcached (libmemcached, \-lmemcached)
42 #include <libmemcached/memcached.h>
44 memcached_analysis_st *
45 memcached_analyze (memcached_st *ptr,
46 memcached_stat_st *stat,
47 memcached_return_t *error);
52 libmemcached(3) has the ability to query a memcached server (or collection
53 of servers) for their current state. Queries to find state return a
54 \fBmemcached_analysis_st\fP structure. You are responsible for freeing this structure.
56 memcached_analyze() analyzes useful information based on the provided servers
57 and sets the result to the \fBmemcached_analysis_st\fP structure. The return value
58 must be freed by the calling application.
60 A command line tool, memstat(1) with the option \-\-analyze, is provided so that
61 you do not have to write an application to use this method.
64 A pointer to the allocated \fBmemcached_analysis_st\fP structure on success and
65 a NULL pointer on failure. You may inspect the error detail by checking the
66 \fBmemcached_return_t\fP value.
68 Any method returning a \fBmemcached_analysis_st\fP expects you to free the
69 memory allocated for it.
72 To find out more information please check:
73 \fI\%https://launchpad.net/libmemcached\fP
76 \fImemcached(1)\fP \fIlibmemcached(3)\fP \fImemcached_strerror(3)\fP
80 2011, Brian Aker DataDifferential, http://datadifferential.com/
81 .\" Generated by docutils manpage writer.