Jolokia is an alternative to JSR-160 connectors for remote JMX access. It provides REST-like access to JMX with JSON over HTTP.
Questions tagged [jolokia]
122 questions
0
votes
1 answer
RuntimeMXBean when querying from jolokia api with JDK 11, it is returning 500 internal server Error in response
I have java application which uses JDK 11 and attached Jolokia-1.6.2 agent to it which I used to query Mbeans and get metrics but when I query for this mbean "java.lang:type=Runtime" it is returning 500
You can find full json error message in this…

Akilan M
- 11
- 3
0
votes
1 answer
Unable to remotly connect to SSL enabled application from Hawtio
I am not able to remotly connect to my springboot microservice from hawtio.
If i am disabling ssl then i am able to see camel routes in hawtio console.
hawtio console
Error in response:
Request URL:…

Santosh Singh
- 1
- 1
0
votes
1 answer
Auto attach Jolokia on application restart
I have been trying to attach Jolokia dynamically using the following command:
java -jar jolokia-jvm-1.3.4-agent.jar start
This works successfully. But on application restart, Jolokia terminates.
Is there any workaround for…

Saurabh Shukla
- 11
- 1
- 5
0
votes
1 answer
Metricbeat to many modules enabled by default
I am experimenting with Metricbeat using Docker-Compose but I am only interested in get metric via Jolokia at the start.
At the moment is starting with all the modules enabled by default and this generates a huge schema in Elastic with more than…

Luis Trigueiros
- 636
- 7
- 21
0
votes
1 answer
Metricbeat Jolokia jmx mapping
I am currently experimenting with Metricbeat with Jolokia using ELK 7.2.0 using docker-compose, and I was able to get JMX metrics to display in Kibana.
My issue is that I need to configure per JMX metric the mapping in the jmx.mappings section of…

Luis Trigueiros
- 636
- 7
- 21
0
votes
2 answers
corda jolokia in docker
I am running corda nodes using docker and I am trying to expose JMX metrics using Jolokia.
My node.conf is the following:
devMode = true
jarDirs = ["/opt/corda"]
p2pAddress = "bankb:10002"
jmxMonitoringHttpPort = 10006
rpcSettings {
useSsl =…

Luis Trigueiros
- 636
- 7
- 21
0
votes
1 answer
How to access Jolokia server on Google Compute Engine
I deployed application on Google Compute Engine. My VM has an internal IP and an external IP.
I am running my application with Jolokia:
java -javaagent:jolokia-jvm-1.6.0-agent.jar=host=0.0.0.0 -jar openmzn-processor-0.0.1-SNAPSHOT.jar
I> No access…

이성규
- 125
- 11
0
votes
1 answer
calculate write latency using JMX Metrics
I am trying to understand the jmx metrics which I get from cassandra cluster via jolokia but no success in that,
I have used this jmx api to get the write…

experiment
- 315
- 3
- 19
0
votes
2 answers
ActiveMQ Artemis GUI Jolokia access in docker container
I'm running ActiveMQ Artemis inside of docker containers for our three environments (DEV/QA/PROD).
The management console typically runs on port 8161 and so I included this in the artemis create statement when I created the broker.
--http-host…

djb
- 1,635
- 3
- 26
- 49
0
votes
1 answer
Why Jolokia is not working with Elassandra?
I am using elassandra-6.2.3.4 and jolokia-jvm-1.6.0-agent.jar.
But when I start cassandra with ES using below command : -
./cassandra -e
Then it is showing some error related to json-simple and jolokia jar.
So how can I configure jolokia to access…

Raj
- 429
- 2
- 6
- 26
0
votes
1 answer
Why am I not getting all cassandra metrics in grafana?
We are using Apache Cassandra(not datastax version) db. And for monitoring purpose , we are using jolokia's REST APIs to retrieve cassandra metrics.
All the jolokia APIs are working fine, means I can get all the metrics by using jolokia's rest…

Raj
- 429
- 2
- 6
- 26
0
votes
1 answer
How to disable write operation for Jolokia in Spring boot?
I have a Spring boot (v1.5.9) based application with Jolokia provided by Spring boot actuator.
Jolokia works fine. I can read values, for example:
http://localhost:8080/jolokia/read/java.lang:type=ClassLoading/Verbose
gives…

Kojotak
- 2,020
- 2
- 16
- 29
0
votes
0 answers
CPU usage per Thread on Jolokia?
We are facing a very problematic issue in our production environment. Our users somehow dispatch a specific action that overload our server instace CPU.
In order to look at what is happening, I have deployed Jolokia along with my JSF application on…

Marcos J.C Kichel
- 6,887
- 8
- 38
- 78
0
votes
0 answers
Telegraf config file for Jolokia input plugin for Websphere application server monitoring
I have setup the Influx-Telegraf-Grafana, and could figure out MBeans for WebLogic easily, however for WebSphere apart from the basic ones [ java.lang:* ], other websphere specifics are not working, or else may be i could not understand the correct…

user3465066
- 1
- 1
0
votes
1 answer
get jmx attributes with jolokia telegraf
I have a JAVA application which I want to monitor its JMX attributes using telegraf tool.
The tool provides jolikia plugin to monitor JMX attributes. I have added following dependencies to my app's pom.xml file regarding Maven section of Jolokia…

Zeinab Abbasimazar
- 9,835
- 23
- 82
- 131