Bandwidth usage and file views

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

Pixelstore peers

{#each status.peers as peer} {/each}
Address Role Alive Err 1m 5m 15m Ping Free Min free
{peer.address} {peer.role} {peer.reachable} {peer.unreachable_count} {peer.load_1_min.toFixed(1)} {peer.load_5_min.toFixed(1)} {peer.load_15_min.toFixed(1)} {(peer.latency/1000).toPrecision(3)} ms {formatDataVolume(peer.free_space, 4)} {formatDataVolume(peer.min_free_space, 3)}

Pixelstore stats

Source Reads Reads / s Total size Size / s
Local cache {status.local_reads} {status.local_reads_per_sec.toPrecision(4)} / s {formatDataVolume(status.local_read_size, 4)} {formatDataVolume(status.local_read_size_per_sec, 4)} / s
Neighbour {status.neighbour_reads} {status.neighbour_reads_per_sec.toPrecision(4)} / s {formatDataVolume(status.neighbour_read_size, 4)} {formatDataVolume(status.neighbour_read_size_per_sec, 4)} / s
Reed-solomon {status.remote_reads} {status.remote_reads_per_sec.toPrecision(4)} / s {formatDataVolume(status.remote_read_size, 4)} {formatDataVolume(status.remote_read_size_per_sec, 4)} /s

Cache threshold: {status.cache_threshold.toFixed(2)}

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

{#each status.query_statistics as q} {/each}
Callers
{q.query_name} {q.calls} {q.average_duration}ms {formatDuration(q.total_duration, 0)} {#each q.callers as caller} {caller.count}x {caller.name}
{/each}