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

Commit

Permalink
Update daily stats output
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys Smith committed Aug 30, 2016
1 parent bfe2b88 commit d0f7c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/stats-generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ if [[ "$timeperiod" == "day" ]]; then
# Daily message, usually output via slack
#
msg="Daily stats for $(date -d $date '+%a %d %b %Y'):\n"
msg+=">*MD dist:* $mdaggrcountfriendly requests ($mdaggrfullpc% downloads) from $mdaggruniqueip clients; $mdaggrtotalgb GB of data shipped.\n"
msg+=">*MD dist:* $mdaggrcountfriendly requests ($mdaggrfullpc% full D/Ls) from $mdaggruniqueip IPs; $mdaggrtotalgb GB shipped.\n"
msg+=">*CDS:* $cdscount requests serviced (DS: $cdsdscount / WAYF: $cdswayfcount).\n"
msg+=">*Wugen:* $wugencount WAYFless URLs generated, $wugennewsubs new subscriptions.\n"
msg+=">*Test IdP:* $testidplogincount logins to $testidpspcount SPs.\n"
Expand Down

0 comments on commit d0f7c11

Please sign in to comment.