X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Fbin%2Fmemping.rst;h=fff7db223e9d8f0c55d9d3b379e3cd508e68ad20;hb=911c5ad81ebd8ff9a72cfbb5bc1e2a7b49ee3f92;hp=1239042e30a5502c0ab987631da33196f12fba50;hpb=bdf3398dac90a54d82aed65099290d51e92d4601;p=awesomized%2Flibmemcached diff --git a/docs/source/bin/memping.rst b/docs/source/bin/memping.rst index 1239042e..fff7db22 100644 --- a/docs/source/bin/memping.rst +++ b/docs/source/bin/memping.rst @@ -1,6 +1,5 @@ -=============================================== -memping - Test to see if a server is available. -=============================================== +memping +======= SYNOPSIS -------- @@ -9,31 +8,35 @@ memping [options] [server] .. program:: memping +Test for availability of a server + DESCRIPTION ----------- -:program:`memping` can be used to ping a memcached server to see if it is taking connections. +:program:`memping` can be used to ping a memcached server to see if it is accepting connections. OPTIONS ------- -You can specify servers via the option: - -.. option:: --servers - -or via the environment variable: - -.. envvar:: `MEMCACHED_SERVERS` +.. include:: options/all.rst +.. include:: options/common.rst +.. include:: options/sasl.rst -If you do not specify either these, the final value in the command line list is the name of a server(s). +ENVIRONMENT +----------- -For a full list of operations run the tool with the option: +.. envvar:: MEMCACHED_SERVERS -.. option:: --help + Specify the list of servers. SEE ALSO -------- .. only:: man - :manpage:`memcached(1)` :manpage:`libmemcached(3)` + :manpage:`memcached(1)` + :manpage:`libmemcached(3)` + +.. only:: html + +* :doc:`/libmemcached`