0
votes
0answers
18 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 e …
3
votes
10answers
199 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 backgro …
1
vote
5answers
46 views
Free/Open Source Outgoing traffic monitor/logger that isn’t a firewall?
Hey guys,
I've been tasked with finding a way to log every outgoing request from one of our servers. It cannot be a proxy or firewall of any kind. It simply needs to sit in memory …
3
votes
3answers
133 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 ho …
0
votes
2answers
44 views
How to tell the graphic card memory usage?
My application seems to be slow, but in terms of CPU and RAM, it seems that it is OK. So, I want to know how much memory of the graphic card I am using. I've seen some questions ab …
1
vote
2answers
49 views
How to run, monitor and stop a PHP script using SSH on a shared webserver?
Can a normal member (not an admin) of a shared webserver with (limited) SSH access run, monitor and stop a PHP script through SSH? If so, how would all three actions be done by the …
0
votes
3answers
26 views
multiple services with same self-signed certificate
I've got a WCF intranet application I'm working on that will have 150 clients controlled/monitored by a control application. Is it kosher to create a self-signed certificate and i …
5
votes
4answers
73 views
What do you monitor with JMX in your production JEE server?
This question is not about how JMX works or what JMX does. This question is about applications of JMX in standard application server environment in production. It is not for specif …
0
votes
2answers
134 views
Implementing an SNMP Reporter (agent) in C# (must run on Mono)?
Hi,
I am attempting to implement some additional statistics gathering in a C# server application - I have about 20 or so variables I'd like to be able to report to network monitor …
3
votes
3answers
47 views
Tracking and testing for abusive clients in PHP
Now there is a subject that could be taken many ways. Hopefully I will be able to de-obfuscate it as I describe my problem and start getting suggestions.
I am developing a site t …
1
vote
5answers
62 views
Monitoring Java from within Java
I want to write a simple visualization of a Java program by displaying the program's method calls as branches of a tree. This could be done quite simply by having the program itsel …
0
votes
2answers
68 views
How to monitor the Network usage of a particular interface in Java?
I want to know the exact amount of data which is getting transferred through a particular network interface for logging purpose, is there any standard library or api call from whic …
0
votes
1answer
81 views
building splunk 4.0 “apps” - got feedback?
I'm considering building an app to plug into Splunk 4 to do custom data collection, custom, reporting, etc. (like I see other splunk apps doing) but focused on .NET and J2EE web ap …
1
vote
4answers
90 views
What is the best alternative way of monitoring apache Active MQ other than using JMX API
Hi,
I have tried and tested the JMX API and it is pretty simple to use and provides a vast number of statistics required for monitoring ActiveMQ.
But the problem is, i dont want …
0
votes
2answers
34 views
Configuring a SQL Server (2008) Monitor Server
After having a period of logshipping failures going unnoticed (due to a stopped SQL Agent on the secondary server) I'm looking at configuring some monitoring.
Having seen the abil …
