Monitoring is the act of looking on the processes or systems for performance, supervision and surveillance.
0
votes
1answer
8 views
best tool for notification on metrics
What are the best tools available for querying Graphite metrics and performing notifications?. Have seen some people using nagios but have also seen people say its not the easiest to set up and wish ...
0
votes
0answers
24 views
Hibernate EHCache monitoring
I don't have much experience with Hibernate second level cache providers. I have achieved, following EHCache documentation, to configure in my hibernate.cfg.xml and ehcache.xml files the EHCache cache ...
-1
votes
0answers
14 views
Is snmp applicable to any devices?
I am developing a network monitoring system. Im having some confusion about SNMP, hope someone could help me out, you answer is much appreciated,
1) is SNMP applicable to any (any brand, any type) ...
2
votes
2answers
2k views
What is better nagios or sensu?
I am confuse that which monitoring framework to use. Currently I am looking at two options 1) nagios and
2) sensu
Can anybody give me a good reference which shows the comparision of ...
-1
votes
0answers
11 views
Business case for gathering metrics? [closed]
Anyone know of an article\blog etc. that has been written to convince the business stakeholder of the benefits of gathering metrics?
The metrics I am talking about are for example:
Application:
...
0
votes
0answers
12 views
WebSphere AS & ESB Monitoring
I’m currently organize a research of tools for Java EE container monitoring.
In this case I’m searching for a tool that offers all the default features to monitor a Java application server and in ...
0
votes
1answer
22 views
Monitoring the execution of all process
How I can do it?
I don't want to use a timer + an array of processes (because that's the newbie way that I allways did) I'm looking for something better and improved.
I've tried using ...
0
votes
0answers
13 views
How to to fix “unavailable” datasources mbeans results in jBoss 7.1.2 (6.0 EAP)?
I'm creating a project with Java EE that monitors a running application deployed in A JBoss EAP 6.0 server.
The application to monitor is generated automatically.
When I try to get the datasources ...
0
votes
2answers
14 views
Why dose zabbix agent UserParameter not work when it is on the same machine with zabbix server
thanks for viewing this question!
I use zabbix to monitor my servers;
There are totally 15 servers;
But one of the agentd not work for UserParameter when the one is on the same machine with the ...
7
votes
4answers
62 views
Determining query's progress (Oracle PL/SQL)
I am a developer on a web app that uses an Oracle database. However, often the UI will trigger database operations that take a while to process. As a result, the client would like a progress bar when ...
1
vote
1answer
34 views
How do I monitor the usage by CPU on Android?
I know that I can monitor the total usage by using, for instance:
adb top -m 10
But I would be interested in monitoring each CPU separately. Using top on Linux, I can use the interactive command ...
-1
votes
1answer
34 views
Monitoring requests per minute (second) for tomcat with visualVM
I want to monitor the requests per minute (or second) processed by tomcat. I also would like to see the average, min and max processing time per request. I'm using visualVM as a debugging/monitoring ...
0
votes
2answers
34 views
Android : Show Info Constanly
I'm working on an app which is run on many tablets in the same network. The app consists of answering questions. There is a server receiving info from these Tablets each time the users answer a ...
19
votes
8answers
20k views
How to dynamically monitor Java heap size?
I am trying to monitor the java heap size dynamically. Does anybody know how to get the maxmium memory used in the process of running a piece of codes? Does the Runtime.maxMemory() do the trick? ...
-2
votes
1answer
31 views
Monitoring Azure Website [closed]
I want to write a program that displays the monitoring data that you see on the Azure management portal.
The program should monitor Website and not storage or web/worker role
can Windows Azure API ...