Stats Class

Provides statistical information related to various operations.

Definition

Namespace: SnapDB.Snap
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public static class Stats
Inheritance
Object    Stats

Methods

Clear Clears all statistical counters.

Fields

ChecksumCount Checks how many times the checksum was computed. This is used to see IO amplification. It is currently a debug term that will soon disappear.
LookupKeys Gets or sets the count of lookup keys used.
PointsReturned Gets or sets the count of points returned.
PointsScanned Gets or sets the count of points scanned.
QueriesExecuted Gets or sets the count of queries executed.
SeeksRequested Gets or sets the count of seeks requested.

See Also