Base de Conhecimento

  1. Início
  2. Features
  3. Transfer Queue Performance Counters
Criado
Modificado

Artigo 2785

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:

  1. Open a Command Prompt (cmd.exe) as Administrator
  2. Go to the SmartFTP application folder:
    cd %ProgramFiles%\SmartFTP Client
  3. Register the performance counters:
    lodctr.exe /m:TransferQueue.Counter.man

Monitor Counters - Performance Monitor

  1. Start Performance Monitor (perfmon.exe)
  2.  Select the Performance - Monitoring Tools - Performance Monitor node
  3. Click on the green + toolbar button to add the counters
  4. Open the Transfer Queue group of counters
  5. Select the counters you want to add
  6. Select the instance of the selected object
  7. Click the Add >> button
  8. 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:

  1. Open a Command Prompt (cmd.exe) as Administrator
  2. Go to the SmartFTP application folder:
    cd %ProgramFiles%\SmartFTP Client
  3. Uninstall the performance counters:
    unlodctr.exe /m:TransferQueue.Counter.man

Palavras-chave
queue performance counter

Artigos Relacionados


What do you think about this topic? Send feedback!