Table of Contents

Class CollectorStats

Namespace
Xping.Sdk.Core.Collection
Assembly
Xping.Sdk.Core.dll

Represents statistics about the test execution collector.

public sealed class CollectorStats
Inheritance
CollectorStats
Inherited Members

Properties

BufferCount

Gets or sets the total number of tests currently in the buffer.

public int BufferCount { get; set; }

Property Value

int

TotalFailed

Gets or sets the total number of tests that failed to upload.

public long TotalFailed { get; set; }

Property Value

long

TotalFlushes

Gets or sets the total number of flush operations performed.

public long TotalFlushes { get; set; }

Property Value

long

TotalRecorded

Gets or sets the total number of tests recorded.

public long TotalRecorded { get; set; }

Property Value

long

TotalSampled

Gets or sets the total number of tests sampled out (not recorded due to sampling).

public long TotalSampled { get; set; }

Property Value

long

TotalUploaded

Gets or sets the total number of tests successfully uploaded.

public long TotalUploaded { get; set; }

Property Value

long