docs: sanitize
[awesomized/libmemcached] / docs / source / bin / memping.rst
1 ===============================================
2 memping - Test to see if a server is available.
3 ===============================================
4
5
6 --------
7 SYNOPSIS
8 --------
9
10 memping [options] [server]
11
12 .. program:: memping
13
14
15 -----------
16 DESCRIPTION
17 -----------
18
19
20 :program:`memping` can be used to ping a memcached server to see if it is taking connections.
21
22 -------
23 OPTIONS
24 -------
25
26
27 You can specify servers via the option:
28
29 .. option:: --servers
30
31 or via the environment variable:
32
33 .. envvar:: `MEMCACHED_SERVERS`
34
35 If you do not specify either these, the final value in the command line list is the name of a server(s).
36
37 For a full list of operations run the tool with the option:
38
39 .. option:: --help
40
41
42 --------
43 SEE ALSO
44 --------
45
46 .. only:: man
47
48 :manpage:`memcached(1)` :manpage:`libmemcached(3)`