- Download speed will be throttled during busy periods
+ Up to 8 MiB/s, may be slower during busy periods
High priority
diff --git a/svelte/src/admin_panel/Home.svelte b/svelte/src/admin_panel/Home.svelte
index fc6ab77..0138e4d 100644
--- a/svelte/src/admin_panel/Home.svelte
+++ b/svelte/src/admin_panel/Home.svelte
@@ -76,7 +76,9 @@ let status = {
remote_reads_per_sec: 0,
running_since: "",
stats_watcher_listeners: 0,
- stats_watcher_threads: 0
+ stats_watcher_threads: 0,
+ download_clients: 0,
+ download_connections: 0,
}
function getStats(order) {
@@ -228,7 +230,7 @@ onDestroy(() => {
-
Websocket statistics
+
Socket statistics
@@ -245,6 +247,12 @@ onDestroy(() => {
{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