From 0b31c610511d6e5b8156d49b053eb44c2775307d Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Tue, 17 Mar 2020 21:34:41 +0100 Subject: [PATCH] added top --- 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