I used memcached as a cache on the open source platform Drupal for the first time.
Backstage Memcache Statistics Statistics memcached Some of the data, but do not understand its meaning, ask you the specific meaning of these data?
Uptime v1.4.14 running 19 小时 9 分钟PECL extension Memcached v2.1.0时间 星期四, 10/22/2015 - 15:15Connections 5 open of 377,848 total 127.0.0.1:11211Sets 0.00/s; 660,880 sets (3.03%) of 21,782,540 commandsGets 306.17/s; 21,121,660 gets (96.97%); 19,062,527 hits (90.25%) 2,059,133 misses (9.75%)Counters 0 increments, 0 decrementsTransferred 11.23 GB:351.96 GB (3.19% to cache)Per-connection average 1 字节 in 55.90 gets; 31,904.58 字节 in 1.75 sets 127.0.0.1:11211Available memory 61 MB (11.91%) of 512 MBEvictions 407,004
My hits (90.25%) means that there are 90.25% hits in all requests sent to the server side? But why are some pages open or slow? What are the other data points?
Because it is the memcached module that uses Drupal, the module is in control, so it is not clear what data the memcached caches.
Thanks, man.
Reply content:
I used memcached as a cache on the open source platform Drupal for the first time.
Backstage Memcache Statistics Statistics memcached Some of the data, but do not understand its meaning, ask you the specific meaning of these data?
Uptime v1.4.14 running 19 小时 9 分钟PECL extension Memcached v2.1.0时间 星期四, 10/22/2015 - 15:15Connections 5 open of 377,848 total 127.0.0.1:11211Sets 0.00/s; 660,880 sets (3.03%) of 21,782,540 commandsGets 306.17/s; 21,121,660 gets (96.97%); 19,062,527 hits (90.25%) 2,059,133 misses (9.75%)Counters 0 increments, 0 decrementsTransferred 11.23 GB:351.96 GB (3.19% to cache)Per-connection average 1 字节 in 55.90 gets; 31,904.58 字节 in 1.75 sets 127.0.0.1:11211Available memory 61 MB (11.91%) of 512 MBEvictions 407,004
My hits (90.25%) means that there are 90.25% hits in all requests sent to the server side? But why are some pages open or slow? What are the other data points?
Because it is the memcached module that uses Drupal, the module is in control, so it is not clear what data the memcached caches.
Thanks, man.