Connection Statistics

Login to reply to this topic.
Thu, 2008-05-15 17:21
Joined: 2007-11-07
Forum posts: 1

Hi to all,

How to check the amount data send and received only by one application, not by all applications running and using communication.

Thanks a lots
CodeAgent


Mon, 2008-06-09 07:09
Joined: 2007-01-17
Forum posts: 99
Re: Connection Statistics

Even i had a similar need in my application so eventually what i did was i kept two counters one for send and one for recv. Every time i used to send or recv i incremented the corresponding counter by the number of bytes sent or recvd.


Shashi Kiran G M

  • Login to reply to this topic.