Java API that allows developers to easily monitor production applications
Questions tagged [jamon]
25 questions
0
votes
1 answer
Logback Appender for Webpage in Spring Boot application
I have a maven and spring boot application which use logback.
This application is on some servers and the log files on this servers are stored only on this server.
Give it a tool/api which is free, can visualize the logs into a webpage and is easy…

fsmarine
- 31
- 5
0
votes
1 answer
JamonAdmin in Different Servlet Container
I have a web application running on Weblogic. It has com.jamonapi:jamon:2.81 as maven dependency.
I'm using org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor with aop configuration. For every service/dao method call, jamon…

sedran
- 3,498
- 3
- 23
- 39
0
votes
2 answers
Using multiple labels in Java Application Monitor (JAMon)
Is it possible to monitor different processing steps using the same JAMon Monitor class? For example, in the code example I would like to measure execution time of "Point1" and "Point2". However, the example returns only statistics about the second…

user3776894
- 183
- 1
- 8
0
votes
1 answer
Deploy a war file in the application?
I am trying to integrate the monitoring tool JAMon into my current Spring application. Everything is fine except I don't know how to establish the monitoring information on UI or log file. What is more confusing, is from here
under the section…

Dreamer
- 7,333
- 24
- 99
- 179
0
votes
1 answer
How to add instance in JAMon interface?
I have created Java web application with JAMon API.my question is how to add this instance in JAMon interface?
Please help me?

madhu
- 1,083
- 3
- 12
- 31
0
votes
1 answer
JAMON Memory Leak
I am using JAMON for application analysis.
My websphere administrator has reported memory leakage in the application. And to my surprise most of the memory leakage is reported in JAMON API.
Scenario is that, our production memory usage keep on…

user3647434
- 69
- 1
- 4
0
votes
1 answer
using Jamon to monitor jBoss EAP 6
i am attempting to use Jamon to monitor a jBoss EAP 6 server.
I have followed the instructions here for Jboss:
http://jamonapi.sourceforge.net/http_monitoring.html however i am stuck on this part:
Add the following Valve line to Tomcat's server.xml…

user3689706
- 49
- 8
0
votes
1 answer
Spring AOP with mule
I am using Spring AOP for perf stats with JAMon apis.
public class ServicePerformanceInterceptor extends JamonPerformanceMonitorInterceptor {
@Override
protected Object invokeUnderTrace(MethodInvocation invocation, Log logger)…

shiva.n404
- 463
- 1
- 7
- 18
0
votes
1 answer
Web Based Monitoring App for Simple Java Application
I have created a small java application(myapp.jar). This is a multi threaded application and We are going to run it on multiple machines(Separate instance for each machine). Now I want to create a remote interface so I can start, stop, monitor this…

Alex
- 1,406
- 2
- 18
- 33
0
votes
2 answers
Starting java process using nagios
Using Nagios if my java process goes down I want to restart it when it stops. Is there an available api/listener from nagios to do the same and is this possible using nagios.
Any help on this would be useful.
thanks
Lokesh

Lokesh Raj Urs
- 351
- 1
- 6
- 19