Knowledge Base
Modified
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.
Registration
To register the Transfer Queue performance counter provider:
- Open a Command Prompt (cmd.exe) as Administrator
- Go to the SmartFTP application folder:
cd %ProgramFiles%\SmartFTP Client - Register the performance counters:
lodctr.exe /m:TransferQueue.Counter.man
Monitor Counters - Performance Monitor
- Start Performance Monitor (perfmon.exe)
- Select the Performance - Monitoring Tools - Performance Monitor node
- Click on the green + toolbar button to add the counters
- Open the Transfer Queue group of counters
- Select the counters you want to add
- Select the instance of the selected object
- Click the Add >> button
- Click OK
Monitor Counters - WMI
The performance counters are also exposed through WMI.
Namespace:
Root\CIMV2
WMI class name:
Win32_PerfRawData_SmartFTP_TransferQueue
Win32_PerfFormattedData_SmartFTP_TransferQueue
Powershell
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
Uninstall
To uninstall the Transfer Queue performance counter provider:
- Open a Command Prompt (cmd.exe) as Administrator
- Go to the SmartFTP application folder:
cd %ProgramFiles%\SmartFTP Client - Uninstall the performance counters:
unlodctr.exe /m:TransferQueue.Counter.man
Keywords
queue performance counter
Related Articles
What do you think about this topic? Send feedback!