Showing posts with label System.Net.NetworkInformation.IcmpV4Statistic;System.Net.NetworkInformation.IPGlobalStatistics;Win32_PerfFormattedData_Tcpip_NetworkInterface;. Show all posts
Showing posts with label System.Net.NetworkInformation.IcmpV4Statistic;System.Net.NetworkInformation.IPGlobalStatistics;Win32_PerfFormattedData_Tcpip_NetworkInterface;. Show all posts

Wednesday, April 8, 2009

Gathering Network Statistics

# In PS CTP2v3, .NET access to IP statistics is non-existent. There are no static members 
# for the interface statistics yet, although there are non static members:

[System.Net.NetworkInformation.IcmpV4Statistics].getmembers() | %{$_.name}
[System.Net.NetworkInformation.IPGlobalStatistics].getmembers() | %{$_.name}