ServerInfo
Bases: BaseModel
Server stats
Source code in reduct/client.py
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
|
bucket_count: int
instance-attribute
¶
number of buckets in the storage
defaults: Defaults
instance-attribute
¶
Default server settings
latest_record: int
instance-attribute
¶
UNIX timestamp of the latest record in microseconds
oldest_record: int
instance-attribute
¶
UNIX timestamp of the oldest record in microseconds
uptime: int
instance-attribute
¶
storage uptime in seconds
usage: int
instance-attribute
¶
stored data in bytes
version: str
instance-attribute
¶
version of the storage in x.y.z format