Tagged Questions

2
votes
4answers
59 views

Calling JMX MBean method from a shell script

Are there any libraries that would allow me to call a JMX MBean method from a shell script. We expose some operations/admin commands through JMX, and we could have our admins use J …
1
vote
2answers
30 views

CPU and profiling not supported for remote jvisualvm session

When monitoring a remote app (using jstatd) I can neither profile nor monitor cpu consumption. Heap monitoring (provided I do not use G1) works. jvisualvm provides the message "Not …
0
votes
1answer
20 views

How do I access memory usage programmatically via JMX?

I'm looking for sample Java JMX code to access the values of JMX attributes from another VM. With JConsole, I have no problem looking at java.lang/Memory/Attributes/HeapMemory Ho …
0
votes
3answers
38 views

What is the best or most commonly used JMX Console / Client

I have a server application that has been instrumented using JMX so that it can be monitored in test and production environments. I wish to show the current value of some JMX expos …
0
votes
1answer
34 views

SNMP in Java, specifically to be JMX adapter.

Hi, I have a few JAVA application that I monitor using JMX. I would like to write an SNMP client for these applications that wraps the JMX interface and by discovery exposes the …
5
votes
4answers
73 views

What do you monitor with JMX in your production JEE server?

This question is not about how JMX works or what JMX does. This question is about applications of JMX in standard application server environment in production. It is not for specif …
1
vote
1answer
60 views

How to encrypt passwords for JConsole’s password file

I am using the JConsole to access my application MBeans and i use the the password.properties file. But as per the Sun's specification this file contains passwords in clear text fo …
0
votes
1answer
53 views

c++ equivalent of JMX ?

Can any one suggest c++ equivalent of JMX ?
3
votes
2answers
65 views

Is it possible to programmatically close a Java process through JMX

Hi I'm currently writing an app to monitor another Java process and take specific actions when certain targets are hit. For example, if a thread deadlocks for a certain time, kill …
0
votes
2answers
36 views

JBoss MBeans: How to have an array attribute?

Is it possible to define a MBean with an array attribute. I currently have an MBean defined as: <mbean code="corp.app.jmx.DNSServer" name="corp.app:service=DNSServer"> &lt …
1
vote
4answers
90 views

What is the best alternative way of monitoring apache Active MQ other than using JMX API

Hi, I have tried and tested the JMX API and it is pretty simple to use and provides a vast number of statistics required for monitoring ActiveMQ. But the problem is, i dont want …
2
votes
2answers
47 views

Is there any JMX - REST bridge available?

Hi I would like to monitor a Java application using the browser but at the same time utilise the existing JMX infrastructe. I know that JMX provides a HTTP interface but I think i …
1
vote
1answer
150 views

How to manage a JMX web application.

I've gone through the process on this page to expose the JMX interface of a web application. I've managed to view the exposed interface on the Tomcat JMX proxy but when I load JC …
1
vote
3answers
73 views

Monitoring and logging strategy for a “facade webservice”?

I'm working on a "facade webservice" and I need to rethink part of it. The context - my webservice (let's call it "FacadeWebservice") is an internal webservice developed to hide o …
0
votes
1answer
69 views

How to restrict access to JMX API of ActiveMQ to only localhost/intranet?

I have just started using JMX to monitor activemq,i have enabled remote monitoring. Now the question is,How do i allow only localhost have access to JMX API? Or is there a way i ca …

1 2 3 4 5 8 next
15 30 50 per page