~avsej/libmemcached/touch-command

« back to all changes in this revision

Viewing changes to docs/memcached_analyze.rst

  • Committer: Brian Aker
  • Date: 2011-05-24 20:43:14 UTC
  • mfrom: (929.1.110 libmemcached-build)
  • Revision ID: brian@tangent.org-20110524204314-9ag1kkk4c1a6b3z3
Merge in local trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
Analyze server information
7
7
 
8
8
 
9
 
-------
10
 
LIBRARY
11
 
-------
12
 
 
13
 
 
14
 
C Client Library for memcached (libmemcached, -lmemcached)
15
 
 
16
 
 
17
9
--------
18
10
SYNOPSIS
19
11
--------
20
12
 
21
 
 
22
 
 
23
 
.. code-block:: perl
24
 
 
25
 
   #include <libmemcached/memcached.h>
 
13
.. index:: object: memcached_analysis_st
 
14
 
 
15
 
 
16
#include <libmemcached/memcached.h>
26
17
 
27
 
   memcached_analysis_st *
28
 
     memcached_analyze (memcached_st *ptr,
29
 
                        memcached_stat_st *stat,
30
 
                        memcached_return_t *error);
31
 
 
32
 
 
 
18
.. c:function::  memcached_analysis_st * memcached_analyze (memcached_st *ptr, memcached_stat_st *stat, memcached_return_t *error);
 
19
 
 
20
Compile and link with -lmemcached
33
21
 
34
22
-----------
35
23
DESCRIPTION