krka / jmemcache-daemon

Automatically exported from code.google.com/p/jmemcache-daemon
Apache License 2.0
0 stars 0 forks source link

Expose statistics via JMX #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?
An MBean(s) exposed via JMX that allows monitoring the following attributes:
# Total connection count 
(com.thimbleware.jmemcached.protocol.MemcachedCommandHandler.total_conns)
# Current connection count 
(com.thimbleware.jmemcached.protocol.MemcachedCommandHandler.curr_conns)
# get-commands count
# set-commands count
# get-commands hits
# get-commands misses

What version of the product are you using? On what operating system?
jmemcached-core-1.0.0 on CentOS and Ubuntu

Please provide any additional information below.
I already implemented the cache statistics for a cache that I plugged in to the 
MemCacheDaemon, but I have no way of reaching the connections stats. You can 
see the implementation here: http://code.google.com/p/pajamas-proxy/

If you need help, I'm happy to help with this, or even implement it myself - 
feel free to contact me.

Original issue reported on code.google.com by harel.e...@gmail.com on 15 Feb 2011 at 1:37

GoogleCodeExporter commented 9 years ago
jmx stats is on the list of things I want to get out in 1.1 but there's a few 
things I need to tie up first.

Original comment by ryan.daum on 15 Feb 2011 at 9:34

GoogleCodeExporter commented 9 years ago

Original comment by ryan.daum on 15 Feb 2011 at 9:34

GoogleCodeExporter commented 9 years ago

Original comment by ryan.daum on 15 Feb 2011 at 9:34