| Path | Disk | Total | Free | Usage |
|---|---|---|---|---|
| {{ .Dir }} | {{ .DiskType }} | {{ bytesToHumanReadable .All }} | {{ bytesToHumanReadable .Free }} | {{ percentFrom .All .Used}}% |
| 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 }} |
| Id | Collection | Disk | Data Size | Files | Trash | TTL | ReadOnly |
|---|---|---|---|---|---|---|---|
{{ .Id }} |
{{ .Collection }} | {{ .DiskType }} | {{ bytesToHumanReadable .Size }} | {{ .FileCount }} | {{ .DeleteCount }} / {{bytesToHumanReadable .DeletedByteCount}} | {{ .Ttl }} | {{ .ReadOnly }} |
| Id | Collection | Size | Files | Trash | Remote | Key |
|---|---|---|---|---|---|---|
{{ .Id }} |
{{ .Collection }} | {{ bytesToHumanReadable .Size }} | {{ .FileCount }} | {{ .DeleteCount }} / {{bytesToHumanReadable .DeletedByteCount}} | {{ .RemoteStorageName }} | {{ .RemoteStorageKey }} |
| Id | Collection | Shard Size | Shards | CreatedAt |
|---|---|---|---|---|
{{ .VolumeId }} |
{{ .Collection }} | {{ bytesToHumanReadable .ShardSize }} | {{ .ShardIdList }} | {{ .CreatedAt.Format "02 Jan 06 15:04 -0700" }} |