Questions tagged [java-melody]

The goal of JavaMelody is to monitor Java or Java EE application servers in QA and production environments

The goal of JavaMelody is to monitor Java or Java EE application servers in QA and production environments. It is not a tool to simulate requests from users, it is a tool to measure and calculate statistics on real operation of an application depending on the usage of the application by users.

See https://github.com/javamelody/javamelody/wiki

126 questions
3
votes
1 answer

Change the URL mapping -Javamelody

I'm using Javamelody in my application. I need only root users to access the statistics. Javamelody by default you can access http://localhost/webapp/monitoring I need to change it to http://localhost/webapp/monitor/monitoring I have done the…
Sads
  • 557
  • 6
  • 20
2
votes
0 answers

Java Melody - Error resolving template "error" when hit the hit URL

please help, i have got some issues when hit the URL java melody, I have configured app with following library : Spring boot 2.0.4.RELEASE spring-security-oauth2 2.3.3.RELEASE spring-security-jwt 1.0.9.RELEASE javamelody-spring-boot-starter…
2
votes
1 answer

Does javamelody work with spring webflux?

can anyone point me to a resource, how I can get spring-webflux and javamelody to work together? Seems, that a servletcontext is neccessary for startup, which I don't have/need. I'm aware of the coll metrics stuff, that comes with spring-boot 2.x,…
Frischling
  • 2,100
  • 14
  • 34
2
votes
1 answer

how to get CPU usage of tomcat running in docker container

My application setup: 4 docker containers setup by docker-compose: myapplication (tomcat, jersey application), kafka, postgres, zookeeper. I need to know the CPU usage of tomcat container. 1, I used JavaMeloday to get % System CPU 93.36, more…
BAE
  • 8,550
  • 22
  • 88
  • 171
2
votes
1 answer

JavaMelody integration in tomcat jdbc connection pool

I am trying to integrate JDBC Monitoring in JavaMelody. I use Tomcat jdbc pooled connections. My setup is like this (simplified): Properties props = new Properties(); props.setProperty("driver", "com.mysql.jdbc.Driver"); PoolConfiguration p = new…
Inna
  • 367
  • 3
  • 12
2
votes
1 answer

Spring Boot Actuator + Java Melody

I'm using the actuator sub project in my spring boot application. I configured the address and the port of the actuator management functions in the application.properties to separate the monitoring traffic from the production…
baymon
  • 459
  • 1
  • 5
  • 20
2
votes
0 answers

java melody - sql stat getting none - with JNDI

I'm not getting SQL query get monitored under java melody - http://javawebapp/monitoring. Any configuration am missing in the Tomcat 7 server.xml to get SQL query and JDBC connections get tracked? This is happening with the driver -…
arjun
  • 197
  • 1
  • 1
  • 12
2
votes
0 answers

How to create custom report in java melody?

I want to track some specific servlet requests. Is it possible to create custom reports for particular requests and monitor it with Java Melody? Also, to create one sample custom report, I tried to implement as per the example given in "Custom…
2
votes
1 answer

How to force javamelody monitor jdbc?

I try to use java melody in my application. I did following: added maven dependency: added filter : web.xml: springSecurityFilterChain /*
gstackoverflow
  • 36,709
  • 117
  • 359
  • 710
2
votes
1 answer

How to configure javamelody for grails 2.4.4? Getting "Bad artifact coordinates"!

As per grails javamelody plugin, I have added dependency of "compile ':grails-melody:1.54.0'" But I get the error: There was an error loading the BuildConfig: Bad artifact coordinates :grails-melody:1.54.0, expected format is < groupId>:<…
Champ
  • 1,291
  • 4
  • 16
  • 32
2
votes
1 answer

spring mvc interceptor not working with javamelody

I built my application with Spring framework 4.0.2 + Spring MVC, JavaMelody for monitoring application performance. With LoginInterceptor, every other request URL without login session will be redirected to login page, except javamelody dashboard:…
vincent.xu
  • 21
  • 3
2
votes
1 answer

java melody - spring no sql stat - without JNDI

i've got a spring maven project with javamelody. I use hibernate with spring, don't have any JNDI data scource. the datasource in xml conf:
Joseph
  • 145
  • 4
  • 16
2
votes
1 answer

JavaMelody 1.52.0 with Tomcat 8.0.5 - Monitoring Not FOund

This is my setup: Apache Tomcat: 8.0.5 JavaMelody: 1.52.0 - added via Maven dependency net.bull.javamelody javamelody-core 1.52.0 web.xml
Scholle
  • 1,521
  • 2
  • 23
  • 44
2
votes
0 answers

JavaMelody strange information

I'm new to JavaMelody. "Statistics http - 1 day" block displays following info: (link) As you can see I have a lot of select requests and max time is 128ms. Ok, I'm moving down and checking "Current requests" block: (link) I have 3 requests at…
fedor.belov
  • 22,343
  • 26
  • 89
  • 134
2
votes
1 answer

javamelody tomcat virtual hosting

I am running tomcat 7 and I have 2 virtual host configured on a testing server. Call them "hostA" and "hostB". Works just fine but I now want to use javamelody to monitor both apps. Using javamelody on just 1 app works as expected. but when…
user1055212
  • 469
  • 4
  • 13
1
2
3
8 9