Table of Contents

Class ChatClientStatistics

Namespace
Qavren.Edge.Chat
Assembly
Qavren.Edge.Chat.Onnx.dll

What one client has done since it was resolved.

public sealed record ChatClientStatistics : IEquatable<ChatClientStatistics>
Inheritance
ChatClientStatistics
Implements
Inherited Members

Constructors

ChatClientStatistics(int, int, long, double?, double?, double?, TimeSpan?, long?, long?, int, int, int, int, int, EdgeChatStopReason?)

What one client has done since it was resolved.

Properties

HistoryReductions

Turns whose history was reduced.

LastStopReason

Why the most recent turn ended.

LastTimeToFirstToken

The most recent turn's prefill latency.

LastTokensPerSecond

The most recent turn's decode throughput.

PeakWorkingSetBytes

The peak working set, or null when the platform will not say.

ProcessWorkingSetBytes

The process working set, or null when the platform will not say.

RejectedTurns

Turns refused by the queue, the gate or a pre-flight.

TerminationEvents

Turns cut short by the OS, memory pressure or thermal state.

ThermalAbortEvents

Turns that were aborted on thermal state.

ThermalThrottleEvents

Turns that were paced.

TokensGenerated

Tokens produced across every turn.

TokensPerSecondP50

Median decode throughput, or null before the first turn.

TokensPerSecondP95

95th-percentile decode throughput, or null before the first turn.

Turns

Turns that ran.

UnloadEvents

Times the model was dropped.