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
TotalFailed
Gets or sets the total number of tests that failed to upload.
public long TotalFailed { get; set; }
Property Value
TotalFlushes
Gets or sets the total number of flush operations performed.
public long TotalFlushes { get; set; }
Property Value
TotalRecorded
Gets or sets the total number of tests recorded.
public long TotalRecorded { get; set; }
Property Value
TotalSampled
Gets or sets the total number of tests sampled out (not recorded due to sampling).
public long TotalSampled { get; set; }
Property Value
TotalUploaded
Gets or sets the total number of tests successfully uploaded.
public long TotalUploaded { get; set; }