Difference between revisions of "Redis-cli --stat"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} {{redis-cli}}")
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
  
 +
[[redis-cli]] --stat
 +
------- data ------ --------------------- load -------------------- - child -
 +
keys      mem      clients blocked requests            connections
 +
85          383.22M    115      0    9345344 (+0)          29674
 +
85          384.21M    119      0    9345344 (+18)          29678
 +
85          383.21M    116      0    9345312 (+7)          29710
  
 +
redis-cli --stat
 +
------- data ------ --------------------- load -------------------- - child -
 +
keys      mem      clients blocked requests            connections
 +
0          1.22M    1      0      14 (+0)            16
 +
0          1.21M    1      0      15 (+1)            16
 +
0          1.21M    1      0      16 (+1)            16
  
{{redis-cli}}
+
== See also ==
 +
* {{redis-cli}}
 +
 
 +
[[Category:Redis]]

Latest revision as of 11:44, 20 January 2023

redis-cli --stat
------- data ------ --------------------- load -------------------- - child -
keys       mem      clients blocked requests            connections
85          383.22M    115       0    9345344 (+0)           29674
85          384.21M    119       0    9345344 (+18)          29678
85          383.21M    116       0    9345312 (+7)           29710
redis-cli --stat
------- data ------ --------------------- load -------------------- - child -
keys       mem      clients blocked requests            connections
0          1.22M    1       0       14 (+0)             16
0          1.21M    1       0       15 (+1)             16
0          1.21M    1       0       16 (+1)             16

See also[edit]

Advertising: