Saturday, February 5, 2011

How to collect network statistics using c# such as Ping ms, Download rate, Packet loss

Hi there,

I am thinking of creating an open source application that given a list of high speed download sites/files it can generate a list of calls to these sites in order to form the following statistics.

  • Ping Times
  • Download Rate
  • Packet Loss

I was thinking whether or not there are builtin or external libraries in .NET to do that kind of actions.

Thanks for any input.

0 comments:

Post a Comment