本文介绍了这些内存缓存统计信息正常吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
这些统计信息正常吗?我的PHP产品有问题,所以我想知道这些数据是否健康
Are these stats normal? I have problems with my PHP products, so I want to know if these data are healthy
stats
STAT pid 2312
STAT uptime 5292037
STAT time 1253692925
STAT version 1.2.8
STAT pointer_size 64
STAT rusage_user 2600.605647
STAT rusage_system 9533.168738
STAT curr_items 1153303
STAT total_items 139795434
STAT bytes 435570863
STAT curr_connections 288
STAT total_connections 135128959
STAT connection_structures 1018
STAT cmd_flush 1
STAT cmd_get 171491050
STAT cmd_set 139795434
STAT get_hits 127840250
STAT get_misses 43650800
STAT evictions 24166536
STAT bytes_read 2731502572454
STAT bytes_written 2889855000126
STAT limit_maxbytes 536870912
STAT threads 2
STAT accepting_conns 1
STAT listen_disabled_num 802
END
推荐答案
是的,为什么?有什么事吗?
Yes, why? Is anything wrong?
STAT bytes 435570863
STAT limit_maxbytes 536870912
您可能希望在快满时将其增大.
You may want to increase cache size as you are close full it.
这篇关于这些内存缓存统计信息正常吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!