Add clientstats to dopostingstats.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
parent
d02ae5e2ff
commit
8afeb09cc2
|
@ -3,6 +3,7 @@
|
||||||
if [[ $1 =~ [0-9]{4}-[0-9]{2} ]]; then
|
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/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/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
|
else
|
||||||
echo 'Input error, please use dopostingstats.sh YYYY-MM'
|
echo 'Input error, please use dopostingstats.sh YYYY-MM'
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -13,6 +13,7 @@ NewsStats 0.4.0 (unreleased)
|
||||||
* gatherstats: Truncate overlong clients or versions.
|
* gatherstats: Truncate overlong clients or versions.
|
||||||
* gatherstats: Remove whitespace from client and version.
|
* gatherstats: Remove whitespace from client and version.
|
||||||
* Fix version queries.
|
* Fix version queries.
|
||||||
|
* Add ClientStats to dopostingstats.
|
||||||
|
|
||||||
NewsStats 0.3.0 (2025-05-18)
|
NewsStats 0.3.0 (2025-05-18)
|
||||||
* Extract GroupStats (in gatherstats) to subroutine.
|
* Extract GroupStats (in gatherstats) to subroutine.
|
||||||
|
|
Loading…
Reference in a new issue