fix #131: add build time option: CLIENT_PREFIX
[awesomized/libmemcached] / docs / source / bin / memping.rst
1 memping
2 =======
3
4 SYNOPSIS
5 --------
6
7 |client_prefix|\ping [options] [server]
8
9 .. program:: memping
10
11 Test for availability of a server
12
13 DESCRIPTION
14 -----------
15
16 :program:`memping` can be used to ping a memcached server to see if it is accepting connections.
17
18 OPTIONS
19 -------
20
21 .. include:: options/all.rst
22 .. include:: options/common.rst
23 .. include:: options/sasl.rst
24
25 .. option:: -s|--servers <list of servers>
26
27 Specify the list of servers as *hostname[:port][,hostname[:port]...]*.
28
29
30 .. include:: common/env.rst
31
32 NOTES
33 -----
34
35 .. include:: common/note_program_prefix.rst
36
37 SEE ALSO
38 --------
39
40 .. only:: man
41
42 :manpage:`memcached(1)`
43 :manpage:`libmemcached(3)`
44
45 .. only:: html
46
47 * :doc:`/libmemcached`