57a9ed0c8fd6c2861d2a7a299757cb823a4ee202
[m6w6/libmemcached] / bin / memcapable.html
1
2
3 <!DOCTYPE html>
4 <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
5 <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
6 <head>
7 <meta charset="utf-8">
8
9 <meta name="viewport" content="width=device-width, initial-scale=1.0">
10
11 <title>memcapable - Checking a Memcached server capabilities and compatibility &mdash; libmemcached 1.0.99 documentation</title>
12
13
14
15
16
17
18
19
20 <script type="text/javascript" src="../_static/js/modernizr.min.js"></script>
21
22
23 <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
24 <script src="../_static/jquery.js"></script>
25 <script src="../_static/underscore.js"></script>
26 <script src="../_static/doctools.js"></script>
27 <script src="../_static/language_data.js"></script>
28
29 <script type="text/javascript" src="../_static/js/theme.js"></script>
30
31
32
33
34 <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
35 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
36 <link rel="index" title="Index" href="../genindex.html" />
37 <link rel="search" title="Search" href="../search.html" />
38 <link rel="copyright" title="Copyright" href="../copyright.html" />
39 <link rel="next" title="memcat - “cat” data from a server" href="memcat.html" />
40 <link rel="prev" title="Client Applications" href="index.html" />
41 </head>
42
43 <body class="wy-body-for-nav">
44
45
46 <div class="wy-grid-for-nav">
47
48 <nav data-toggle="wy-nav-shift" class="wy-nav-side">
49 <div class="wy-side-scroll">
50 <div class="wy-side-nav-search" >
51
52
53
54 <a href="../index.html" class="icon icon-home"> libmemcached
55
56
57
58 </a>
59
60
61
62
63 <div class="version">
64 1.0
65 </div>
66
67
68
69
70 <div role="search">
71 <form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
72 <input type="text" name="q" placeholder="Search docs" />
73 <input type="hidden" name="check_keywords" value="yes" />
74 <input type="hidden" name="area" value="default" />
75 </form>
76 </div>
77
78
79 </div>
80
81 <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
82
83
84
85
86
87
88 <p class="caption"><span class="caption-text">libmemcached</span></p>
89 <ul>
90 <li class="toctree-l1"><a class="reference internal" href="../libmemcached.html">Introduction</a></li>
91 <li class="toctree-l1"><a class="reference internal" href="../libmemcached/index.html">libmemcached API</a></li>
92 <li class="toctree-l1"><a class="reference internal" href="../libmemcached/index_misc.html">Misc</a></li>
93 </ul>
94 <p class="caption"><span class="caption-text">libmemcachedutil</span></p>
95 <ul>
96 <li class="toctree-l1"><a class="reference internal" href="../libmemcachedutil.html">Introduction</a></li>
97 <li class="toctree-l1"><a class="reference internal" href="../libmemcachedutil/index.html">libmemcachedutil API</a></li>
98 </ul>
99 <p class="caption"><span class="caption-text">libhashkit</span></p>
100 <ul>
101 <li class="toctree-l1"><a class="reference internal" href="../libhashkit.html">Introduction</a></li>
102 <li class="toctree-l1"><a class="reference internal" href="../libhashkit/index.html">libhashkit API</a></li>
103 </ul>
104 <p class="caption"><span class="caption-text">Client Applications</span></p>
105 <ul class="current">
106 <li class="toctree-l1 current"><a class="reference internal" href="index.html">Client Applications</a><ul class="current">
107 <li class="toctree-l2 current"><a class="current reference internal" href="#">memcapable - Checking a Memcached server capabilities and compatibility</a><ul>
108 <li class="toctree-l3"><a class="reference internal" href="#synopsis">SYNOPSIS</a></li>
109 <li class="toctree-l3"><a class="reference internal" href="#description">DESCRIPTION</a></li>
110 <li class="toctree-l3"><a class="reference internal" href="#limitations">LIMITATIONS</a></li>
111 <li class="toctree-l3"><a class="reference internal" href="#options">OPTIONS</a></li>
112 <li class="toctree-l3"><a class="reference internal" href="#see-also">SEE ALSO</a></li>
113 </ul>
114 </li>
115 <li class="toctree-l2"><a class="reference internal" href="memcat.html">memcat - “cat” data from a server</a></li>
116 <li class="toctree-l2"><a class="reference internal" href="memcp.html">memcp - Copy data to a server</a></li>
117 <li class="toctree-l2"><a class="reference internal" href="memdump.html">memdump - Dumping your server</a></li>
118 <li class="toctree-l2"><a class="reference internal" href="memerror.html">memerror - translate an error code to a string</a></li>
119 <li class="toctree-l2"><a class="reference internal" href="memflush.html">memflush - flush all data from a server</a></li>
120 <li class="toctree-l2"><a class="reference internal" href="memrm.html">memrm - Remove data from a server</a></li>
121 <li class="toctree-l2"><a class="reference internal" href="memslap.html">memslap - Load testing and benchmarking a server</a></li>
122 <li class="toctree-l2"><a class="reference internal" href="memaslap.html">memaslap - Load testing and benchmarking a server</a></li>
123 <li class="toctree-l2"><a class="reference internal" href="memstat.html">memstat - Gather statistics from a server</a></li>
124 <li class="toctree-l2"><a class="reference internal" href="memexist.html">memexist - Check for the existence of a key</a></li>
125 <li class="toctree-l2"><a class="reference internal" href="memparse.html">memparse - Parse an option string</a></li>
126 <li class="toctree-l2"><a class="reference internal" href="memping.html">memping - Test to see if a server is available.</a></li>
127 <li class="toctree-l2"><a class="reference internal" href="memtouch.html">memtouch - Touches a key.</a></li>
128 </ul>
129 </li>
130 </ul>
131 <p class="caption"><span class="caption-text">Copyright</span></p>
132 <ul>
133 <li class="toctree-l1"><a class="reference internal" href="../copyright.html">Copyright</a></li>
134 </ul>
135
136
137
138 </div>
139 </div>
140 </nav>
141
142 <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
143
144
145 <nav class="wy-nav-top" aria-label="top navigation">
146
147 <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
148 <a href="../index.html">libmemcached</a>
149
150 </nav>
151
152
153 <div class="wy-nav-content">
154
155 <div class="rst-content">
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173 <div role="navigation" aria-label="breadcrumbs navigation">
174
175 <ul class="wy-breadcrumbs">
176
177 <li><a href="../index.html">Docs</a> &raquo;</li>
178
179 <li><a href="index.html">Client Applications</a> &raquo;</li>
180
181 <li>memcapable - Checking a Memcached server capabilities and compatibility</li>
182
183
184 <li class="wy-breadcrumbs-aside">
185
186
187
188 </li>
189
190 </ul>
191
192
193 <hr/>
194 </div>
195 <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
196 <div itemprop="articleBody">
197
198 <div class="section" id="memcapable-checking-a-memcached-server-capabilities-and-compatibility">
199 <h1>memcapable - Checking a Memcached server capabilities and compatibility<a class="headerlink" href="#memcapable-checking-a-memcached-server-capabilities-and-compatibility" title="Permalink to this headline"></a></h1>
200 <div class="section" id="synopsis">
201 <h2>SYNOPSIS<a class="headerlink" href="#synopsis" title="Permalink to this headline"></a></h2>
202 <p>memcapable [options]</p>
203 </div>
204 <div class="section" id="description">
205 <h2>DESCRIPTION<a class="headerlink" href="#description" title="Permalink to this headline"></a></h2>
206 <p><strong class="program">memcapable</strong> connects to the specified memcached server and tries to
207 determine its capabilities by running the various commands and verifying
208 the response.</p>
209 </div>
210 <div class="section" id="limitations">
211 <h2>LIMITATIONS<a class="headerlink" href="#limitations" title="Permalink to this headline"></a></h2>
212 <p>The current version of memcapable will only verify the binary protocol.</p>
213 </div>
214 <div class="section" id="options">
215 <h2>OPTIONS<a class="headerlink" href="#options" title="Permalink to this headline"></a></h2>
216 <dl class="option">
217 <dt id="cmdoption-memcapable-h">
218 <code class="sig-name descname">-h</code><code class="sig-prename descclassname"> hostname</code><a class="headerlink" href="#cmdoption-memcapable-h" title="Permalink to this definition"></a></dt>
219 <dd></dd></dl>
220
221 <p>Specify the hostname to connect to. The default is <em>localhost</em></p>
222 <dl class="option">
223 <dt id="cmdoption-memcapable-p">
224 <code class="sig-name descname">-p</code><code class="sig-prename descclassname"> port</code><a class="headerlink" href="#cmdoption-memcapable-p" title="Permalink to this definition"></a></dt>
225 <dd></dd></dl>
226
227 <p>Specify the port number to connect to. The default is <em>11211</em></p>
228 <dl class="option">
229 <dt id="cmdoption-memcapable-c">
230 <code class="sig-name descname">-c</code><code class="sig-prename descclassname"></code><a class="headerlink" href="#cmdoption-memcapable-c" title="Permalink to this definition"></a></dt>
231 <dd></dd></dl>
232
233 <p>Generate a coredump when it detects an error from the server.</p>
234 <dl class="option">
235 <dt id="cmdoption-memcapable-v">
236 <code class="sig-name descname">-v</code><code class="sig-prename descclassname"></code><a class="headerlink" href="#cmdoption-memcapable-v" title="Permalink to this definition"></a></dt>
237 <dd></dd></dl>
238
239 <p>Print out the comparison when it detects an error from the server.</p>
240 <dl class="option">
241 <dt id="cmdoption-memcapable-t">
242 <code class="sig-name descname">-t</code><code class="sig-prename descclassname"> n</code><a class="headerlink" href="#cmdoption-memcapable-t" title="Permalink to this definition"></a></dt>
243 <dd></dd></dl>
244
245 <p>Set the timeout from an IO operation to/from the server to <em>n</em> seconds.</p>
246 </div>
247 <div class="section" id="see-also">
248 <h2>SEE ALSO<a class="headerlink" href="#see-also" title="Permalink to this headline"></a></h2>
249 </div>
250 </div>
251
252
253 </div>
254
255 </div>
256 <footer>
257
258 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
259
260 <a href="memcat.html" class="btn btn-neutral float-right" title="memcat - “cat” data from a server" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
261
262
263 <a href="index.html" class="btn btn-neutral float-left" title="Client Applications" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
264
265 </div>
266
267
268 <hr/>
269
270 <div role="contentinfo">
271 <p>
272 &copy; <a href="../copyright.html">Copyright</a>
273
274 </p>
275 </div>
276 Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
277
278 </footer>
279
280 </div>
281 </div>
282
283 </section>
284
285 </div>
286
287
288
289 <script type="text/javascript">
290 jQuery(function () {
291 SphinxRtdTheme.Navigation.enable(true);
292 });
293 </script>
294
295
296
297
298
299
300 </body>
301 </html>