loadGraph(1440, 1, true)}>Day 1m
loadGraph(10080, 10, true)}>Week 10m
loadGraph(43200, 60, true)}>Month 1h
loadGraph(131400, 1440, false)}>Quarter 1d
loadGraph(262800, 1440, false)}>Half-year 1d
loadGraph(525600, 1440, false)}>Year 1d
loadGraph(1051200, 1440, false)}>Two Years 1d
loadGraph(2628000, 1440, false)}>Five Years 1d
Total usage from {start_time} to {end_time}
{formatDataVolume(total_bandwidth, 3)} bandwidth,
{formatDataVolume(total_bandwidth_paid, 3)} paid bandwidth,
{formatThousands(total_views, 3)} views and
{formatThousands(total_downloads, 3)} downloads
getStats(lastOrder)}/>
edit
Global settings
DB Time
{formatDate(new Date(status.db_time), true, true, true)}
DB Latency
{formatNumber(status.db_latency / 1000, 3)} ms
PID
{status.pid}
Cache nodes
{if (val.role === "cache") {acc.push(val)}; return acc}, [])}/>
{if (val.role === "storage") {acc.push(val)}; return acc}, [])}/>
Pixelstore stats
Source
Reads
Reads %
Reads / s
Total size
Size %
Size / s
Local cache
{status.local_reads}
{((status.local_reads / total_reads) * 100).toPrecision(3)}%
{status.local_reads_per_sec.toPrecision(4)}/s
{formatDataVolume(status.local_read_size, 4)}
{((status.local_read_size / total_read_size) * 100).toPrecision(3)}%
{formatDataVolume(status.local_read_size_per_sec, 4)}/s
Neighbour
{status.neighbour_reads}
{((status.neighbour_reads / total_reads) * 100).toPrecision(3)}%
{status.neighbour_reads_per_sec.toPrecision(4)}/s
{formatDataVolume(status.neighbour_read_size, 4)}
{((status.neighbour_read_size / total_read_size) * 100).toPrecision(3)}%
{formatDataVolume(status.neighbour_read_size_per_sec, 4)}/s
Reed-solomon
{status.remote_reads}
{((status.remote_reads / total_reads) * 100).toPrecision(3)}%
{status.remote_reads_per_sec.toPrecision(4)}/s
{formatDataVolume(status.remote_read_size, 4)}
{((status.remote_read_size / total_read_size) * 100).toPrecision(3)}%
{formatDataVolume(status.remote_read_size_per_sec, 4)}/s
Cache threshold: {status.cache_threshold.toFixed(3)}
Socket statistics
Watcher
Threads
Listeners
Avg
File statistics
{status.stats_watcher_threads}
{status.stats_watcher_listeners}
{(status.stats_watcher_listeners / status.stats_watcher_threads).toPrecision(3)}
Downloads
{status.download_clients}
{status.download_connections}
{(status.download_connections / status.download_clients).toPrecision(3)}
Query statistics