質問

I have a server that I am going to monitor, using perfMon plugin for JMeter. I have Glassfish up and running which can provide me JMX details at port 8686, but I have trouble connecting my JMeter to this information. I have read that I can start up JVM with some parameters, but since Glassfish does this as well, is it not possible to get the readings there?

A little further explaining. I have a serverAgent started on my server which I want to monitor. I have JMeter on my machine, and I use URL's which is local, so no firewall issues. On my machine using JMeter, I set up a jp@gc - PerfMon Metrics Collector this way:

Host:IP = the ip pointing to my serverAgent server, listening on 4444 default.  
Metric to collect = JMX  
Metric parameters: ?   

According to Oracle, the url for GF JMX values should have a link looking like:

URL = service:jmx:rmi://localhost:8686/jndi/rmi://localhost:8686/jmxrmi|#]  

I have tried this url in various ways, in hope to get this to work, but so far nothing. My serverAgent is screaming, No SIGAR object for metric type jmx, so it seems its possible it gets something fron GF on port 8686, but its no SIGAR object.

But it is possible for SIGAR to connect for this GF port, retrieving information for JMeter isnt it? Hyperic uses SIGAR iirc, and it connects just fine according to them :)

Any suggestions or advice?

役に立ちましたか?

解決

The problem is that you use version less than 0.5.2

The solution is to upgrade to 0.5.2

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top