What is the best way to monitor memcached
from a Java application on a Linux machine? I would like information such as:
1) Memory used by each object
2) Number of items evicted for reclaiming memory
3) etc..
What is the best way to monitor memcached
from a Java application on a Linux machine? I would like information such as:
1) Memory used by each object
2) Number of items evicted for reclaiming memory
3) etc..
Here is some information on memcached monitoring and another list.
Memcached from Java is a bit of an odd choice though. I'm curious why you chose it. Caching solutions on Java tend to revolve around, say, EHCache or Terracotta. Here is a more complete list of Java caching solutions.