09 2014 档案

摘要:-问题起因 近期线上一组服务中,个别节点服务器CPU使用率很低,只有其他1/4。排除业务不均,曾怀疑是系统top统计错误,从Erlang调度器的利用率调查找到通过erlang:statistics(scheduler_wall_time) 查看服务器CPU低的机器调度器实际的CPU利用率很高接近1... 阅读全文
posted @ 2014-09-18 00:21 LittlePeng 阅读(12784) 评论(4) 推荐(0)
摘要:2G、3G环境,那就必须root进去tcpdump 方式抓。准备:一、root CF-auto-root:http://autoroot.chainfire.eu/ 需要清理全部数据,注意备份 不用怕root 后的不安全,root权限由superU管理授权。 root 后推荐: 绿色保护、fqro... 阅读全文
posted @ 2014-09-14 15:08 LittlePeng 阅读(20621) 评论(0) 推荐(0)
摘要:先推荐一篇:mnesia源码分析(yufeng)- linear hash ETS/DETS/mnesia 都使用了linear hash算法http://en.wikipedia.org/wiki/Linear_hashingredis dict 的实现类似于linear hash,渐进式reha... 阅读全文
posted @ 2014-09-01 23:22 LittlePeng 阅读(4383) 评论(0) 推荐(0)