1 .TH "MEMCACHED_ANALYZE" "3" "March 23, 2012" "1.0.5" "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 #include <libmemcached/memcached.h>
40 .B memcached_analysis_st
44 .B \fI\%memcached_analysis_st\fP * memcached_analyze(memcached_st\fI\ *ptr\fP, memcached_stat_st\fI\ *stat\fP, memcached_return_t\fI\ *error\fP)
47 Compile and link with \-lmemcached
50 \fBlibmemcached\fP has the ability to query a memcached server (or
51 collection of servers) for their current state. Queries to find state return a
52 \fI\%memcached_analysis_st\fP structure. You are responsible for freeing this structure.
54 \fI\%memcached_analyze()\fP analyzes useful information based on the
55 provided servers and sets the result to the \fI\%memcached_analysis_st\fP
56 structure. The return value must be freed by the calling application.
58 A command line tool, \fBmemstat\fP with the option \fImemstat \-\-analyze\fP,
59 is provided so that you do not have to write an application to use this method.
62 A pointer to the allocated \fI\%memcached_analysis_st\fP structure on
63 success and a NULL pointer on failure. You may inspect the error detail by
64 checking the \fBmemcached_return_t\fP value.
66 Any method returning a \fI\%memcached_analysis_st\fP expects you to free the
67 memory allocated for it.
70 To find out more information please check:
71 \fI\%http://libmemcached.org/\fP
74 \fImemcached(1)\fP \fIlibmemcached(3)\fP \fImemcached_strerror(3)\fP
78 2011, Brian Aker DataDifferential, http://datadifferential.com/
79 .\" Generated by docutils manpage writer.