Want to subscribe to topics you're interested in?
Become a Member

Memcached Memcached Server 1.4.38 Update Available

Discussion in 'Other Centmin Mod Installed software' started by eva2000, Jun 27, 2017.

  1. eva2000

    eva2000 Administrator Staff Member

    54,934
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,812
    Local Time:
    3:22 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+

    Memcached Server 1.4.38 Release



    This is last Memcached 1.4 branch release, so next is Memcached 1.5 branch apparently!. Centmin Mod LEMP stack by default install Memcached server.

    Updated both Centmin Mod 123.08stable and 123.09beta01 builds to default to Memcached server 1.4.38 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.38.

    To update your Centmin Mod builds follow instructions at centminmod.com/upgrade.html and respective version threads below:
    centmin.sh menu option 10 after 123.09beta01 or 123.08stable update via centmin.sh menu option 23 submenu option 2.


    Code (Text):
    --------------------------------------------------------
         Centmin Mod Menu 123.09beta01 centminmod.com
    --------------------------------------------------------
    1).  Centmin Install
    2).  Add Nginx vhost domain
    3).  NSD setup domain name DNS
    4).  Nginx Upgrade / Downgrade
    5).  PHP Upgrade / Downgrade
    6).  XCache Re-install
    7).  APC Cache Re-install
    8).  XCache Install
    9).  APC Cache Install
    10). Memcached Server Re-install
    11). MariaDB 5.2/5.5 & 10.x Upgrade Sub-Menu
    12). Zend OpCache Install/Re-install
    13). Install/Reinstall Redis PHP Extension
    14). SELinux disable
    15). Install/Reinstall ImagicK PHP Extension
    16). Change SSHD Port Number
    17). Multi-thread compression: pigz,pbzip2,lbzip2...
    18). Suhosin PHP Extension install
    19). Install FFMPEG and FFMPEG PHP Extension
    20). NSD Install/Re-Install
    21). Update - Nginx + PHP-FPM + Siege
    22). Add Wordpress Nginx vhost + Cache Plugin
    23). Update Centmin Mod Code Base
    24). Exit
    --------------------------------------------------------
    Enter option [ 1 - 24 ] 10
    --------------------------------------------------------

    check Memcached server version installed
    Code (Text):
    memcached -V
    memcached 1.4.38
    


    ReleaseNotes1438 · memcached/memcached Wiki · GitHub

    Memcached 1.4.38
    Code (Text):
    echo stats | nc 127.0.0.1 11211
    STAT pid 15529
    STAT uptime 16
    STAT time 1472078773
    STAT version 1.4.38
    STAT libevent 2.1.18-stable
    STAT pointer_size 64
    STAT rusage_user 0.001503
    STAT rusage_system 0.014412
    STAT curr_connections 5
    STAT total_connections 6
    STAT rejected_connections 0
    STAT connection_structures 6
    STAT reserved_fds 20
    STAT cmd_get 0
    STAT cmd_set 0
    STAT cmd_flush 0
    STAT cmd_touch 0
    STAT get_hits 0
    STAT get_misses 0
    STAT get_expired 0
    STAT get_flushed 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 6
    STAT bytes_written 0
    STAT limit_maxbytes 5368709120
    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_chunk_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 63
    STAT lru_maintainer_juggles 171
    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 0
    STAT curr_items 0
    STAT total_items 0
    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 0
    STAT lrutail_reflocked 0
    STAT moves_to_cold 0
    STAT moves_to_warm 0
    STAT moves_within_lru 0
    STAT direct_reclaims 0
    END
    


    Just a tip in future, if Centmin Mod latest updated code doesn't have the newer version defined in /usr/local/src/centminmod/centmin.sh, you can override it yourself via persistent config file /etc/centminmod/custom_config.inc variable set as:
    Code (Text):
    MEMCACHED_VERSION='1.4.38'
    

    then run centmin.sh menu option 10. Just remember you'd have to edit MEMCACHED_VERSION in /etc/centminmod/custom_config.inc or remove it for future updates too otherwise centmin.sh menu option 10 runs will be stuck on whichever version you set for MEMCACHED_VERSION in /etc/centminmod/custom_config.inc :)