Stats Class
Provides statistical information related to various operations.
Namespace: SnapDB.SnapAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public static class Stats
Public NotInheritable Class Stats
public ref class Stats abstract sealed
SnapDB.Snap.Stats = function();
Type.createClass(
'SnapDB.Snap.Stats');
- Inheritance
- Object Stats
| Clear |
Clears all statistical counters.
|
| 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.
|