PHP memcached 常用指令 整理

來源:互聯網
上載者:User

 

-p 監聽的連接埠 
-l 串連的IP地址, 預設是本機  
-d start 啟動memcached服務 
-d restart 重起memcached服務 
-d stopshutdown 關閉正在啟動並執行memcached服務 
-d install 安裝memcached服務 
-d uninstall 卸載memcached服務 
-u 以的身份運行 (僅在以root啟動並執行時候有效) 
-m 最大記憶體使用量,單位MB。預設64MB 

-M 記憶體耗盡時返回錯誤,而不是刪除項 
-c 最大同時串連數,預設是1024 
-f 塊大小增長因子,預設是1.25 
-n 最小分配空間,key+value+flags預設是48 
-h 顯示協助

memcached的基本命令(當memcached 啟動後 用於對memcached管理的資料和本身運行狀態相關的命令):

Command

Description

Example

get

Reads a value

get mykey

set

Set a key unconditionally

set mykey 0 60 5

add

Add a new key

add newkey 0 60 5

replace

Overwrite existing key

replace key 0 60 5

append

Append data to existing key

append key 0 60 15

prepend

Prepend data to existing key

prepend key 0 60 15

incr

Increments numerical key value by given number

incr mykey 2

decr

Decrements numerical key value by given number

decr mykey 5

delete

Deletes an existing key

delete mykey

flush_all

Invalidate specific items immediately

flush_all

Invalidate all items in n seconds

flush_all 900

stats

Prints general statistics

stats

Prints memory statistics

stats slabs

Prints memory statistics

stats malloc

Print higher level allocation statistics

stats items

stats detail

stats sizes

Resets statistics

stats reset

version

Prints server version.

version

verbosity

Increases log level

verbosity

quit

Terminate telnet session

quit

對查看的資訊的關鍵字中英文對照表

pid

memcache伺服器的進程ID

uptime

伺服器已經啟動並執行秒數

time

伺服器當前的unix時間戳記

version

memcache版本

pointer_size

當前作業系統的指標大小(32位系統一般是32bit)

rusage_user

進程的累計使用者時間

rusage_system

進程的累計系統時間

curr_items

伺服器當前儲存的items數量

total_items

從伺服器啟動以後儲存的items總數量

bytes

當前伺服器儲存items佔用的位元組數

curr_connections

當前開啟著的串連數

total_connections

從伺服器啟動以後曾經開啟過的串連數

connection_structures

伺服器分配的串連構造數

cmd_get

get命令(擷取)總請求次數

cmd_set

set命令(儲存)總請求次數

get_hits

總叫用次數

get_misses

總未叫用次數

evictions

為擷取空閑記憶體而刪除的items數(分配給memcache的空間用滿後需要刪除舊的items來得到空間分配給新的items)

bytes_read

總讀取位元組數(請求位元組數)

bytes_written

總發送位元組數(結果位元組數)

limit_maxbytes

分配給memcache的記憶體大小(位元組)

threads

當前線程數



相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.