memcached 모니터링하기

# memcache-top 사용하기
# osx에서 설치
brew install memcache-top

# centos 에서 설치
curl "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/memcache-top/memcache-top-v0.6" > memcache-top
chmod +x ./memcache-top

# 3대의 memcahed 장비 상태를 1초마다 갱신
# 컴마 사이에 공백이 없어야 함
memcache-top --sleep 1 --instances ip1,ip2,ip3

comments:

댓글 쓰기