1MEMPING(1) libmemcached MEMPING(1)
2
3
4
6 memping - libmemcached Documentation
7
9 memping [options] [server]
10
12 memping can be used to ping a memcached server to see if it is taking
13 connections.
14
16 You can specify servers via the option:
17
18 --servers
19
20 or via the environment variable:
21
22 `MEMCACHED_SERVERS`
23
24 If you do not specify either these, the final value in the command line
25 list is the name of a server(s).
26
27 For a full list of operations run the tool with the option:
28
29 --help
30
32 To find out more information please check: http://libmemcached.org/
33
35 Brian Aker, <brian@tangent.org>
36
38 memcached(1) libmemcached(3)
39
41 Brian Aker
42
44 2011-2013, Brian Aker DataDifferential, http://datadifferential.com/
45
46
47
48
491.0.18 February 09, 2014 MEMPING(1)