i need determine per-process network usage statistics similar tcpview can do.   example http://img513.imageshack.us/img513/861/6601f15814544055a590e26.png   so before shoot me posting duplicate of this question , or this question , point out neither of have thorough answer me this.   i've been doing research, , there many ways list out active connections , associated processes, whether netstat or other windows api's iphlpapi.dll .   now, google'ing i've done, have not found - except these vague terms: getpertcpconnectionestats  , getpertcp6connectionestats . presumably tcp on ipv4 , ipv6 respectively. reading supposedly able need do. however, still leaves out udp. , not available on xp systems, tcpviewer works on.   i satisfied using tcp, problem is, can't seem find examples of how use them c#.   so guess boils down these few questions:    does know how tcpview it?  how use getpertcpconnectionestats tcp? or can accomplish i'm suggesting?  is there known alte...
 
Comments
Post a Comment