Hello everyone:
I was wondering if anyone knows of a way of obtaining Bytes Sent Per Sec for each IP address that a server is communicating with.
By utilizing the following cmd-let (Get-WmiObject -Class Win32_PerfRawData_Tcpip_NetworkInterface).BytesSentPerSec
I can get Bytes Sent per second for the entire network interface, but I was hoping to find a way to get this data for each IP address that a server is communicating with. I imagine it is possible to obtain this data as Resource Monitor provides this data in a GUI form. Any assistance is appreciated. Thank you very much!