Need help?

Our experts have had an average response time of 13.14 minutes in February 2024 to fix urgent issues.

We will keep your servers stable, secure, and fast at all times for one fixed price.

Memcached list all keys – How we do this on a telnet session?

by | Mar 13, 2020

The Memcached list all keys option gives an insight into the cache server contents.

Caching systems like Memcached store its keys in slabs. And, website owners tweak settings based on the available data.

At Bobcares, users often approach us with queries regarding Memcached keys, as a part of our Server Management Services.

Today, let’s see have a look at Memcached and see how our Support Engineers list the keys in a telnet session.

 

What is Memcached?

Memcached is an open-source, high-performance, memory caching system. We use it to speed up dynamic web applications by reducing the database load. The Memcached server is a big hash table suitable for websites with high database load.

Before listing the keys, let’s have a closer look at Memcached. We can connect to the Memcached server using the telnet command,

telnet  

A key is a name used to store and retrieve data from Memcached. We can manage data using several commands like set, add, replace, append, etc.

Additionally, the stats command gives the server statics regarding the items, slabs, etc.

 

How to list keys in Memcached?

Now let’s see how our Support Engineers list all the keys in Memcached.

To list the keys first we telnet to the Memcached server. Here localhost is the Memcached server. So we connect to it as,

telnet localhost 11211

Then we need slab IDs to list the keys. There are two ways to obtain the slab ID. Firstly, we list the items using the command,

stats items

And the output appears as,

stats items
STAT items:1:number 2
STAT items:1:age 92
STAT items:1:evicted 0
STAT items:1:evicted_nonzero 0
. . . 
END

Here the value after STAT items is the slab ID, which is ‘1’.

Alternatively, we can obtain the slab ID using the command,

stats slabs

And the result appears as,

stats slabs
STAT 1:chunk_size 96
STAT 1:chunks_per_page 10922
STAT 1:total_pages 1
STAT 1:total_chunks 10922
STAT 1:used_chunks 2
. . .
END

Here the value after STAT is the slab ID, that is ‘1’.

Later we can list the keys in the slab using the slab ID. For this, we use the command,

stats cachedump slab_ID number_of_items_to_list

But the value ‘0’ indicates all items. The sample output of this appears as,

Memcached list all keys.

This way we listed the keys in Memcached.

 

[Are you still having trouble setting up Memcached? – Our Experts are available 24/7.]

 

Conclusion

In short, to list all keys in Memcached, we obtain the slab ID then list the keys using stats cachedump command. Today, we saw how our Support Engineers do this.

PREVENT YOUR SERVER FROM CRASHING!

Never again lose customers to poor server speed! Let us help you.

Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure.

GET STARTED

var google_conversion_label = "owonCMyG5nEQ0aD71QM";

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

Categories

Tags

Privacy Preference Center

Necessary

Necessary cookies help make a website usable by enabling basic functions like page navigation and access to secure areas of the website. The website cannot function properly without these cookies.

PHPSESSID - Preserves user session state across page requests.

gdpr[consent_types] - Used to store user consents.

gdpr[allowed_cookies] - Used to store user allowed cookies.

PHPSESSID, gdpr[consent_types], gdpr[allowed_cookies]
PHPSESSID
WHMCSpKDlPzh2chML

Statistics

Statistic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.

_ga - Preserves user session state across page requests.

_gat - Used by Google Analytics to throttle request rate

_gid - Registers a unique ID that is used to generate statistical data on how you use the website.

smartlookCookie - Used to collect user device and location information of the site visitors to improve the websites User Experience.

_ga, _gat, _gid
_ga, _gat, _gid
smartlookCookie
_clck, _clsk, CLID, ANONCHK, MR, MUID, SM

Marketing

Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.

IDE - Used by Google DoubleClick to register and report the website user's actions after viewing or clicking one of the advertiser's ads with the purpose of measuring the efficacy of an ad and to present targeted ads to the user.

test_cookie - Used to check if the user's browser supports cookies.

1P_JAR - Google cookie. These cookies are used to collect website statistics and track conversion rates.

NID - Registers a unique ID that identifies a returning user's device. The ID is used for serving ads that are most relevant to the user.

DV - Google ad personalisation

IDE, test_cookie, 1P_JAR, NID, DV, NID
IDE, test_cookie
1P_JAR, NID, DV
NID
hblid

Security

These are essential site cookies, used by the google reCAPTCHA. These cookies use an unique identifier to verify if a visitor is human or a bot.

SID, APISID, HSID, NID, PREF
SID, APISID, HSID, NID, PREF