PERF_CLIENT_METHODS_CALLS

This table stores the data collected by the Client Method Call monitor.

The table contains one record for each method call monitored by QC Sense. The methods that are monitored are predefined by QC Sense. Each method call is linked to the following related records:

  • Owner Operation. The active operation when this method call was ran.

  • Owner Method Call. The active monitored method when this method call ran. It can be null.

  • Called Methods. Another monitored method called from this method call, directly or indirectly.

  • Requests. Requests sent to the server from this method call, directly or indirectly.

The column prefix for the table is PCMC. For example, PCMC_METHOD_CALL_ID.

COLUMN NAME

DESCRIPTION

METHOD_CALL_ID

A unique GUID assigned to the method call.

LOGIN_SESSION_ID

The login session ID.

PROJECT_SESSION_ID

The project session ID.

PROJECT

The domain and project name, in the format <domain name>/<project name>.

USER_NAME

The user name.

SEQUENCE

The sequence of the method call in the context of its owner operation.

OWNER_OPERATION_ID

The active client operation ID when the method call started.

OWNER_OPERATION_TYPE

The type of the owner operation.

OWNER_OPERATION_DATA

The data of the owner operation.

OWNER_OPERATION_CONTEXT

The context of the owner operation.

OWNER_METHOD_CALL_ID

The active method call ID when the method call started (can be null).

METHOD_NAME

The method name, for example, Login.

CLASS_NAME

The class name, for example, ConnectionManagementService.

MODULE_NAME

The module/assembly name, for example, QCClient.Library.dll.

ADDITIONAL_DATA

Additional data added by the method call.

CLIENT_START_TIME

The start time of the method call as a date time data type.

CLIENT_END_TIME

The end time of the method call as a date time data type.

CLIENT_START_TIME_MS

The start time of the operation as the number of milliseconds since 01/01/1970.

CLIENT_TOTAL_TIME

The total milliseconds that passed from the start of the operation until the end of the operation.