当前位置:文档之家› memcached参数表

memcached参数表

network
limit_maxbytes
32u
服务器在存储时被允许使用的字节总数
Number of bytes this server is allowed to
use for storage
名称/Name
类型/Type
含义/Meaning
Pid
32u
服务器进程ID
Process id of this server process
uptime
32u
服务器运行时间,单位秒
Number of seconds this server has been running
time
32u
服务器当前的UNIX时间
get_hits
--client read hits
32u
请求成功的总次数
Number of keys that have been requested and
found present
get_misses
32u
请求失败的总次数
Number of items that have been requested
--process total connections
32u
服务器运行以来接受的连接总数
Total number of connections opened since
the server started running
connection_structures
32u
服务器分配的连接结构的数量
Number of connection structures allocated
(seconds:microseconds)
rusage_system
32u:32u
该进程累计的系统时间
(秒:微妙)
Accumulated system time for this process
(seconds:microseconds)
curr_items
—current items num
32u
by the server
cmd_get
--client readnum
32u
取回请求总数
Cumulative number of retrieval requests
cmd_set
--clientwritenum
32u
存储请求总数
Cumulative number of storage requests
current UNIX time according to the server
version
string
服务器的版本号
Version string of this server
rusage_user
32u:32u
该进程累计的用户时间
(秒:微妙)
Accumulated user time for this process
and not found
bytes_read
64u
服务器从网络读取到的总字节数
Total number of bytes read by this server
from network
bytes_written
64u
服务器向网络发送的总字节数
Total number of bytes sent by this server to
服务器当前存储的内容数量
Current number of items stored by the server
total_items32uLeabharlann 服务器启动以来存储过的内容总数
Total number of items stored by this server
ever since it started
bytes
64u
服务器当前存储内容所占用的字节数
Current number of bytes used by this server
to store items
curr_connections
—current net connections
32u
连接数量
Number of open connections
total_connections
相关主题