Back to Seaweedfs

SeaweedFS {{ .Version }}

weed/server/volume_server_ui/volume.html

4.232.0 KB
Original Source

SeaweedFS {{ .Version }}

Disk Stats

PathDiskTotalFreeUsage
{{ range .DiskStatuses }}{{ .Dir }}{{ .DiskType }}{{ bytesToHumanReadable .All }}{{ bytesToHumanReadable .Free }}
{{ end }}

System Stats

| 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 }} | {{ range $key, $val := .Stats }} | {{ $key }} | {{ $val }} | {{ end }}

Volumes

IdCollectionDiskData SizeFilesTrashTTLReadOnlyVersion
{{ range .Volumes }}{{ .Id }}{{ .Collection }}{{ .DiskType }}{{ bytesToHumanReadable .Size }}{{ .FileCount }}{{ .DeleteCount }} / {{bytesToHumanReadable .DeletedByteCount}}{{ .Ttl }}{{ .ReadOnly }}
{{ end }}

{{ if isNotEmpty .RemoteVolumes }}

Remote Volumes

IdCollectionSizeFilesTrashRemoteKey
{{ range .RemoteVolumes }}{{ .Id }}{{ .Collection }}{{ bytesToHumanReadable .Size }}{{ .FileCount }}{{ .DeleteCount }} / {{bytesToHumanReadable .DeletedByteCount}}{{ .RemoteStorageName }}
{{ end }}

{{ end }} {{ if isNotEmpty .EcVolumes }}

Erasure Coding Shards

IdCollectionTotal SizeShard DetailsCreatedAt
{{ range .EcVolumes }}{{ .VolumeId }}{{ .Collection }}{{ bytesToHumanReadable .Size }}{{ range .Shards }} {{ .ShardId }}: {{ bytesToHumanReadable .Size }} {{ end }}
{{ end }}

{{ end }}