1MEMPING(1) libmemcached-awesome MEMPING(1)
2
3
4
6 memping - libmemcached Documentation
7
9 memping [options] [server]
10
11 Test for availability of a server
12
14 memping can be used to ping a memcached server to see if it is accept‐
15 ing connections.
16
18 -h|--help
19 Display help.
20
21 -V|--version
22 Display version.
23
24 -q|--quiet
25 Operate quietly.
26
27 -v|--verbose
28 Operate more verbosely.
29
30 -d|--debug
31 See -v|--verbose.
32
33 -u|--username <username>
34 Use username for SASL authentication.
35
36 -p|--password <password>
37 Use password for SASL authentication.
38
39 -s|--servers <list of servers>
40 Specify the list of servers as hostname[:port][,host‐
41 name[:port]...].
42
44 MEMCACHED_SERVERS
45 Specify a list of servers.
46
48 PROGRAM PREFIX
49 The prefix of this program is variable, i.e. it can be configured at
50 build time.
51
52 Usually the client programs of libmemcached-awesome are prefixed with
53 mem, like memcat or memcp.
54
55 It can be configured, though, to replace the prefix with something else
56 like mc, in case of that, the client programs of libmemcached-awesome
57 would be called mccat, mccp, etc. respectively.
58
60 memcached(1) libmemcached(3)
61
62 • C/C++ Client Library for memcached
63
64
65
66
671.1 Mar 06, 2023 MEMPING(1)