Tagged Questions

1
vote
1answer
30 views

C# bandwidth monitor excluding local traffic

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

Displaying Rails response time in view

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

Monitoring a workflow

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

how do i monitor network systems?

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

Programme execution animation for teaching purposes

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 …
0
votes
3answers
52 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 …
1
vote
1answer
66 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
2answers
33 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 …
0
votes
3answers
108 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
2answers
97 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
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
61 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 …
1
vote
5answers
130 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 …
1
vote
3answers
80 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 …
3
votes
10answers
241 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 …

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