Tagged Questions

0
votes
2answers
18 views

PHP: TCP Connection Monitoring

Hi, I have an application that is used to connect ot a service once a week for a 1 hour session. This session has many requirements, one of which is that we only have one open tcp …
0
votes
2answers
135 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 …
0
votes
3answers
46 views

local host network monitor and httpservlet request

I have two Tomcat servers on my machine that communicate with one another. 1) Can someone recommend on a good (free) network sniffer so I'll be able to monitor the requests/ resp …
1
vote
1answer
187 views

Is there a service for monitoring secured WCF endpoints in the same way that HTTP monitoring services do?

Hi all, A service I have in WCF occasionally goes down due a problem with a COM component. While I am troubleshooting I would like to setup another host to make regular calls to t …
4
votes
3answers
915 views

Monitor a process’s network usage?

Is there a way in C# or C/C++ & Win32 to monitor a certain process's network usage (Without that application being built by you obviously)? I would like to monitor just 1 proce …
2
votes
6answers
762 views

Software for Mac OS X Leopard to track and record network usage

I'm looking for a program that I can install on a Mac that will tell me how many bytes I download each day, and store that info in such a way that I could later view the results. …
2
votes
7answers
456 views

Home proxy server

My end goal is to have a report showing all the top level domains that were visited the previous day from all the computers at my home. The report would also be able to show which …
0
votes
2answers
240 views

BlackBerry Data Usage

Using the RIM APIs. is there an accurate way of collecting the amount of data coming in and out of a service provider (Not including WiFi/Bluetooth data).
1
vote
6answers
1k views

How can I access netstat-like Ethernet statistics from a Windows program

Hi, How can I access Ethernet statistics from C/C++ code like netstat -e? Interface Statistics Received Sent Bytes 210100 …
7
votes
11answers
455 views

Free Network Monitor

I am having trouble integrating two products, one of which is mine and they appear not to be talking. So I want to make sure they are communicating correctly. I had a look around f …