命令行查看Memcached运行状态(shell或者telnet)_第1页
命令行查看Memcached运行状态(shell或者telnet)_第2页
命令行查看Memcached运行状态(shell或者telnet)_第3页
命令行查看Memcached运行状态(shell或者telnet)_第4页
免费预览已结束,剩余1页可下载查看

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、.stats 查看memcached状态的基本命令,通过这个命令可以看到如下信息: STAT pid 22459 进程ID STAT uptime 1027046 服务器运行秒数 STAT time 1273043062 服务器当前unix时间戳 STAT version 1. 4. 4 服务器版本 STAT pointer_size 64 操作系统字大小(这台服务器是64位的) STAT rusage_user 0. 040000 进程累计用户时间 STAT rusage_system 0. 260000 进程累计系统时间 STAT curr_connections 10 当前打开连接数 S

2、TAT total_connections 82 曾打开的连接总数 STAT connection_structures 13 服务器分配的连接结构数 STAT cmd_get 54 执行get命令总数 STAT cmd_set 34 执行set命令总数 STAT cmd_flush 3 指向flush_all命令总数 STAT get_hits 9 get命中次数 STAT get_misses 45 get未命中次数 STAT delete_misses 5 delete未命中次数 STAT delete_hits 1 delete命中次数 STAT incr_misses 0 incr未

3、命中次数 STAT incr_hits 0 incr命中次数 STAT decr_misses 0 decr未命中次数 STAT decr_hits 0 decr命中次数 STAT cas_misses 0 cas未命中次数 STAT cas_hits 0 cas命中次数 STAT cas_badval 0 使用擦拭次数 STAT auth_cmds 0 STAT auth_errors 0 STAT bytes_read 15785 读取字节总数 STAT bytes_written 15222 写入字节总数 STAT limit_maxbytes 1048576 分配的内存数(字节) ST

4、AT accepting_conns 1 目前接受的链接数 STAT listen_disabled_num 0 STAT threads 4 线程数 STAT conn_yields 0 STAT bytes 0 存储item字节数 STAT curr_items 0 item个数 STAT total_items 34 item总数 STAT evictions 0 为获取空间删除item的总数 stats items 输出各个slab中的item信息。s stats slabs 输出slab中更详细的item信息 stats sizes 输出所有item的大小和个数 stats cach

5、edump <slab_id> <limit_num> 根据<slab_id>输出相同的<slab_id>中的item信息。<limit_num>是输出的个数,当<limit_num>为0是输出所有的item。 利用shell命令操作Memcached1、数据存储(假设key为g,value为12345) printf "set g 0 0 5rn12345rn"|nc 127.0.0.1 11211 STORED 2、数据取回(假设key为zhangyan) printf "get grn&

6、quot;|nc 127.0.0.1 11211 VALUE g 0 5 12345 END 3、数值增加1(假设key为g,并且value为正整数) printf "incr g 1rn" | nc 127.0.0.1 11211 12346 4、数值减少3(假设key为g,并且value为正整数) printf "decr g 3rn" | nc 127.0.0.1 11211 12343 5、数据删除(假设key为g) printf "delete grn" | nc 127.0.0.1 11211 DELETED 6、查看Me

7、mcached状态 printf "statsrn" | nc 127.0.0.1 11211 STAT pid 3025 STAT uptime 4120500 STAT time 1228021767 STAT version 1.2.6 STAT pointer_size 32 STAT rusage_user 433.463103 STAT rusage_system 1224.515845 STAT curr_items 1132460 STAT total_items 8980260 STAT bytes 1895325386 STAT curr_connect

8、ions 252 STAT total_connections 547850 STAT connection_structures 1189 STAT cmd_get 13619685 STAT cmd_set 8980260 STAT get_hits 6851607 STAT get_misses 6768078 STAT evictions 0 STAT bytes_read 160396238246 STAT bytes_written 260080686529 STAT limit_maxbytes 2147483648 STAT threads 1 END 7、模拟top命令,查看

9、Memcached状态: watch "printf 'statsrn' | nc 127.0.0.1 11211" 或者 watch "echo stats | nc 127.0.0.1 11211" 一、echo stats items | nc127.0.0.1 11211 STAT items:1:number 998 Slab Id=1 ; items数量:998(也就是已经存储了998个key值) STAT items:1:age 604348 Slab Id=1 ; 已经存在时间,单位秒 STAT items:1:evict

10、ed 0 Slab Id=1 ; 被踢出的数量 STAT items:1:evicted_nonzero 0 STAT items:1:evicted_time 0 STAT items:1:outofmemory 0 STAT items:1:tailrepairs 0 STAT items:1:reclaimed 0 STAT items:6:number 91897 Slab Id=6 ; items数量:91897(也就是已经存储了91897个key值) STAT items:6:age 604345 Slab Id=6 ; 已经存在时间,单位秒 STAT items:6:evicted 0

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论