From 8afeb09cc2a6b8b32d4fb01574ee40e961f0defe Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Sat, 31 May 2025 18:33:33 +0200 Subject: [PATCH] Add clientstats to dopostingstats. Signed-off-by: Thomas Hochstein --- contrib/dopostingstats.sh | 1 + doc/ChangeLog | 1 + 2 files changed, 2 insertions(+) diff --git a/contrib/dopostingstats.sh b/contrib/dopostingstats.sh index 13147b2..c0e5e8c 100644 --- a/contrib/dopostingstats.sh +++ b/contrib/dopostingstats.sh @@ -3,6 +3,7 @@ if [[ $1 =~ [0-9]{4}-[0-9]{2} ]]; then /srv/newsstats/bin/groupstats.pl --nocomments --sums --format dump --month $1 | /srv/newsstats/bin/postingstats.pl --month $1 | /srv/newsstats/contrib/tinews.pl -X -Y /srv/newsstats/bin/hoststats.pl --nocomments --sums --format dump --month $1 | /srv/newsstats/bin/postingstats.pl -t server --month $1 | /srv/newsstats/contrib/tinews.pl -X -Y + /srv/newsstats/bin/clientstats.pl --nocomments --sums --versions --format dump --month $1 | /srv/newsstats/bin/postingstats.pl -t client --month $1 | /srv/newsstats/contrib/tinews.pl -X -Y else echo 'Input error, please use dopostingstats.sh YYYY-MM' fi diff --git a/doc/ChangeLog b/doc/ChangeLog index ef17bfc..1a442c5 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -13,6 +13,7 @@ NewsStats 0.4.0 (unreleased) * gatherstats: Truncate overlong clients or versions. * gatherstats: Remove whitespace from client and version. * Fix version queries. + * Add ClientStats to dopostingstats. NewsStats 0.3.0 (2025-05-18) * Extract GroupStats (in gatherstats) to subroutine.