$Perf Items

Overview

The $Perf object supports items that can provide system-level information about ACM, other processes or the operating system. The items shown in the table below are examples of the many items that could be used. The item name is constructed using the Windows Performance Monitor counter item naming format.

$Perf Items

ItemData TypeDescription
\Process(asiDATA)\Private BytesI4Private Bytes is the current size, in bytes, of memory that a process (asiDATA.exe) has allocated that cannot be shared with other processes.
\Process(asiDATA)\Thread CountI4Thread Count measures the number of threads currently active in a process (asiDATA.exe).
\Processor(_Total)\% Processor TimeI4% Processor Time indicates the amount of time all processes (_Total) are keeping the CPU busy.
\object(instance#index)\counterI4Example format for a counter value in a specific instance of an object.
\object(instance)\counterI4Example format for a counter value from a single instance of an object.
\object(parent/instance#index)\counterI4Example format for a counter value in a specific child instance of an object.
\object(parent/instance)\counterI4Example format for a counter value from the child of a single instance of an object.
\object\counterI4Example format of a counter value in a singleton object.

For assistance, please submit a ticket via our Support Portal, email autosol.support@autosoln.com or call 281.286.6017 to speak to a support team member.