3
votes
4answers
45 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 …
1
vote
2answers
80 views
+150
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 …
2
votes
3answers
41 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
60 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
1answer
58 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 …
0
votes
2answers
58 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
2answers
29 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 …
0
votes
0answers
18 views
/proc/user_beancounter how to perform monitoring
Hi,
I want to perform monitoring of /proc/user_beancounters to see when the system hits the limits and what process is to blame.
Does anybody know tools for this issue?
0
votes
1answer
27 views
Need to mimic a router to test a SNMP monitor
I just picked up a job where I'm to make some changes to a custom built SNMP monitoring daemon and test it. The code changes to the daemon are quite simple, the trick is going to …
0
votes
1answer
13 views
Average Size of an RSS/Feed file, for Data Storage and Bandwidth Calculation
Hi Folks,
Doing a back of the envelope calculation to determine network bandwidth and data storage needed to monitor approx 10,00,000 feeds every 20 minutes.
Any idea what could …
3
votes
5answers
124 views
Monitoring Software for Ubuntu 8.10 on Slicehost?
I am new to server administration and I am looking for some options for monitoring my slice (ruby on rails site) on slicehost. Ideally, a live view of status and loads would be gre …
2
votes
2answers
65 views
How to Monitor Genuine Page Hits
Hello,
I am trying to monitor genuine page hits. Here is what my site does. I have an article directory where people can post articles. When their article is posted they are paid d …
1
vote
3answers
59 views
Monitoring and logging strategy for a “facade webservice”?
I'm working on a "facade webservice" and I need to rethink part of it.
The context - my webservice (let's call it "FacadeWebservice") is an internal webservice developed to hide o …
0
votes
2answers
181 views
How to programatically find out the last login time to a machine?
I would like to a) programatically and b) remotely find out the last date/time that a user successfully logged into a Windows machine (via remote desktop or at the console). I woul …
0
votes
1answer
32 views
WCF Service Not Returning Current Values?
I am using VB.NET, 3.5 Framework.
I created a WCF Service running as a console application. It is doing event listening for my workflow engine.
The second application I am trying …
