diff --git a/bin/stats.sh b/bin/stats.sh index 3625066b..a5036279 100755 --- a/bin/stats.sh +++ b/bin/stats.sh @@ -33,7 +33,7 @@ generate_index() { generate_index > "$output"/index.html #fi -for type in hours days months top10 summary hsummary vsummary; do +for type in hours days months summary hsummary vsummary; do vnstati --${type} -i $nic -o $output/${type}.png done - +vnstati --top 10 -i $nic -o $output/top10.png