Oracle 5.0 Reference Manual page 1409

Table of Contents

Advertisement

30
60.2K
1336s
31
75.2K
1337s
32
94.0K
1337s
33
117.5K
1336s
This output is the same if you specify the
shell> memcached-tool localhost:11211 display
#
Item_Size
Max_age
1
80B
93s
2
104B
93s
...
The output shows a summarized version of the output from the
in the output are shown below:
• #: The slab number
• Item_Size: The size of the slab
• Max_age: The age of the oldest item in the slab
• Pages: The number of pages allocated to the slab
• Count: The number of items in this slab
• Full?: Whether the slab is fully populated
• Evicted: The number of objects evicted from this slab
• Evict_Time: The time (in seconds) since the last eviction
• OOM: The number of items that have triggered an out of memory error
You can also obtain a dump of the general statistics for the server using the
shell> memcached-tool localhost:11211 stats
#localhost:11211
Field
accepting_conns
bytes
bytes_read
bytes_written
cas_badval
cas_hits
cas_misses
cmd_flush
cmd_get
cmd_set
conn_yields
connection_structures
curr_connections
curr_items
decr_hits
decr_misses
delete_hits
delete_misses
evictions
get_hits
get_misses
incr_hits
incr_misses
limit_maxbytes
listen_disabled_num
pid
pointer_size
rusage_system
rusage_user
threads
time
total_connections
Getting
memcached
1
17
yes
1
13
yes
1
10
yes
1
3
no
command
Pages
Count
Full?
1
20
no
1
16
no
Value
1
162
485
6820
0
0
0
0
4
2
0
11
10
2
0
1
0
0
0
4
0
0
2
67108864
0
12981
32
0.013911
0.011876
4
1255518565
20
1389
Statistics
1093
169
713
168
278
168
0
0
as display:
Evicted Evict_Time OOM
0
0
0
0
statistics. The columns provided
slabs
0
0
0
0
0
0
command:
stats

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents