Tagged Questions

1
vote
2answers
23 views

How to monitor Google Alert RSS feed produced “as-it-happens”?

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 …
1
vote
1answer
58 views

viewing c# console app arguments

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 …
0
votes
0answers
7 views

How To Install TPC Monitoring Tool In UNIX(AIX) box from command mode [closed]

Problem: I have been assigned to install TPC Monitoring Tool on AIX box on port 1953 but unfortunately that port already been assigned to different application. Please guide me if there is any way …
0
votes
2answers
55 views

Tool for monitoring Hibernate cache usage

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 …
0
votes
2answers
81 views

Request java heap dump (core dump) from within application

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. …
1
vote
4answers
77 views

How to do non-invasive profiling of a running ASP.NET application?

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 …
0
votes
2answers
82 views

Checking the status of my PHP beanstalkd background processes

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 …
0
votes
1answer
5 views

Open Source Business Service Mangement& Monitoring Tools

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 …
0
votes
0answers
12 views

best way to gather statistics from web widget

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

Process monitoring

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 …
1
vote
3answers
70 views

Is it possible to monitor jboss if it happens to run out of memory?

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 …
1
vote
5answers
125 views

Tools, tips, and tricks for monitoring multithreaded .NET applications

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 …
0
votes
1answer
37 views

Jamon statistics aggregation across multiple JVMs

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 …
3
votes
10answers
232 views

Prevent application launch in C#

Okay I've spent the afternoon researching and haven't had much luck finding the answer to this. I am trying to prevent an application from launching via some sort of dll or background application. It …
3
votes
3answers
149 views

Using Delphi to track changes made to folder?

Hi there, I need to writing a delphi program which will monitor a folder for changes (Add, update, rename and removal of files). Is the TShellChangeNotifier is way to go? To be honest, I have no idea …

1 2 3 4 5 19 next
15 30 50 per page