-
Would it be possible to support the JMX setting in the template et al? There's both the stash JMX as well as the TomCat JMX we'd like to have enabled.
Three things would have to be added:
- CATALINA…
-
```
What steps will reproduce the problem?
1. ./check_jmx -U
service:jmx:iiop:///jndi/iiop://:/weblogic.management.mbeanservers.run
time -O java.lang:type=Threading -A ThreadCount -K value -username …
-
-
```
What steps will reproduce the problem?
1. ./check_jmx -U
service:jmx:iiop:///jndi/iiop://:/weblogic.management.mbeanservers.run
time -O java.lang:type=Threading -A ThreadCount -K value -username …
-
Is someone already actively working on integrating JMX performance metrics?
Popular metrics of message queues in general are
- message ingress
- queue depth
- nr of connections (producers, consumers)
…
-
```
Provide JMX support on various components like the STM/statistics. So it is
possible to monitor the system through JMX.
If only statistics need to be JMX'ified, or that a lot of other stuff needs…
-
```
As a user I want to be able to access the profiler on some vm using JMX so
I can see what is going on and perhaps change the configuration.
```
Original issue reported on code.google.com by `alar…
-
JMX support should be added as [done in jetty-gae-compat-runtime](https://github.com/GoogleCloudPlatform/jetty-gae-compat-runtime/commit/4c15ae97966105a1cb608fc2970df93635557041), as this can assist …
gregw updated
5 years ago
-
Publish JMX metrics as Prometheus-style metrics.
Look for an agent that already does this.
Suggested by @jcsirot
-
Ontology search and inference is critical for the browser performance. I suggest that we keep track of some relevant metrics:
- [x] timers for getChildren() and getParent()
- [ ] initialization time …