JMX console (almost NTG)

T

Tomek

Hello,

not exactly this group, but any help highly appreciated...

does anyone know of a JMX console that is able to display charts based
on the data received from an Open MBean?

What I would like to achieve is to create a chart with several data
series. Each data series represents the number of documents registered
in a document processing system that have a particular status.
Technically speaking the chart is to present the data returned
by the following query:

select document_status, count(*)
from documents
group by document_status

So the query represents a snapshot of the document processing system
at a given point in time.

All of the consoles I have seen were only able to plot charts based
on scalar JMX MBeans attributes. I know I could model several JMX
attributes (one for each status), but this approach has serious
flaws:
a. it implies executing several queries instead of one
b. the collected data would be out-of-sync

Thanks in advance for any help.

Greetings,
Tomek.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top