docs: ws
authorMichael Wallner <mike@php.net>
Fri, 28 Feb 2020 15:34:52 +0000 (16:34 +0100)
committerMichael Wallner <mike@php.net>
Fri, 28 Feb 2020 15:34:52 +0000 (16:34 +0100)
docs/source/bin/memaslap.rst
docs/source/libmemcached/constants.rst
docs/source/libmemcached/memcached_auto.rst
docs/source/libmemcached/memcached_callback.rst
docs/source/libmemcached/memcached_cas.rst
docs/source/libmemcached/memcached_create.rst
docs/source/libmemcached/memcached_exist.rst

index 4233e7fa59a3274b6269f698ec1bbc53652edf4c..240c9281e3d6ec0bf57a41dac1723f72e8d72ecd 100644 (file)
@@ -630,44 +630,30 @@ _____
 servers : "servers"
  
  The servers used by memaslap.
-
 
 threads count
  
  The number of threads memaslap runs with.
-
 
 concurrency
  
  The number of concurrencies memaslap runs with.
-
 
 run time
  
  How long to run memaslap.
-
 
 windows size
  
  The task window size of each concurrency.
-
 
 set proportion
  
  The proportion of set command.
-
 
 get proportion
  
  The proportion of get command.
-
 
 The output of dynamic statistics is something like this:
 
@@ -681,18 +667,16 @@ The output of dynamic statistics is something like this:
   95.43      177.29
   Global  20  1257935  62896     71.8      0         26      3791     224
   117.79     192.60
-  
-   
   Set Statistics
+
   Type  Time(s)  Ops   TPS(ops/s)  Net(M/s)  Get_miss  Min(us)  Max(us)
   Avg(us)  Std_dev    Geo_dist  
   Period   5    38425   7685      7.3       0         42      628     240
   88.05      220.21
   Global   20   139780  6989      8.0       0         37      3790    253
   117.93     224.83
-  
-   
   Total Statistics
+
   Type  Time(s)  Ops   TPS(ops/s)  Net(M/s)  Get_miss  Min(us)  Max(us)
   Avg(us)  Std_dev    Geo_dist 
   Period   5   384252   76850     72.5      0        27      2198     207
@@ -707,86 +691,58 @@ _____
 Get Statistics
  
  Statistics information of get command
-
 
 Set Statistics
  
  Statistics information of set command
-
 
 Total Statistics
  
  Statistics information of both get and set command
-
 
 Period
  
  Result within a period
-
 
 Global
  
  Accumulated results
-
 
 Ops
  
  Total operations
-
 
 TPS
  
  Throughput, operations/second
-
 
 Net
  
  The rate of network
-
 
 Get_miss
  
  How many objects can't be gotten
-
 
 Min
  
  The minimum response time
-
 
 Max
  
  The maximum response time
-
 
 Avg:
  
  The average response time
-
 
 Std_dev
  
  Standard deviation of response time
-
 
 Geo_dist
  
  Geometric distribution based on natural exponential function
-
 
 At the end, memaslap will output something like this:
 
@@ -843,162 +799,108 @@ At the end, memaslap will output something like this:
    Run time: 20.0s Ops: 1397754 TPS: 69817 Net_rate: 59.4M/s
    ---------------------------------------------------------------------------------------------------------------------------------
 
-
-
 Where
 _____
 
 Get Statistics
  
  Get statistics of response time
-
 
 Set Statistics
  
  Set statistics of response time
-
 
 Total Statistics
  
  Both get and set statistics of response time
-
 
 Min
  
  The accumulated and minimum response time
-
 
 Max
  
  The accumulated and maximum response time
-
 
 Avg
  
  The accumulated and average response time
-
 
 Std
  
  Standard deviation of response time
-
 
 Log2 Dist
  
  Geometric distribution based on logarithm 2
-
 
 cmd_get
  
  Total get commands done
-
 
 cmd_set
  
  Total set commands done
