All,
I m building a network intensive application to consume real time financial marketdata and the network team is suspicious regarding its bandwidth usage per instance.
I m trying to use the System.Diagnostic performance counter "Bytes Total/sec" in the "Network interface" to get an idea of my application footprint on the network.
Here is my question : Can I compare the data measure by this performance counter with the data gather by the network team (they are using a probe on a Cisco router to monitor the traffic on a specific port between 2 machines) or is it 2 differents things ?
How the performance counter is compared to the real network usage as seen at the network level ? Optimistic or pessimistic.
Thanks for any though you can provide.
Regards