Memcached Distributed Cache Server Learning Summary (ii) memcached status query

Source: Internet
Author: User

Linux memcached status Query
How to view the memcached server-side version:./memcached-h
The running state of the memcached can be conveniently displayed with the stats command.

First, use the Telnet 127.0.0.1 11211 command to connect to the Memcache, and then enter stats directly to get the status of the current memcache.

The descriptions of these states are as follows:
PID Memcache Process ID of the server
Uptime number of seconds the server has been running
Time Server Current UNIX timestamp
Version Memcache versions
Pointer_size the current operating system pointer size (32-bit system is generally 32bit)
Cumulative user time for the rusage_user process
Cumulative system time for the Rusage_system process
Curr_items the number of items currently stored by the server
Total_items The total number of items stored since the server was started
Bytes The number of bytes occupied by the current server storage items
Curr_connections the number of connections currently open
Total_connections number of connections that have been opened since the server was started
Connection_structures number of connection constructs allocated by the server
Cmd_get get Command (GET) total number of requests
Cmd_set set Command (SAVE) Total Request count
Get_hits Total Hit Count
Total number of get_misses misses
Evictions the number of items deleted for free memory (the space allocated to memcache needs to be removed when the old items are filled to get space allocated to the new items)
Bytes_read Total Bytes read (request bytes)
Bytes_written total number of bytes sent (result bytes)
Limit_maxbytes The amount of memory allocated to Memcache (bytes)
Threads Current number of threads

650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/74/DB/wKiom1YrcRjgHYdQAAIXGAwDA1o136.jpg "title=" memcached status information. PNG "alt=" Wkiom1yrcrjghydqaaixgawda1o136.jpg "/>

This article is from the "Ouyangjun" blog, make sure to keep this source http://ouyangjun.blog.51cto.com/10284323/1705867

Memcached Distributed Cache Server Learning Summary (ii) memcached status query

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.