Hello,
I have a tomcat server running a webapp. Apart from this there are two other JVMs that run batch processing tasks. Jamon is a really cool way to monitor performance, hits etc., and can be viewed on the web using Jamonadmin.jsp (supplied with jamon war file). But I want to aggregate the Jamon statistics from the other two JVMs and...
I'm embarking on a C# project where certain tasks will be divvied up and run on multiple threads. I'm looking for as many good tools as possible to help make sure I'm running as efficiently as possible. So I want to watch for things like resource (CPU) usage, blocking, deadlocks, threads that are waiting for work, and so on. I want to...
Sometimes when I redeploy war too many times, jboss gives java.lang.OutOfMemoryError: PermGen space error, is it possible to monitor jboss with other Java program that is not run inside jboss, to make sure it has not run ot of memory and if it is, then automatically restart jboss?
...
Hi,
Is there an application that is capable of monitoring AND logging information (to file) about another process (in particular IIS aspnet_wp.exe) like (in periods of time):
- memory usage of process
- cpu usage
Or maybe there is another way to monitor IIS process?
Thanks Pawel
...
I have a web widget, which is basically a JS file that people
can reference to in their website and it does something cool lets say.
currently I'm gathering statistics by doing an AJAX request to some
dummy image file on my server, its like this:
http://www.myserver.com/image.png?views=120&openings=80&close=65
I monitor these...
I am looking for a Open Source Business Service Mangement and Monitoring tool which can be integrated to our project !
Key things looking from the tools are
1.Utilization information of the servers (CPU,MEM,Network,Disk Space,etc) collected at regular intervals
2.performing analytics based on the histroical utilization data collected
...
I have a website written in PHP (CakePHP) where certain resource intensive tasks are handled by a background process. This is done through the Beanstalkd message queue. I need some way to retrieve the status of that background process so I can monitor it with Monit.
The background process is a CakePHP Shell (just a PHP CLI script) that ...
Situation: ASP.NET live website that's occasionally too busy.
Adding full profiling to the code will be too heavy an impact on the performance. Using performance monitor, we've quickly find a saw-teeth figure in the "bytes in all heaps" counter, which pair with the GC counters. We consider certain pieces of code as being the culprit.
...
I need a way to request a heap dump from within the application.
Rationale: When I encounter a specific error condition, I'd like to dump heap, so that I can see what is holding on to the memory.
But I would like to automate this (For example, when I detect that some specific condition has occurred. Or when a watchdog doesn't gets its ...
Is there any tool which would allow for monitoring Hibernate 2nd level cache usage? I know that I could use Hibernate API for retrieving such information. But what should I do when I have application which doesn't read the information itself, and I can't modify it? Is there any way to read cache statistics from the outside of the applica...
Hi,
I have a console app (written in c#) that is passed various arguments from the command line by an external application (an InstallShield exe). Without adding code into the console app or InstallShield exe to log the value of arguments is there any way to see the value of the arguments passed to the console app? (perhaps via some so...
I have a Google Alert, which I set to be delivered as an RSS feed as-it-happens
But is polling that RSS feed the only way to get RSS feed
or
is there a way to get notified from Google alert as the feed is published from Google? (say through a webservice, etc)
...
Hello,
I am looking for a hosted proxy to monitor web access of some of my employees workstations.
Could anyone indicate me where can I find such a service?
Cheers
Patrice
...
hi guys,
i'm just a newbie to database.
i was wondering how to monitor a database for changes programatically.
Suppose i want to have a .net application which would run after every 100th or(nth) row insertion or row deletion or updation . how can it be achieved?
I know little about triggers.they can be used to fire executable.
But i hea...
Does there exist an interpreter which shows execution animation for teaching purposes? I use the Jackson Structured Method for explaining 3rd generation programming languages. I am thinking about a text or graphical full screen display showing the "computers inside": allocation and usage of the variables while executing one instruction a...
i would like to monitor my systems in my network using c#, below is the list of things to monitor
Status of remote system(logged in, logged out, turned off)
Shutdown/reboot/logoff remote system
...
I'm trying to set up custom Pingdom monitoring of my Rails application and would like to craft an XML response that looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<pingdom_http_custom_check>
<status>OK</status>
<response_time>210.22</response_time>
</pingdom_http_custom_check>
Where the response_time value is the time tak...
I am trying to monitor a defined and working workflow system without having to add my own activities to the system to receive notifications of different steps being created.
I have looked for a RSS type feed of the workflow and you can get one, if you added that activity. Does anyone know of any other way to get some type of message or...
I am trying to find some example code to build a bandwidth monitor to keep tabs on my daily on/off peek download usage. I have a semi working solution but the data it shows includes all data transferred over my LAN as well as via my ISP.
Is there some way to separate out LAN from ISP bound traffic in data totals.
Thanks.
...
What's the simplest way of programatically checking whether or not a particular Windows machine is currently being used by a human being?
I'm thinking about writing a "politeness monitor" for our rather limited Internet connection - basically a way to see who is currently actively using the Internet at any one time, so when someone need...