Transfer Queue Performance Counters
The Transfer Queue exposes several performance counters. To use the performance counters, the TransferQueue.Counter.man manifest must be registered as a performance counter provider first.
To register the Transfer Queue performance counter provider:
The performance counters are also exposed through WMI.
Namespace:
Root\CIMV2
WMI class name:
Win32_PerfRawData_SmartFTP_TransferQueue
Win32_PerfFormattedData_SmartFTP_TransferQueue
Example 1: Get counters on local computer
Get-WmiObject -Query "SELECT * FROM Win32_PerfRawData_SmartFTP_TransferQueue"
Example 2: Get counters on remote computer
Get-WmiObject -Query "SELECT * FROM Win32_PerfRawData_SmartFTP_TransferQueue" -ComputerName Server01
To uninstall the Transfer Queue performance counter provider:
Ключевые слова
queue,performance,counter