-
 
 get_misses
  
  How many objects can't be gotten from server
-
 
 verify_misses
  
  How many objects need to verify but can't get them
-
 
 verify_failed
  
  How many objects with insistent value
-
 
 expired_get
  
  How many objects are expired but we get them
-
 
 unexpired_unget
  
  How many objects are unexpired but we can't get them
-
 
 written_bytes
  
  Total written bytes
-
 
 read_bytes
  
  Total read bytes
-
 
 object_bytes
  
  Total object bytes
-
 
 packet_disorder
  
  How many UDP packages are disorder
-
 
 packet_drop
  
  How many UDP packages are lost
-
 
 udp_timeout
  
  How many times UDP time out happen
-
 
 Run time
  
  Total run time
-
 
 Ops
  
  Total operations
-
 
 TPS
  
  Throughput, operations/second
-
 
 Net_rate
  
  The average rate of network
-
-
-
 
 OPTIONS
 -------
index 81471af83082a3ed1ce53896b49bd642060644a5..c0d53dff6fda6bb9ee433217e4095231f29a0105 100644 (file)
@@ -57,7 +57,6 @@ SYNOPSIS
     Maximum display width of an integer represented as string.
 
 
-
 .. c:macro:: MEMCACHED_CONTINUUM_ADDITION
 
     How many extra slots we should build for in the continuum, defaults to 10.
index 61ffa124c1d6106d8939705d750a87381f441caa..03ed8bad2ae0cc8ed91188665198f2c09f81a4ae 100644 (file)
@@ -72,7 +72,6 @@ when using the binary protocol.
 RETURN
 ------
 
-
 A value of type :type:`memcached_return_t`  is returned.
 On success that value will be `MEMCACHED_SUCCESS`.
 Use memcached_strerror to translate this value to a printable string.
index d211cd7adeac3768e44d9f0b6c2ae80df139bda1..e0158f6f888f34320b4031847a54008b87d116da 100644 (file)
@@ -24,7 +24,6 @@ SYNOPSIS
         When :func:`memcached_delete` is called this function will be executed. At
         the point of its execution all connections are closed.
 
-    
     .. enumerator:: MEMCACHED_CALLBACK_CLONE_FUNCTION
      
         When :func:`memcached_delete` is called this function will be executed.
@@ -92,7 +91,6 @@ SYNOPSIS
         The prototype for this is:
 
         .. type:: memcached_return_t (*memcached_trigger_delete_key)(memcached_st *ptr, char *key, size_t key_length)
-     
 
 DESCRIPTION
 -----------
@@ -110,8 +108,6 @@ callback flag. No connections are reset.
 You can use `MEMCACHED_CALLBACK_USER_DATA` to provide custom context 
 if required for any of the callbacks.
 
-
-
 RETURN VALUE
 ------------
 
index 1449196c1b475f8eacbd53bb147c02142b99ea89..aa8d5483932747d75e9dade82963a867792ed2cd 100644 (file)
@@ -4,7 +4,6 @@ Working with data on the server in an atomic fashion
 
 .. index:: object: memcached_st
 
-
 --------
 SYNOPSIS
 --------
index 226b658e87dbc8f38915f81b02a6e371e1c4251c..ab6760b148597cc4950b6a5357028e6286388a11 100644 (file)
@@ -52,7 +52,6 @@ You may wish to avoid using memcached_create(3) or memcached_clone(3) with a
 stack based allocation. The most common issues related to ABI safety involve
 heap allocated structures.
 
-
 ------
 RETURN
 ------
index 4e0706c246e7f12fcd48de11b3895d99c48a5234..7dc29e954894b99ea9e86bea99624d953e19c0d6 100644 (file)
@@ -42,4 +42,3 @@ SEE ALSO
 
   :manpage:`memcached(1)` :manpage:`libmemcached(3)` :manpage:`memcached_strerror(3)`
 
-