When I print my memcached stats I never see a value for evictions in the 
results.  That may mean that I have enough memory that nothing ever gets 
evicted but even then I might expect to see evictions with a value of 0, 
right?  This makes me think there may be somethign wrong with my setup?

    [pid] => 18830
    [uptime] => 289546
    [time] => 1460564747
    [version] => 1.4.5
    [pointer_size] => 64
    [rusage_user] => 2915.408790
    [rusage_system] => 9298.708381
    [curr_connections] => 11
    [total_connections] => 681390
    [connection_structures] => 215
    [cmd_get] => 127900677
    [cmd_set] => 73289571
    [cmd_flush] => 0
    [get_hits] => 54628125
    [get_misses] => 73272552
    [delete_misses] => 13527498
    [delete_hits] => 21493686
    [incr_misses] => 0
    [incr_hits] => 0
    [decr_misses] => 0
    [decr_hits] => 0
    [cas_misses] => 0
    [cas_hits] => 0
    [cas_badval] => 0
    [auth_cmds] => 0
    [auth_errors] => 0
    [bytes_read] => 73601288719
    [bytes_written] => 135869180709
    [limit_maxbytes] => 4294967296
    [accepting_conns] => 1
    [listen_disabled_num] => 0
    [threads] => 4

Any ideas, or is the evictions value not appearing a common thing?

Thanks, Ross

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to