Tagged Questions
7
votes
3answers
5k 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 process for like an hour ...
3
votes
2answers
1k views
Implementing an SNMP Reporter (agent) in C# (must run on Mono)?
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 monitoring tools; so I am ...
2
votes
2answers
72 views
Tool for capturing http request and generating c# code
I used a tool once which allowed me to capture http requests, Afterwards it allowed me too generate c# code so I could manually play with the requests and run them again. Does anyone know the name of ...
2
votes
3answers
131 views
Monitor Outbound Webservice calls
I'm currently debugging a 3rd party component and I need to monitor to see if it is making an outbound webservice call. Does anyone know of a way of quickly setting up something to monitor this as I ...
0
votes
1answer
236 views
How to monitor accessed websites in a C# application
I am new in C#/.Net world, so take it easy :)
I need to monitor all websites that are being accessed using a C# application. It doesn't matter which browser(s) user is using.
I tried to use ...