Expose statistics via JMX
Opened this issue · 3 comments
GoogleCodeExporter commented
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
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
- Changed state: Accepted
GoogleCodeExporter commented
Original comment by ryan.daum
on 15 Feb 2011 at 9:34
- Added labels: Type-Enhancement
- Removed labels: Type-Defect
GoogleCodeExporter commented
Original comment by ryan.daum
on 15 Feb 2011 at 9:34