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
Process stats
DB Time
{formatDate(new Date(status.db_time), true, true, true)}
DB Latency
{formatNumber(status.db_latency / 1000, 3)} ms
PID
{status.pid}
Pixelstore stats
Cache threshold: {formatDataVolume(status.cache_threshold, 4)}
Socket stats
Watcher
Threads
Listeners
Ratio
File statistics (per file)
{status.stats_watcher_threads}
{status.stats_watcher_listeners}
{(status.stats_watcher_listeners / status.stats_watcher_threads).toPrecision(3)}
Filesystem statistics (per file)
{status.filesystem_watcher_threads}
{status.filesystem_watcher_listeners}
{(status.filesystem_watcher_listeners / status.filesystem_watcher_threads).toPrecision(3)}
Rate limits (per IP)
{status.rate_limit_watcher_threads}
{status.rate_limit_watcher_listeners}
{(status.rate_limit_watcher_listeners / status.rate_limit_watcher_threads).toPrecision(3)}
Downloads (per IP)
{status.download_clients}
{status.download_connections}
{(status.download_connections / status.download_clients).toPrecision(3)}
Cache nodes
{if (val.role === "cache") {acc.push(val)}; return acc}, [])}/>
{if (val.role === "storage") {acc.push(val)}; return acc}, [])}/>