设为首页 收藏本站
查看: 1765|回复: 0

[经验分享] Memcached Timed out(1000) waiting for operation

[复制链接]

尚未签到

发表于 2015-11-19 08:18:16 | 显示全部楼层 |阅读模式
  同事在使用memcached 遇到Timed out(1000) waiting for operation问题。
  排除问题的步骤:
  先telnet  127.0.0.1 11211     然后stats 一下,观看服务器查看
  

Here are the stats as far as I understand them:
pid = process id
uptime = number of seconds since the process was started
time = current time
version = memcached version
rusage_user = seconds the cpu has devoted to the process as the user
rusage_system = seconds the cpu has devoted to the process as the system
curr_items = total number of items currently in memcache
total_items = total number of items that have passed through the cache
bytes = total number of bytes currently in use by curr_items
curr_connections = total number of open connections to memcached
connection_structures = ???
cmd_get = total GET commands issued to the server
cmd_set = total SET commands issued to the server
get_hits = total number of times a GET command was able to retrieve and
return data
get_misses = total number of times a GET command was unable to retrieve and
return data
bytes_read = total number of bytes input into the server
bytes_written = total number of bytes written by the server
limit_maxbytes = total storage bytes available to the server.



看一下使用情况是不是很多  
  top 一下观察一下服务器cup,内存,磁盘IO使用情况。
  观察到swap值使用率很高。通过在网上查找资料:http://www.cnblogs.com/cmt/archive/2013/04/25/3041555.html#!comments
  swap使用很高的时候会影响IO流的响应时间。可以通过修改swappiness值来修改。前提示你的内存够用。
  http://en.wikipedia.org/wiki/Swappiness


  

Value
Strategy
vm.swappiness = 0
The kernel will swap only to avoid an out
of memory condition.
vm.swappiness = 60
The default value.
vm.swappiness = 100
The kernel will swap aggressively which may affect over all performance.

  linux 会使用硬盘的一部分做为SWAP分区,用来进行进程调度--进程是正在运行的程序--把当前不用的进程调成‘等待(standby)‘,甚至‘睡眠(sleep)’,一旦要用,再调成‘活动(active)’,睡眠的进程就躺到SWAP分区睡大觉,把内存空出来让给‘活动’的进程。

  如果内存够大,应当告诉 linux 不必太多的使用 SWAP 分区, 可以通过修改 swappiness 的数值。swappiness=0的时候表示最大限度使用物理内存,然后才是 swap空间,swappiness=100的时候表示积极的使用swap分区,并且把内存上的数据及时的搬运到swap空间里面。

  在ubuntu 里面,默认设置swappiness这个值等于60。

    !!!! 如果内存较小,而进程调度频繁,硬盘的响动就会大了 !!!!

  现在一般1个G的内存可修改为10, 2个G的可改为5, 甚至是0。具体这样做:

  1.查看你的系统里面的swappiness

  $ cat /proc/sys/vm/swappiness

  不出意外的话,你应该看到是 60

  2.修改swappiness值为10

  $ sudo sysctl vm.swappiness=10

  但是这只是临时性的修改,在你重启系统后会恢复默认的60,为长治久安,还要更进一步:

  $ sudo gedit /etc/sysctl.conf

  在这个文档的最后加上这样一行:

  vm.swappiness=10

  然后保存,重启。ok,你的设置就生效了。

版权声明:本文为博主原创文章,未经博主允许不得转载。

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-140883-1-1.html 上篇帖子: Memcached HA架构探索 下篇帖子: Memcached缓存无底洞现象
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表