1
vote
3answers
133 views
Best tool for monitoring Coldfusion interoperability with .Net web service
Is there a tool to see the message sent to webservice hosted on an IIS server? I have a webservice written in .Net and our ColdFusion people are having trouble building a "complex" parameter. This …
0
votes
3answers
49 views
Monitoring /Watching database (activity) programtically
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 …
0
votes
2answers
67 views
Monit XMPP notifications
Is there any way to tell Monit to send XMPP notifications as well as emails on alerts?
0
votes
3answers
102 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 …
1
vote
4answers
751 views
How to get “requests per second” for Apache in Linux?
In Windows for ASP, you can get it perfmon, but...
How to get "requests per second" for Apache in Linux?
0
votes
0answers
7 views
hosted proxy to monitor web access
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
1
vote
1answer
46 views
Monitor How Often Assemblies Are Loaded From GAC
I currently have 3 servers each running different applications. Occasionally through installation misconfiguration and code re-factoring these machines are left with assemblies in the GAC that are no …
2
votes
2answers
31 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
62 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 …
2
votes
3answers
538 views
Retrieve calling url in Java Webservice
Hi
We have a web service that is deployed on 2 separate machines in different locations. Is it possible to monitor the url that a person used to call our webservice using java code? We have a 3DNS …
0
votes
0answers
12 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 …
1
vote
4answers
80 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
59 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
95 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.
…
0
votes
1answer
67 views
Is there a way to query munin about system performance?
Basically I would just like to run a script that queries munin for certain stats periodically instead of getting alerts or checking a graph page. Some sort of ruby lib for getting perf info would be …
