X-Git-Url: https://git.m6w6.name/?p=awesomized%2Flibmemcached;a=blobdiff_plain;f=docs%2Fsource%2Fbin%2Fmemstat.rst;fp=docs%2Fsource%2Fbin%2Fmemstat.rst;h=7c2b96251bd6dd8c44a294a134a4fc98e55d8a3d;hp=3b440de91a28ad4a5c60f26509e347bc7ac0f0b9;hb=9a81d46611dd5b673cee7710e4284d2fd36a4618;hpb=2b2c00512dc00b85346279647d03260d7421c960 diff --git a/docs/source/bin/memstat.rst b/docs/source/bin/memstat.rst index 3b440de9..7c2b9625 100644 --- a/docs/source/bin/memstat.rst +++ b/docs/source/bin/memstat.rst @@ -4,7 +4,7 @@ memstat SYNOPSIS -------- -memstat [options] +memstat [options] [stat args] .. program:: memstat @@ -19,25 +19,36 @@ It prints all data to stdout. OPTIONS ------- -.. include:: options/all.rst -.. include:: options/common.rst -.. include:: options/sasl.rst +.. include:: options/common_get.rst -.. option:: --analyze +.. option:: -A|--args - Analyze and print differences of a server cluster. A memory and uptime comparison is performed by default. + Stat args. - Available additional modes: + **DEPRECATED:** use positional arguments. - --analyze=latency - Network latency comparison +.. option:: -a|--analyze [] + + Analyze and print differences of a server cluster. + A memory and uptime comparison is performed by default. + Options: + + --analyze[=default] + Memory and uptime comparison. + --analyze=latency + Network latency comparison. -.. option:: --server-version +.. option:: -S|-server-version Obtain and print server version(s) only. +.. option:: --iterations + + Iteration count of GETs sent by the latency test (default: 1000). + + ENVIRONMENT -----------