From 4322b9cb0e7ef8f80131ebff94878ba6c648760d Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Tue, 17 Mar 2020 22:25:48 +0100 Subject: [PATCH] added top to stats --- bin/stats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/stats.sh b/bin/stats.sh index 60200f94..d5cd47fc 100755 --- a/bin/stats.sh +++ b/bin/stats.sh @@ -32,6 +32,6 @@ generate_index() { generate_index > "$output"/index.html #fi -for type in hours days months summary hsummary vsummary; do +for type in hours days top months summary hsummary vsummary; do vnstati --${type} -i $nic -o $output/${type}.png done