I have a web application deployed to a remote resin server, and it has JMX turned on. I can telnet to the remote server i.e
I have a lot of experience with jconsole.exeand JVisualVM.exe , in the JDK1.6 and have connected thousands of times from a Windows JVM over to a Windows JVM on another machine via JMX.remotebut it fai
I tried out the jmx support for the universal connection pool and it seems to give incorrect values. There are couple of problems I have faced till n开发者_如何学编程ow
I m trying setup a cassandra cluster as a test bed but gave the JMX remote connection error. I seem to found the answer for my error from cassandra FAQ page
I am busy implementing a monitoring solution using JMX. I need to expose certain attributes which will mostly be counters to the JMX client. I have used Spring to hook it all up which works out great.
I\'m trying to enable remote JMX on a Jetty 6.1.26 instance running on Windows. I have tried several approaches, but the result is always the same:
I\'m using tomcat 6 and Hyperi开发者_运维百科cHQ for monitoring via JMX. The issue is the following:
I want to extract this data http://code.google.com/p/memcached-session-manager/wiki/JMXStatistics via jmx but using only command line.
I have a datasource, how to check if its ok? maybe somehow using jmx-console?开发者_开发百科If you want just check if data source is installed and some statistic information about it you can read that
I\'d like to publish JMX notifications using Spring 3, but would like to avoid using the NotificationPublisherAware interface, since the code is also used by an application that doesn\'t use Spring. T