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
0
votes
3 answers

EhCache appears twice in JavaMelody

In my application I have included the following xml configuration for EhCache (version 2.4.3 of ehcache-core)
dchar
  • 1,665
  • 2
  • 19
  • 28
0
votes
1 answer

Increasing Heap Space of Grails Application Deployed on Tomcat Server in Windows OS

I have created an extensive Grails Web Application using lot of Plugins. I deployed this application on Tomcat Server (version-08), But as the records started growing, I get Java Heap Memory errors such as: OutOfMemoryError occurred when…
Bilal Ahmed Yaseen
  • 2,506
  • 2
  • 23
  • 48
0
votes
1 answer

Javamelody Counter instance taking up a lot of space

We have a module deployed on tomcat 7 in production and using javamelody 1.49.0 to analyze performance. Our infrastructure team reported an issue in production where Javamelody's Counter seemed to take around 900 MB potentially due to a memory leak.…
Ashish Thukral
  • 1,445
  • 1
  • 16
  • 26
0
votes
1 answer

Change the URL mapping in Javamelody

I have the same exact problem as in Change the URL mapping -Javamelody, but unfortunately I cannot comment on it due to lack of reputation. The accepted answer there does not do it for me and I have a feeling it might be because I am inserting it in…
0
votes
1 answer

Java melody monitoring only one webapp tomcat

I want to use java melody to monitoring may webapp on server tomcat. In path /var/lib/tomcat6/webapps i hava list like this manager ROOT SIG-CORE-SERVICE If I add this into web.xml in ROOT
Do Thanh Tung
  • 1,223
  • 2
  • 19
  • 30
0
votes
1 answer

https sites monitoring - Javamelody or other ones

I am trying to monitory my web app (Spring) on tomcat by war file. And, I am trying a tool called Javamelody. It looks very good. But, looks that Javamelody cannot monitor https sites? I cannot find the exact answer for this. So, I am considering if…
user2533493
  • 81
  • 2
  • 12
0
votes
1 answer

Memory Histogram not showing on monitoring screen using JavaMelody 1.51

The memory histogram is not showing up on monitoring screen. I am using websphere 7.0 I am not sure whether my ear is getting monitored or not. Below is my monitoring.xml :-
Deep_89
  • 37
  • 1
  • 1
  • 9
0
votes
2 answers

i am not able to monitor the spring application through javamelody

I am not able to monitor spring application through java-melody. Can some one help me on java-melody with spring configuration? when I pass the URL of spring application in java-melody then I should be able to see the monitoring window.
KP_JavaDev
  • 222
  • 2
  • 4
  • 11
0
votes
1 answer

Javamelody reports in Sonar

Am using javamelody to monitor the server's runtime performance. I also use sonar with jenkins to output jacoco reports. Javamelody supports PDF report download. is there any way i can see that report with other sonar reports or maybe download this…
Ashish Thukral
  • 1,445
  • 1
  • 16
  • 26
0
votes
1 answer

custom java action in maven phase

i am using javemelody to monitor performance of my app. i am using jetty maven plugin which starts up during mvn install and runs all test cases before generating the war. i wanted to generate a pdf report at the end of post-integration-test phase.…
Ashish Thukral
  • 1,445
  • 1
  • 16
  • 26
0
votes
3 answers

JavaMelody and Spring

I have setup a rest service using the guide provided STS at: http://spring.io/guides/gs/rest-service/ I am at the beginning of the development but I want to make sure I have the right tools in place to measure the performance. Key Performance…
isaac.hazan
  • 3,772
  • 6
  • 46
  • 76
0
votes
1 answer

JavaMelody crashing the server with thousands of RRD files

We run JavaMelody on a REST service, and have recently had trouble with the server crashing with errors like Socket accept failed: java.net.SocketException: Too many open files As it turns out, JavaMelody created tens of thousands of files in…
Phyxx
  • 15,730
  • 13
  • 73
  • 112
0
votes
1 answer

To generate an Exploded war for play framework inorder to create custom web.xml file

How can I generate Exploded War of my Play Framework app ?, because I would like to customize my web.xml file before running the play war command ... I am trying to install JavaMelody for my app I have searched to install but it is answered that we…
Wiki
  • 245
  • 3
  • 13
0
votes
1 answer

JavaMelody returns Not Found on Tomcat6

I'm trying to setup JavaMelody according to their documentation. Everything works on my dev machine, but once deployed to the test environment, I get "404 Not Found. The requested URL /monitoring was not found on this server." I access JavaMelody on…
NoodleFolk
  • 1,949
  • 1
  • 15
  • 24
0
votes
2 answers

JMX output in graph format

Is it possible to show JMX Bean output in a graph? I am currently using Javamelody but it doesn't show JMX Bean output in graph. Tried using Splunk but I have no idea, how does it gets integrated with tomcat server?
Himanshu Yadav
  • 13,315
  • 46
  • 162
  • 291
1 2 3
8
9