In previous blog, I covered DISK/IO counters.
This blog will briefly touch on Network, Threading and
Contention.
Other counters:
Network I/OCOUNTER: Network Interface\Bytes
Total/sec
TYPE: Instantaneous
USAGE:
[Read more]#Get Instances
PS > (New-Object
Diagnostics.PerformanceCounterCategory
("Network Interface"
)).GetInstanceNames
(""
)
Intel[R] Centrino[R] Advanced-N 6205
Microsoft Virtual WiFi Miniport Adapter _2
Microsoft Virtual WiFi Miniport Adapter
Intel[R] 82579LM Gigabit Network Connection
PS >New-Object
Diagnostics.PerformanceCounter
("Network Interface",
)
"Bytes Total/sec", "Intel[R] 82579LM Gigabit Network Connection"
CategoryName …