Welcome to Centmin Mod Community
Register Now

Memcached Memcached Server 1.4.27 Released

Discussion in 'Other Centmin Mod Installed software' started by eva2000, Jun 26, 2016.

  1. eva2000

    eva2000 Administrator Staff Member

    54,368
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    10:15 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+

    Memcached Server 1.4.27 Updated



    Updated both Centmin Mod 123.08stable and 123.09beta01 builds to default to Memcached server 1.4.27 release. Once you update your local server Centmin Mod branch code via centmin.sh menu option 23 outlined below. You will need to exit centmin.sh and re-run centmin.sh again and run centmin.sh menu option 10 to update Memcached server to 1.4.27.

    To update your Centmin Mod builds follow instructions at centminmod.com/upgrade.html and respective version threads below:

    Memcached 1.4.27
    Code (Text):
    echo stats | nc 127.0.0.1 11211
    STAT pid 27623
    STAT uptime 63
    STAT time 1466919513
    STAT version 1.4.27
    STAT libevent 2.0.22-stable
    STAT pointer_size 64
    STAT rusage_user 0.167974
    STAT rusage_system 0.050992
    STAT curr_connections 6
    STAT total_connections 7
    STAT rejected_connections 0
    STAT connection_structures 7
    STAT reserved_fds 20
    STAT cmd_get 4
    STAT cmd_set 3
    STAT cmd_flush 0
    STAT cmd_touch 0
    STAT get_hits 1
    STAT get_misses 3
    STAT get_expired 0
    STAT delete_misses 0
    STAT delete_hits 0
    STAT incr_misses 0
    STAT incr_hits 0
    STAT decr_misses 0
    STAT decr_hits 0
    STAT cas_misses 0
    STAT cas_hits 0
    STAT cas_badval 0
    STAT touch_hits 0
    STAT touch_misses 0
    STAT auth_cmds 0
    STAT auth_errors 0
    STAT bytes_read 50226
    STAT bytes_written 25014
    STAT limit_maxbytes 25165824
    STAT accepting_conns 1
    STAT listen_disabled_num 0
    STAT time_in_listen_disabled_us 0
    STAT threads 4
    STAT conn_yields 0
    STAT hash_power_level 16
    STAT hash_bytes 524288
    STAT hash_is_expanding 0
    STAT slab_reassign_rescues 0
    STAT slab_reassign_evictions_nomem 0
    STAT slab_reassign_inline_reclaim 0
    STAT slab_reassign_busy_items 0
    STAT slab_reassign_running 0
    STAT slabs_moved 0
    STAT lru_crawler_running 0
    STAT lru_crawler_starts 2
    STAT lru_maintainer_juggles 350
    STAT malloc_fails 0
    STAT log_worker_dropped 0
    STAT log_worker_written 0
    STAT log_watcher_skipped 0
    STAT log_watcher_sent 0
    STAT bytes 25034
    STAT curr_items 1
    STAT total_items 3
    STAT slab_global_page_pool 0
    STAT expired_unfetched 0
    STAT evicted_unfetched 0
    STAT evictions 0
    STAT reclaimed 0
    STAT crawler_reclaimed 0
    STAT crawler_items_checked 2
    STAT lrutail_reflocked 0
    STAT moves_to_cold 0
    STAT moves_to_warm 0
    STAT moves_within_lru 0
    STAT direct_reclaims 0
    END