Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
telnet を使用して memcached サーバーに接続し、過去 24 時間 (または任意の期間) に読み取られたキーの数を取得することは可能ですか?
ありがとう
標準の memcached サーバーは、そのままではその情報を提供しません。統計とグラフを生成するために、定期的にデーモンに問い合わせて、関連するすべての情報を保存するのは簡単です。その簡単な例は、memcache-stats.shなどのスクリプトによって示されます。