| |
Component |
Description |
 |
TPerfTitles |
It is a convenient component that collects
titles for all performance objects and counters in the system. It is as simple
as possible. |
 |
TPerfHelps |
This component is an analog of the
TPerfTitles component but it reads help strings. |
 |
TPerfObjects |
This component is designed to collect
information about performance objects available for monitoring. |
 |
TPerfCounters |
This component is designed to collect
information about performance counters available for monitoring. |
 |
TPerfInstances |
This component collects information about all
instances for the performance object specified in its parameters. It is the
best way to obtain the complete list of processes, threads, disks and other
system objects. |
 |
TPerfFilter |
An easily configurable component that
collects performance information in raw form. Process this information as you
wish. |
 |
TPerfMonitor |
A powerful ready-to-use component that
returns pre-processed counter values for multi-instances performance objects.
In fact, it is a kernel of performance monitoring application in one
component. |