Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Also add support for min/avg/max in MD dist to monthly output
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys Smith committed Sep 11, 2016
1 parent 2cb709b commit d87f140
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utilities/stats-generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ else
msg+="Metadata aggregate distribution:\n"
msg+="-> $mdaggrcountfriendly requests ($mdaggrfullpc% full downloads) from $mdaggruniqueipfriendly clients\n"
msg+="-> $mdaggrtotaltb TB of data shipped.\n"
msg+="-> $mdaggrminqueriesperip/$mdaggravgqueriesperip/$mdaggrmaxqueriesperip min/avg/max queries per querying IP\n"
msg+="\nTop 10 downloaders:\n"
msg+="$mdaggrtoptenbycount\n"
msg+="\n-----\n"
Expand Down

0 comments on commit d87f140

Please sign in to comment.