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