Statistics endpoint

This endpoint is intended for receiving values of performance counters.

Information about methods of the endpoint is provided in the table below.

Methods of the stat.Stat endpoint (kl.core.Stat interface)

Method

Method purpose and parameters

Potential danger of the method

GetStatValues

Purpose

Gets the values of performance counters.

Parameters

  • [in] prefix – prefix for names of performance counters.
  • [in] names – sequence containing the names of performance counters.
  • [out] values – sequence containing the values of performance counters.
  • [out] rc – return code.

N/A

GetObjectStatValues

Purpose

Gets the values of performance counters associated with a system resource (process or thread).

Parameters

  • [in] handle – value whose binary representation consists of multiple fields, including a handle field and a handle permissions mask field. The handle identifies the system resource.
  • [in] names – sequence containing the names of performance counters.
  • [out] values – sequence containing the values of performance counters.
  • [out] rc – return code.

N/A

Page top