Skip to main content

Glossary: AdminStatistics

Properties

NameTypeDescription
ServerNamestringThe name of the server
TotalNumberOfRequestsintTotal number of requests that was made to server
UptimeTimeSpanServer uptime
MemoryAdminMemoryStatisticsAdmin memory statistics (described below)
LoadedDatabasesIEnumerable<LoadedDatabaseStatistics>Information about loaded databases (described below)
LoadedFilesystemsIEnumerable<FileSystemStats>Information about loaded filesystes (described below)

AdminMemoryStatistics

Properties

NameTypeDescription
DatabaseCacheSizeInMBdecimalThe size of database cache in MB
ManagedMemorySizeInMBdecimalThe size of managed memory in MB
TotalProcessMemorySizeInMBdecimalThe total memory size of progess in MB

LoadedDatabaseStatistics

Properties

NameTypeDescription
NamestringDatabase name
LastActivityDateTimeTime of last activity
TransactionalStorageAllocatedSizelongAllocated size of transactional store
TransactionalStorageAllocatedSizeHumaneSizestringAllocated size of transactional store (formatted)
TransactionalStorageUsedSizelongUsed size of transactional store
TransactionalStorageUsedSizeHumaneSizestringUsed size of transactional store (formatted)
IndexStorageSizelongThe size of index storage
IndexStorageHumaneSizestringThe size of index storage (formatted)
TotalDatabaseSizelongTotal database size
TotalDatabaseHumaneSizestringTotal database size (formatted)
CountOfDocumentslongThe amount of documents in database
CountOfAttachmentslongThe amount of attachments in database
DatabaseTransactionVersionSizeInMBdecimalThe database transaction version size in MB
MetricsDatabaseMetricsMetrics Details
StorageStatsStorageStatsStorage Details

FileSystemStats

Properties

NameTypeDescription
NamestringFilesystem name
FileCountlongThe amount of files
MetricsFileSystemMetricsMetrics Details
ActiveSyncsIList<SynchronizationDetails>Information about active syncs
PendingSyncsIList<SynchronizationDetails>Information about pending syncs

DatabaseMetrics

Properties

NameTypeDescription
DocsWritesPerSeconddoubleAmount of documents writes per second
IndexedPerSeconddoubleAmount of documents indexed per second
ReducedPerSeconddoubleAmount of documents reduced per second
RequestsPerSeconddoubleRequests per second
RequestsMeterDataAmount of requests statistics
RequestsDurationHistogramDataHistogram of request duration
StaleIndexMapsHistogramDataHistogram of stale index count (for map indexes)
StaleIndexReducesHistogramDataHistogram of stale index count (for map/reduce indexes)
GaugesDictionary<string, Dictionary<string, string>>Various statistics
ReplicationBatchSizeMeterDictionary<string, MeterData>Replication batch size statistics
ReplicationDurationMeterDictionary<string, MeterData>Replication duration statistics
ReplicationBatchSizeHistogramDictionary<string, HistogramData>Replication batch size histogram
ReplicationDurationHistogramDictionary<string, HistogramData>Replication duration histogram

StorageStats

Properties

NameTypeDescription
VoronStatsVoronStorageStatsStats related to voron storage engine
EsentStatsEsentStorageStatsStats related to esent storage engine

VoronStorageStats

Properties

NameTypeDescription
FreePagesOverheadlongFree pages overhead
RootPageslongAmount of root pages
UnallocatedPagesAtEndOfFilelongUnallocated pages at end of file
UsedDataFileSizeInByteslongUsed data file size in bytes
AllocatedDataFileSizeInByteslongallocated data file size in bytes
NextWriteTransactionIdlongnext write transaction id
ActiveTransactionsList<VoronActiveTransaction>List of active voron's transactions

FileSystemMetrics

Properties

NameTypeDescription
FilesWritesPerSeconddoubleAmount of file written per second
RequestsPerSeconddoubleAmount of requests per second
RequestsMeterDataRequest count statistics
RequestsDurationHistogramDataHistogram of requests duration

SynchronizationDetails

Properties

NameTypeDescription
FileNamestringFile name
FileETagGuidFile etag
DestinationUrlstringDestination url
TypeSynchornizationTypeSynchronization type

SynchronizationType (enum)

Members

NameValue
Unknown0
ContentUpdate1
MetadataUpdate2
Rename3
Delete4