STORAGE_ANALYTICS
← BACK_TO_ADMIN
CONFIG_MODULE
LOGOUT_SESSION
TOTAL_STORAGE_USED
{{humanSize .Stats.TotalBytes}}
DISK_FREE_SPACE
{{humanSize .Stats.DiskFreeBytes}}
TEMP_CHUNK_STORAGE
{{humanSize .Stats.TempBytes}}
DISK_CONSUMPTION
{{humanSize .Stats.DiskUsedBytes}} / {{humanSize .Stats.DiskTotalBytes}}
{{percent .Stats.DiskUsedBytes .Stats.DiskTotalBytes}}%
TOTAL_FILES
{{.Stats.TotalFiles}}
ACTIVE_FILES
{{.Stats.ActiveFiles}}
DELETED_FILES
{{.Stats.DeletedFiles}}
AVERAGE_SIZE
{{humanSize .Stats.AverageFileSize}}
LARGEST_FILES_ON_SYSTEM
Filename
Size
Downloads
Created
Status
{{if not .Stats.LargestFiles}}
No files detected in storage matrix
{{end}} {{range .Stats.LargestFiles}}
{{.Filename}}
{{humanSize .Size}}
{{.DownloadCount}}
{{.CreatedAt.Format "02/01/06 15:04"}}
{{if .Deleted}}
DELETED
{{else}}
LIVE
{{end}}
{{end}}