On Feb 20, 11:22 am, Patrick Santora <[email protected]> wrote:

> Queries a second are I believe around 16 to 20.

  That's close to nothing.

> STAT connection_structures 904

  Nearly 1,000 connections.

> STAT get_hits 192557
> STAT get_misses 4276

  Decent hit rate.

> STAT bytes_read 1466964195
> STAT bytes_written 15148562971

  That's almost 80K transferred per successful get request?  That's
1.5MBps given your 20 req/s estimate.  Are you perhaps hitting it with
stats requests really hard (that's not shown here)?

  The overall average (given an uptime of 22821 seconds) is about 648
kBps.  I don't know how you're getting 80MBps, but if it's memcached,
it would've had to have sent all of those bytes in three minutes.

> STAT limit_maxbytes 536870912

  How much RAM does your server have?

> STAT bytes 2532172
> STAT curr_items 2657

  This is showing an average of closer to ~1k per item.  Something
doesn't seem to be adding up here...

Reply via email to