Status OK?

batman1983 - January 24, 2008 - 23:36
Project:Memcache API and Integration
Version:5.x-1.6
Component:Documentation
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed
Description

Are these status results ok?

Property Wert
pid 802
uptime 42824
time 1201217179
version 1.1.12
rusage_user 8.334732
rusage_system 15.240683
curr_items 1520
total_items 9910
bytes 4267269
curr_connections 8
total_connections 4371
connection_structures 51
cmd_get 449207
cmd_set 9910
get_hits 314957
get_misses 134250
bytes_read 56252226
bytes_written 3277765987
limit_maxbytes 67108864

Where does the module write the "bytes_written" to RAM, or Harddisk?

#1

firebus - January 24, 2008 - 23:49

i believe that all the stats come directly from memcached and are not stored/updated anywhere by the module.

without knowing more about your data and traffic, the stats look reasonable to me - you've got more hits than misses, so something good is happening. and bytes is less than limit_maxbytes so you're not currently filling your cache...

#2

lyricnz - January 27, 2008 - 03:21
Status:active» closed

memcached doesn't write to the harddisk, so bytes written/read refer to the sizes of objects set/read from memcache itself.

 
 

Drupal is a registered trademark of Dries Buytaert.