diff --git a/roles/web-data-analysis/files/getfedora-data.gp b/roles/web-data-analysis/files/getfedora-data.gp index 16b9a4e8ed..484e4ad8fa 100644 --- a/roles/web-data-analysis/files/getfedora-data.gp +++ b/roles/web-data-analysis/files/getfedora-data.gp @@ -9,7 +9,7 @@ set term png size 1600,1200 ## set output "/var/www/html/csv-reports/images/getfedora-allpoints.png" set title "Daily Editions Total Unique IPs" -plot ["2014-12-01":"2018-12-31"] \ +plot ["2014-12-01":"2019-06-30"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:2 title 'Total downloads' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:3 title 'Editions' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:4 title 'Atomic' with lines lw 4,\ @@ -41,7 +41,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-editions.png" set title "Daily Editions Total Unique IPs" -plot ["2014-12-01":"2018-12-31"] \ +plot ["2014-12-01":"2019-06-30"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:2 title 'Total downloads' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:3 title 'Editions' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:4 title 'Atomic' with lines lw 4,\ @@ -54,7 +54,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-editions-filled.png" set title "Daily Editions Total Unique IPs" -plot ["2014-12-01":"2018-12-31"] \ +plot ["2014-12-01":"2019-06-30"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:2 title 'Total downloads' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:3 title 'Editions' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($4+$5+$6+$7+$8) title 'Atomic' with filledcurves x1,\ @@ -67,7 +67,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-versions-filled.png" set title "Daily Version Totals" -plot ["2014-12-01":"2018-12-31"] \ +plot ["2014-12-01":"2019-06-30"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:2 title 'Total number' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19) title 'Fedora-20' with filledcurves x1,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:( $10+$11+$12+$13+$14+$15+$16+$17+$18+$19) title 'Fedora-21' with filledcurves x1,\ @@ -85,7 +85,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-arch.png" set title "Daily x86 Architectures Filled Totals" -plot ["2014-12-01":"2018-12-31"] \ +plot ["2014-12-01":"2019-06-30"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:2 title 'Total number' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($25+$26) title 'x86_32' with filledcurves x1,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($26) title 'x86_64' with filledcurves x1 @@ -94,7 +94,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-netinstalls.png" set title "Daily Netinstalls Total" -plot ["2014-01-01":"2018-12-31"] \ +plot ["2014-01-01":"2019-06-30"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:28 title 'Total Netinstalls' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:29 title 'Server' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:30 title 'Workstation' with lines lw 4,\ @@ -104,7 +104,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-netinstalls-filled.png" set title "Daily Netinstalls Total" -plot ["2014-01-01":"2018-12-31"] \ +plot ["2014-01-01":"2019-06-30 "] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:28 title 'Total Netinstalls' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($29+$30+$31) title 'Server' with filledcurves x1,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($30+$31) title 'Workstation' with filledcurves x1,\ diff --git a/roles/web-data-analysis/files/getstuff-data.gp b/roles/web-data-analysis/files/getstuff-data.gp index 2490adc1ff..f1c70164a7 100644 --- a/roles/web-data-analysis/files/getstuff-data.gp +++ b/roles/web-data-analysis/files/getstuff-data.gp @@ -9,7 +9,7 @@ set term png size 1600,1200 ## set output "/var/www/html/csv-reports/images/getfedora-allpoints.png" set title "Daily Editions Total Unique IPs" -plot ["2014-12-01":"2018-12-31"] \ +plot ["2014-12-01":"2019-06-30"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:2 title 'Total downloads' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:3 title 'Editions' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:4 title 'Atomic' with lines lw 4,\ @@ -60,7 +60,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-editions.png" set title "Daily Editions Total Unique IPs" -plot ["2014-12-01":"2018-12-31"] \ +plot ["2014-12-01":"2019-06-30"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:2 title 'Total downloads' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:3 title 'Editions' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:4 title 'Atomic' with lines lw 4,\ @@ -73,7 +73,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-editions-filled.png" set title "Daily Editions Total Unique IPs" -plot ["2014-12-01":"2018-12-31"] \ +plot ["2014-12-01":"2019-06-30"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:2 title 'Total downloads' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:3 title 'Editions' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($4+$5+$6+$7+$8) title 'Atomic' with filledcurves x1,\ @@ -86,7 +86,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-versions-filled.png" set title "Daily Version Totals" -plot ["2014-12-01":"2018-12-31"] \ +plot ["2014-12-01":"2019-06-30"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:2 title 'Total number' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19) title 'Fedora-20' with filledcurves x1,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:( $10+$11+$12+$13+$14+$15+$16+$17+$18+$19) title 'Fedora-21' with filledcurves x1,\ @@ -104,7 +104,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-arch.png" set title "Daily Architectures Totals" -plot ["2014-12-01":"2018-12-31"] \ +plot ["2014-12-01":"2019-06-30"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:2 title 'Total number' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:20 title 'Arm 32' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:21 title 'Arm 64' with lines lw 4,\ @@ -119,7 +119,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-arch-top2-filled.png" set title "Daily x86 Architectures Filled Totals" -plot ["2014-12-01":"2018-12-31"] \ +plot ["2014-12-01":"2019-06-30"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:2 title 'Total number' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($25+$26) title 'x86_32' with filledcurves x1,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($26) title 'x86_64' with filledcurves x1 @@ -128,7 +128,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-arch-less-filled.png" set title "Daily Other Architectures Totals" -plot ["2014-01-01":"2018-12-31"] \ +plot ["2014-01-01":"2019-06-30"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($20+$21+$22+$23+$24+$25) title 'arm_32' with filledcurves x1,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($21+$22+$23+$24+$25) title 'arm_64' with filledcurves x1,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($22+$23+$24+$25) title 'ppc_le' with filledcurves x1,\ @@ -140,7 +140,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-netinstalls.png" set title "Daily Netinstalls Total" -plot ["2014-01-01":"2018-12-31"] \ +plot ["2014-01-01":"2019-06-30"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:28 title 'Total Netinstalls' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:29 title 'Server' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:30 title 'Workstation' with lines lw 4,\ @@ -150,7 +150,7 @@ unset output ## set output "/var/www/html/csv-reports/images/getfedora-netinstalls-filled.png" set title "Daily Netinstalls Total" -plot ["2014-01-01":"2018-12-31"] \ +plot ["2014-01-01":"2019-06-30"] \ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:28 title 'Total Netinstalls' with lines lw 4,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($29+$30+$31) title 'Server' with filledcurves x1,\ '/var/www/html/csv-reports/getfedora/getfedoradata-all.csv' using 1:($30+$31) title 'Workstation' with filledcurves x1,\ diff --git a/roles/web-data-analysis/files/hotspot.gp b/roles/web-data-analysis/files/hotspot.gp index 9cb2fda426..d917ede5f1 100644 --- a/roles/web-data-analysis/files/hotspot.gp +++ b/roles/web-data-analysis/files/hotspot.gp @@ -9,7 +9,7 @@ set term png size 1600,1200 ## set output "/var/www/html/csv-reports/images/hotspot-all.png" set title "IPs grabbing hotspot per day" -plot ["2014-12-01":"2018-12-31"] \ +plot ["2014-12-01":"2019-06-30"] \ '/var/www/html/csv-reports/hotspot/hotspotdata-all.csv' using 1:2 title 'Average every 5min' with lines lw 4, \ '/var/www/html/csv-reports/hotspot/hotspotdata-all.csv' using 1:3 title 'Least 5min' with lines lw 4, \ '/var/www/html/csv-reports/hotspot/hotspotdata-all.csv' using 1:4 title 'Max 5min' with lines lw 4 @@ -18,7 +18,7 @@ unset output ## set output "/var/www/html/csv-reports/images/hotspot-all-ma.png" set title "Moving Average of IPs grabbing hotspot" -plot ["2014-12-01":"2018-12-31"] \ +plot ["2014-12-01":"2019-06-30"] \ '/var/www/html/csv-reports/hotspot/hotspotdata-all-7day-ma.csv' using 1:2 title 'Average every 5min' with lines lw 4, \ '/var/www/html/csv-reports/hotspot/hotspotdata-all-7day-ma.csv' using 1:3 title 'Least 5min' with lines lw 4, \ '/var/www/html/csv-reports/hotspot/hotspotdata-all-7day-ma.csv' using 1:4 title 'Max 5min' with lines lw 4 diff --git a/roles/web-data-analysis/files/html/awstats-index.html b/roles/web-data-analysis/files/html/awstats-index.html index b230597fad..14ddfc176a 100644 --- a/roles/web-data-analysis/files/html/awstats-index.html +++ b/roles/web-data-analysis/files/html/awstats-index.html @@ -44,6 +44,7 @@