Licznik perfmon używa różnych nazw NIC w porównaniu do ipconfig/all i c wywołanie systemowe # jak widać poniżej (to jest z ipconfig/all)C licznik # wydajność i nic nazwa
Ethernet adapter HHHH: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : HP NC364T PCIe Quad Port Gigabit Server Adapter #3 Physical Address. . . . . . . . . : 00-1F-29-0D-26-59 DHCP Enabled. . . . . . . . . . . : No Autoconfiguration Enabled . . . . : Yes IPv4 Address. . . . . . . . . . . : 166.49.47.10(Preferred) Subnet Mask . . . . . . . . . . . : 255.255.255.240 Default Gateway . . . . . . . . . : NetBIOS over Tcpip. . . . . . . . : Disabled
using System.Net.NetworkInformation;
NetworkInterface[] interfaces = NetworkInterface.GetAllNetworkInterfaces();
Otrzymuję HP NC364T PCIe Quad Port Gigabit Server Adapter #3
. Dokładnie tak samo jak ipconfig. ALE perfmon używa HP NC364T PCIe Quad Port Gigabit Server Adapter _3
(podkreślenie zamiast skrótu). Czy muszę użyć innego połączenia, aby uzyskać takie samo dokładne imię jak to, co ma perfmon? Jeśli tak, co to jest?
Otrzymujesz "Gigabitowy serwer sieciowy HP NC364T z czterema portami PCI 3 # 3" 'również za pomocą WMI – GETah