Disk Stats

{{ range .DiskStatuses }} {{ end }}
Path Disk Total Free Usage
{{ .Dir }} {{ .DiskType }} {{ bytesToHumanReadable .All }} {{ bytesToHumanReadable .Free }} {{ percentFrom .All .Used}}%

System Stats

{{ range $key, $val := .Stats }} {{ end }}
Masters {{.Masters}}
Weekly # ReadRequests {{ .Counters.ReadRequests.WeekCounter.ToList | join }}
Daily # ReadRequests {{ .Counters.ReadRequests.DayCounter.ToList | join }}
Hourly # ReadRequests {{ .Counters.ReadRequests.HourCounter.ToList | join }}
Last Minute # ReadRequests {{ .Counters.ReadRequests.MinuteCounter.ToList | join }}
{{ $key }} {{ $val }}

Volumes

{{ range .Volumes }} {{ end }}
Id Collection Disk Data Size Files Trash TTL ReadOnly
{{ .Id }} {{ .Collection }} {{ .DiskType }} {{ bytesToHumanReadable .Size }} {{ .FileCount }} {{ .DeleteCount }} / {{bytesToHumanReadable .DeletedByteCount}} {{ .Ttl }} {{ .ReadOnly }}
{{ if isNotEmpty .RemoteVolumes }}

Remote Volumes

{{ range .RemoteVolumes }} {{ end }}
Id Collection Size Files Trash Remote Key
{{ .Id }} {{ .Collection }} {{ bytesToHumanReadable .Size }} {{ .FileCount }} {{ .DeleteCount }} / {{bytesToHumanReadable .DeletedByteCount}} {{ .RemoteStorageName }} {{ .RemoteStorageKey }}
{{ end }} {{ if isNotEmpty .EcVolumes }}

Erasure Coding Shards

{{ range .EcVolumes }} {{ end }}
Id Collection Shard Size Shards CreatedAt
{{ .VolumeId }} {{ .Collection }} {{ bytesToHumanReadable .ShardSize }} {{ .ShardIdList }} {{ .CreatedAt.Format "02 Jan 06 15:04 -0700" }}
{{ end }}