TestedApplication.GetAccumulatedPerformanceIndicators

Syntax:

GetAccumulatedPerformanceIndicators(<ClearAccumulated>)

Parameters:

<ClearAccumulated> (optional)

Type: Boolean.
Deletes the accumulated calls information in a testing client prior to the return.
Default value: True.

Returned value:

Type: Structure.
A structure containing the following fields:
  • Calls – The value type – The number. The number of calls to the server since the last time the history of calls was cleared.
  • Duration – The value type – The number. The duration of all calls since the last time the history was cleared.
  • Sent – The value type – The number. The number of bites received since the last time the history was cleared.
  • Received – The value type – The number. The number of bites received since the last time the history was cleared
The names of the fields depend on the embedded language chosen on the test manager part.

Description:

Receives the tested client performance data.

Availability:

Thin client, thick client.

    

1C:Enterprise Developer's Community