memcached stats 说明
stats命令
得到的数据的意义如下:
pid:32u,服务器进程ID。
uptime:32u,服务器运行时间,单位秒。
time:32u,服务器当前的UNIX时间。
version:string,服务器的版本号。
curr_items:32u,服务器当前存储的内容数量Currentnumberofitemsstoredbytheserver
total_items:32u,服务器启动以来存储过的内容总数。
bytes:64u,服务器当前存储内容所占用的字节数。
curr_connections:32u,连接数量。
total_connections:32u,服务器运行以来接受的连接总数。
connection_structures:32u,服务器分配的连接结构的数量。
cmd_get:32u,取回请求总数。
cmd_set:32u,存储请求总数。
get_hits:32u,请求成功的总次数。
get_misses:32u,请求失败的总次数。
bytes_read:64u,服务器从网络读取到的总字节数。
bytes_written:64u,服务器向网络发送的总字节数。
limit_maxbytes:32u,服务器在存储时被允许使用的字节总数。
上面的描述中32u和64u表示32位和64位无符号整数,string表示是string类型数据。
相关推荐
郗瑞强 2020-08-16
85590296 2020-07-22
jkzyx 2020-06-29
luotuo 2020-06-26
LinuxJob 2020-06-26
ol0 2020-06-26
清溪算法君老号 2020-06-25
86251043 2020-06-13
CSDN0BLOG 2020-06-09
ol0 2020-05-26
andyhuabing 2020-05-22
程序员俱乐部 2020-05-06
83530391 2020-05-05
ol0 2020-05-02
83530391 2020-04-09
85590296 2020-03-25
carolAnn 2020-03-07
大脸猫脸大 2020-03-03
ol0 2020-02-18