Windowsでmemcachedを監視するために人々が見つけた最も簡単な方法は何ですか?私が試した1つの方法は、きちんと機能します。
memcachedポート(11211)にtelnetで接続し、「stats」コマンドを入力します。次のようなリストが返されます。
stats
STAT pid 2816
STAT uptime 791
STAT time 1225918895
STAT version 1.2.1
STAT pointer_size 32
STAT curr_items 10
STAT total_items 10
STAT bytes 122931
STAT curr_connections 1
STAT total_connections 5
STAT connection_structures 4
STAT cmd_get 20
STAT cmd_set 10
STAT get_hits 0
STAT get_misses 20
STAT bytes_read 122986
STAT bytes_written 187
STAT limit_maxbytes 1073741824
もっと簡単な方法はありますか?