add some more script items for daily csv

This commit is contained in:
Stephen Smoogen 2016-05-04 19:04:46 +00:00
parent 0b13e4b8c3
commit 5b50279f89
2 changed files with 231 additions and 218 deletions

View file

@ -24,11 +24,17 @@
# take a day to combine all the logs onto combined-httpd. So we assume
# we are 5 days behind.
NUMDAYS=5
let NUMDAYS=5
let OLDDAYS=$(( $NUMDAYS+1 ))
# This is the year/month/day for a N days ago.
YEAR=$(/bin/date -d "-${NUMDAYS} days" +%Y)
MONTH=$(/bin/date -d "-${NUMDAYS} days" +%m)
DAY=$(/bin/date -d "-${NUMDAYS} days" +%d)
# And we have have to deal with year/month/day boundaries for our later grep.
OLDGREP=$(/bin/date -d "-${OLDDAYS} days" +%Y-%m-%d)
NFSDIR=/mnt/fedora_stats/combined-http
TARGET=${NFSDIR}/latest
@ -39,6 +45,9 @@ WORKFILE=${WORKDIR}/${YEAR}/${MONTH}/out-${DAY}
WEBDIR=/var/www/html/csv-reports/
TEMPDIR=$( mktemp -d /tmp/web-data-analysis.XXXXXXXXX )
mkdir -p ${WORKDIR}/${YEAR}/${MONTH}
if [[ ! -f ${LOGFILE} ]]; then
@ -55,6 +64,9 @@ fi
sort -o ${WORKDIR}/${YEAR}/out-${MONTH} -S 4G -u -m ${WORKDIR}/${YEAR}/${MONTH}/out-*
sort -o ${WORKDIR}/out-${YEAR} -S 4G -u -m ${WORKDIR}/${YEAR}/out-*
awk -f /usr/local/share/web-data-analysis/mirror-data.awk ${WORKDIR}/out-${YEAR} > ${WEBDIR}/mirrordata-${YEAR}.csv
# Because the logs stop at 04:00 we can only get 24 hours from 6 days before.
egrep "${OLDGREP}" ${WORKDIR}/out-${YEAR} > ${TEMPDIR}/watched-day
awk -f /usr/local/share/web-data-analysis/mirror-data.awk ${TEMPDIR}/watched-day >> ${WEBDIR}/mirrordata-${YEAR}.csv
sort -o ${WEBDIR}/mirrordata-all.csv -u ${WEBDIR}/mirrordata-*.csv
gnuplot /usr/local/share/web-data-analysis/mirror-data.gp

View file

@ -9,221 +9,255 @@ set term png size 1600,1200
##
set output "/var/www/html/csv-reports/fedora-all.png"
set title "Fedora+Epel Yum Unique IPs"
plot ["2007-05-17":"2016-01-20"] \
'data-all.csv' using 1:2 title 'epel4' with lines lw 3,\
'data-all.csv' using 1:3 title 'epel5' with lines lw 3,\
'data-all.csv' using 1:4 title 'epel6' with lines lw 3,\
'data-all.csv' using 1:5 title 'epel7' with lines lw 3,\
'data-all.csv' using 1:6 title 'fed03' with lines lw 3,\
'data-all.csv' using 1:7 title 'fed04' with lines lw 3,\
'data-all.csv' using 1:8 title 'fed05' with lines lw 3,\
'data-all.csv' using 1:9 title 'fed06' with lines lw 3,\
'data-all.csv' using 1:10 title 'fed07' with lines lw 3,\
'data-all.csv' using 1:11 title 'fed08' with lines lw 3,\
'data-all.csv' using 1:12 title 'fed09' with lines lw 3,\
'data-all.csv' using 1:13 title 'fed10' with lines lw 3,\
'data-all.csv' using 1:14 title 'fed11' with lines lw 3,\
'data-all.csv' using 1:15 title 'fed12' with lines lw 3,\
'data-all.csv' using 1:16 title 'fed13' with lines lw 3,\
'data-all.csv' using 1:17 title 'fed14' with lines lw 3,\
'data-all.csv' using 1:18 title 'fed15' with lines lw 3,\
'data-all.csv' using 1:19 title 'fed16' with lines lw 3,\
'data-all.csv' using 1:20 title 'fed17' with lines lw 3,\
'data-all.csv' using 1:21 title 'fed18' with lines lw 3,\
'data-all.csv' using 1:22 title 'fed19' with lines lw 3,\
'data-all.csv' using 1:23 title 'fed20' with lines lw 3,\
'data-all.csv' using 1:24 title 'fed21' with lines lw 3,\
'data-all.csv' using 1:25 title 'fed22' with lines lw 3,\
'data-all.csv' using 1:26 title 'fed23' with lines lw 3,\
'data-all.csv' using 1:27 title 'fed24' with lines lw 3,\
'data-all.csv' using 1:28 title 'rawhide' with lines lw 3,\
'data-all.csv' using 1:29 title 'unk_rel' with lines lw 3,\
'data-all.csv' using 1:30 title 'EPEL' with lines lw 3,\
'data-all.csv' using 1:50 title 'centos' with lines lw 3,\
'data-all.csv' using 1:51 title 'rhel' with lines lw 3,\
'data-all.csv' using 1:31 title 'Fedora' with lines lw 3
plot ["2007-05-17":"2016-12-31"] \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:2 title 'epel4' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:3 title 'epel5' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:4 title 'epel6' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:5 title 'epel7' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:6 title 'fed03' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:7 title 'fed04' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:8 title 'fed05' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:9 title 'fed06' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:10 title 'fed07' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:11 title 'fed08' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:12 title 'fed09' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:13 title 'fed10' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:14 title 'fed11' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:15 title 'fed12' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:16 title 'fed13' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:17 title 'fed14' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:18 title 'fed15' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:19 title 'fed16' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:20 title 'fed17' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:21 title 'fed18' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:22 title 'fed19' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:23 title 'fed20' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:24 title 'fed21' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:25 title 'fed22' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:26 title 'fed23' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:27 title 'fed24' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:28 title 'rawhide' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:29 title 'unk_rel' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:30 title 'EPEL' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:50 title 'centos' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:51 title 'rhel' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:31 title 'Fedora' with lines lw 3
unset output
set output "/var/www/html/csv-reports/fedora-and-epel.png"
set title "Fedora Epel Totals Unique IPs"
plot ["2007-05-17":"2016-01-20"] \
'data-all.csv' using 1:30 title 'EPEL' with lines lw 3,\
'data-all.csv' using 1:31 title 'Fedora' with lines lw 3
plot ["2007-05-17":"2016-12-31"] \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:30 title 'EPEL' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:31 title 'Fedora' with lines lw 3
unset output
set output "/var/www/html/csv-reports/fedora-daily.png"
set title "Fedora Daily Totals Unique IPs"
plot ["2007-05-17":"2016-01-20"] \
'data-all.csv' using 1:31 title 'Fedora' with lines lw 3
plot ["2007-05-17":"2016-12-31"] \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:31 title 'Fedora' with lines lw 3
unset output
set output "/var/www/html/csv-reports/fedora-os-all.png"
set title "Fedora OS Yum Unique IPs"
plot ["2007-05-17":"2016-01-20"] \
'data-all.csv' using 1:6 title 'fed03' with lines lw 3,\
'data-all.csv' using 1:7 title 'fed04' with lines lw 3,\
'data-all.csv' using 1:8 title 'fed05' with lines lw 3,\
'data-all.csv' using 1:9 title 'fed06' with lines lw 3,\
'data-all.csv' using 1:10 title 'fed07' with lines lw 3,\
'data-all.csv' using 1:11 title 'fed08' with lines lw 3,\
'data-all.csv' using 1:12 title 'fed09' with lines lw 3,\
'data-all.csv' using 1:13 title 'fed10' with lines lw 3,\
'data-all.csv' using 1:14 title 'fed11' with lines lw 3,\
'data-all.csv' using 1:15 title 'fed12' with lines lw 3,\
'data-all.csv' using 1:16 title 'fed13' with lines lw 3,\
'data-all.csv' using 1:17 title 'fed14' with lines lw 3,\
'data-all.csv' using 1:18 title 'fed15' with lines lw 3,\
'data-all.csv' using 1:19 title 'fed16' with lines lw 3,\
'data-all.csv' using 1:20 title 'fed17' with lines lw 3,\
'data-all.csv' using 1:21 title 'fed18' with lines lw 3,\
'data-all.csv' using 1:22 title 'fed19' with lines lw 3,\
'data-all.csv' using 1:23 title 'fed20' with lines lw 3,\
'data-all.csv' using 1:24 title 'fed21' with lines lw 3,\
'data-all.csv' using 1:25 title 'fed22' with lines lw 3,\
'data-all.csv' using 1:26 title 'fed23' with lines lw 3,\
'data-all.csv' using 1:27 title 'fed24' with lines lw 3,\
'data-all.csv' using 1:28 title 'rawhide' with lines lw 3,\
'data-all.csv' using 1:29 title 'unk_rel' with lines lw 3
plot ["2007-05-17":"2016-12-31"] \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:6 title 'fed03' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:7 title 'fed04' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:8 title 'fed05' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:9 title 'fed06' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:10 title 'fed07' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:11 title 'fed08' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:12 title 'fed09' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:13 title 'fed10' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:14 title 'fed11' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:15 title 'fed12' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:16 title 'fed13' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:17 title 'fed14' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:18 title 'fed15' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:19 title 'fed16' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:20 title 'fed17' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:21 title 'fed18' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:22 title 'fed19' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:23 title 'fed20' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:24 title 'fed21' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:25 title 'fed22' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:26 title 'fed23' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:27 title 'fed24' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:28 title 'rawhide' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:29 title 'unk_rel' with lines lw 3
unset output
set output "/var/www/html/csv-reports/fedora-os-latest.png"
set title "Fedora Selected Versions Unique IPs"
plot ["2013-01-01":"2016-01-20"] \
'data-all.csv' using 1:31 title 'Fedora' with lines lw 3,\
'data-all.csv' using 1:21 title 'fed18' with lines lw 3,\
'data-all.csv' using 1:22 title 'fed19' with lines lw 3,\
'data-all.csv' using 1:23 title 'fed20' with lines lw 3,\
'data-all.csv' using 1:24 title 'fed21' with lines lw 3,\
'data-all.csv' using 1:25 title 'fed22' with lines lw 3,\
'data-all.csv' using 1:26 title 'fed23' with lines lw 3,\
'data-all.csv' using 1:27 title 'fed24' with lines lw 3,\
'data-all.csv' using 1:28 title 'rawhide' with lines lw 3
plot ["2013-01-01":"2016-12-31"] \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:31 title 'Fedora' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:21 title 'fed18' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:22 title 'fed19' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:23 title 'fed20' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:24 title 'fed21' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:25 title 'fed22' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:26 title 'fed23' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:27 title 'fed24' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:28 title 'rawhide' with lines lw 3
unset output
set output "/var/www/html/csv-reports/fedora-os-latest-stacked.png"
set title "Fedora Selected Versions Unique IPs"
plot ["2013-01-01":"2016-01-20"] \
'data-all.csv' using 1:31 title 'Fedora' with lines lw 3,\
'data-all.csv' using 1:($21+$22+$23+$24+$25+$26+$27+$28) title 'fed18' with filledcurves x1,\
'data-all.csv' using 1:($22+$23+$24+$25+$26+$27+$28) title 'fed19' with filledcurves x1,\
'data-all.csv' using 1:($23+$24+$25+$26+$27+$28) title 'fed20' with filledcurves x1,\
'data-all.csv' using 1:($24+$25+$26+$27+$28) title 'fed21' with filledcurves x1,\
'data-all.csv' using 1:($25+$26+$27+$28) title 'fed22' with filledcurves x1,\
'data-all.csv' using 1:($26+$27+$28) title 'fed23' with filledcurves x1,\
'data-all.csv' using 1:($27+$28) title 'fed24' with filledcurves x1,\
'data-all.csv' using 1:($28) title 'rawhide' with filledcurves x1
plot ["2013-01-01":"2016-12-31"] \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:31 title 'Fedora' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($21+$22+$23+$24+$25+$26+$27+$28) title 'fed18' with filledcurves x1,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($22+$23+$24+$25+$26+$27+$28) title 'fed19' with filledcurves x1,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($23+$24+$25+$26+$27+$28) title 'fed20' with filledcurves x1,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($24+$25+$26+$27+$28) title 'fed21' with filledcurves x1,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($25+$26+$27+$28) title 'fed22' with filledcurves x1,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($26+$27+$28) title 'fed23' with filledcurves x1,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($27+$28) title 'fed24' with filledcurves x1,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($28) title 'rawhide' with filledcurves x1
unset output
set output "/var/www/html/csv-reports/fedora-hardware-full.png"
set title "Fedora Hardware via Unique IPs"
plot ["2007-05-17":"2016-01-20"] \
'data-all.csv' using 1:32 title 'alpha' with lines lw 3,\
'data-all.csv' using 1:33 title 'ARM' with lines lw 3,\
'data-all.csv' using 1:34 title 'ARM64' with lines lw 3,\
'data-all.csv' using 1:35 title 'ia64' with lines lw 3,\
'data-all.csv' using 1:36 title 'mips' with lines lw 3,\
'data-all.csv' using 1:48 title 'ppc' with lines lw 3,\
'data-all.csv' using 1:38 title 's390' with lines lw 3,\
'data-all.csv' using 1:39 title 'sparc' with lines lw 3,\
'data-all.csv' using 1:40 title 'tilegx' with lines lw 3,\
'data-all.csv' using 1:44 title 'x86_32' with lines lw 3,\
'data-all.csv' using 1:46 title 'x86_64' with lines lw 3,\
'data-all.csv' using 1:49 title 'unknown' with lines lw 3
plot ["2007-05-17":"2016-12-31"] \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:32 title 'alpha' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:33 title 'ARM' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:34 title 'ARM64' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:35 title 'ia64' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:36 title 'mips' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:48 title 'ppc' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:38 title 's390' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:39 title 'sparc' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:40 title 'tilegx' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:44 title 'x86_32' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:46 title 'x86_64' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:49 title 'unknown' with lines lw 3
unset output
set output "/var/www/html/csv-reports/fedora-hardware-2nd.png"
set title "Fedora Secondary via Unique IPs"
plot ["2007-05-17":"2016-01-20"] \
'data-all.csv' using 1:32 title 'alpha' with lines lw 3,\
'data-all.csv' using 1:33 title 'ARM' with lines lw 3,\
'data-all.csv' using 1:34 title 'ARM64' with lines lw 3,\
'data-all.csv' using 1:35 title 'ia64' with lines lw 3,\
'data-all.csv' using 1:36 title 'mips' with lines lw 3,\
'data-all.csv' using 1:48 title 'ppc' with lines lw 3,\
'data-all.csv' using 1:38 title 's390' with lines lw 3,\
'data-all.csv' using 1:39 title 'sparc' with lines lw 3,\
'data-all.csv' using 1:40 title 'tilegx' with lines lw 3,\
'data-all.csv' using 1:49 title 'unknown' with lines lw 3
plot ["2007-05-17":"2016-12-31"] \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:32 title 'alpha' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:33 title 'ARM' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:34 title 'ARM64' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:35 title 'ia64' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:36 title 'mips' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:48 title 'ppc' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:38 title 's390' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:39 title 'sparc' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:40 title 'tilegx' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:49 title 'unknown' with lines lw 3
unset output
set output "/var/www/html/csv-reports/fedora-epel-stacked.png"
set title "Fedora Yum Unique IPs"
plot ["2007-05-17":"2016-01-20"] \
'data-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28+$29) title 'unknown_rel' w filledcurves x1, \
'data-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28) title 'rawhide' w filledcurves x1, \
'data-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27) title 'fed24' w filledcurves x1, \
'data-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26) title 'fed23' w filledcurves x1, \
'data-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25) title 'fed22' w filledcurves x1, \
'data-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24) title 'fed21' w filledcurves x1, \
'data-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23) title 'fed20' w filledcurves x1, \
'data-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22) title 'fed19' w filledcurves x1, \
'data-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21) title 'fed18' w filledcurves x1, \
'data-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20) title 'fed17' w filledcurves x1, \
'data-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19) title 'fed16' w filledcurves x1, \
'data-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18) title 'fed15' w filledcurves x1, \
'data-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17) title 'fed14' w filledcurves x1, \
'data-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16) title 'fed13' w filledcurves x1, \
'data-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15) title 'fed12' w filledcurves x1, \
'data-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14) title 'fed11' w filledcurves x1, \
'data-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13) title 'fed10' w filledcurves x1, \
'data-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12) title 'fed09' w filledcurves x1, \
'data-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11) title 'fed08' w filledcurves x1, \
'data-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10) title 'fed07' w filledcurves x1, \
'data-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9) title 'fed06' w filledcurves x1, \
'data-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8) title 'fed05' w filledcurves x1, \
'data-all.csv' using 1:($2+$3+$4+$5+$6+$7) title 'fed04' w filledcurves x1, \
'data-all.csv' using 1:($2+$3+$4+$5+$6) title 'fed03' w filledcurves x1, \
'data-all.csv' using 1:($2+$3+$4+$5) title 'epel7' w filledcurves x1, \
'data-all.csv' using 1:($2+$3+$4) title 'epel6' w filledcurves x1, \
'data-all.csv' using 1:($2+$3) title 'epel5' w filledcurves x1, \
'data-all.csv' using 1:($2) title 'epel4' w filledcurves x1
plot ["2007-05-17":"2016-12-31"] \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28+$29) title 'unknown_rel' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28) title 'rawhide' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27) title 'fed24' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26) title 'fed23' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25) title 'fed22' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24) title 'fed21' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23) title 'fed20' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22) title 'fed19' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21) title 'fed18' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20) title 'fed17' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19) title 'fed16' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18) title 'fed15' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17) title 'fed14' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16) title 'fed13' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15) title 'fed12' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14) title 'fed11' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13) title 'fed10' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12) title 'fed09' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11) title 'fed08' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10) title 'fed07' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9) title 'fed06' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3+$4+$5+$6+$7+$8) title 'fed05' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3+$4+$5+$6+$7) title 'fed04' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3+$4+$5+$6) title 'fed03' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3+$4+$5) title 'epel7' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3+$4) title 'epel6' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3) title 'epel5' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2) title 'epel4' w filledcurves x1
unset output
set output "/var/www/html/csv-reports/fedora-stacked.png"
set title "Fedora Epel Yum Unique IPs"
plot ["2007-05-17":"2016-01-20"] \
'data-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28+$29) title 'unknown_rel' w filledcurves x1, \
'data-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28) title 'rawhide' w filledcurves x1, \
'data-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27) title 'f24' w filledcurves x1, \
'data-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26) title 'f23' w filledcurves x1, \
'data-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25) title 'f22' w filledcurves x1, \
'data-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24) title 'fed21' w filledcurves x1, \
'data-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23) title 'fed20' w filledcurves x1, \
'data-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22) title 'fed19' w filledcurves x1, \
'data-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21) title 'fed18' w filledcurves x1, \
'data-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20) title 'fed17' w filledcurves x1, \
'data-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19) title 'fed16' w filledcurves x1, \
'data-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18) title 'fed15' w filledcurves x1, \
'data-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17) title 'fed14' w filledcurves x1, \
'data-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16) title 'fed13' w filledcurves x1, \
'data-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15) title 'fed12' w filledcurves x1, \
'data-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14) title 'fed11' w filledcurves x1, \
'data-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13) title 'fed10' w filledcurves x1, \
'data-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12) title 'fed09' w filledcurves x1, \
'data-all.csv' using 1:($6+$7+$8+$9+$10+$11) title 'fed08' w filledcurves x1, \
'data-all.csv' using 1:($6+$7+$8+$9+$10) title 'fed07' w filledcurves x1, \
'data-all.csv' using 1:($6+$7+$8+$9) title 'fed06' w filledcurves x1, \
'data-all.csv' using 1:($6+$7+$8) title 'fed05' w filledcurves x1, \
'data-all.csv' using 1:($6+$7) title 'fed04' w filledcurves x1, \
'data-all.csv' using 1:($6) title 'fed03' w filledcurves x1
plot ["2007-05-17":"2016-12-31"] \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28+$29) title 'unknown_rel' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28) title 'rawhide' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27) title 'f24' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26) title 'f23' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25) title 'f22' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24) title 'fed21' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23) title 'fed20' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22) title 'fed19' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21) title 'fed18' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20) title 'fed17' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19) title 'fed16' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18) title 'fed15' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17) title 'fed14' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16) title 'fed13' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15) title 'fed12' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14) title 'fed11' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13) title 'fed10' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12) title 'fed09' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6+$7+$8+$9+$10+$11) title 'fed08' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6+$7+$8+$9+$10) title 'fed07' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6+$7+$8+$9) title 'fed06' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6+$7+$8) title 'fed05' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6+$7) title 'fed04' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6) title 'fed03' w filledcurves x1
unset output
set output "/var/www/html/csv-reports/fedora-select-stacked.png"
set title "Fedora Epel Yum Unique IPs"
plot ["2007-05-17":"2016-01-20"] \
'data-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28+$29) title 'unknown_rel' w filledcurves x1, \
'data-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28) title 'rawhide' w filledcurves x1, \
'data-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27) title 'fed18-24' w filledcurves x1, \
'data-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20) title 'fed12-17' w filledcurves x1, \
'data-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14) title 'fed08-11' w filledcurves x1, \
'data-all.csv' using 1:($6+$7+$8+$9+$10) title 'fed03-07' w filledcurves x1
plot ["2007-05-17":"2016-12-31"] \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28+$29) title 'unknown_rel' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28) title 'rawhide' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27) title 'fed18-24' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20) title 'fed12-17' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14) title 'fed08-11' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($6+$7+$8+$9+$10) title 'fed03-07' w filledcurves x1
unset output
##
## EPEL
##
set output "/var/www/html/csv-reports/epel-all.png"
set title "Epel Yum Unique IPs"
plot ["2007-05-17":"2016-12-31"] \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:2 title 'epel4' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:3 title 'epel5' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:4 title 'epel6' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:5 title 'epel7' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:30 title 'EPEL' with lines lw 3
unset output
set output "/var/www/html/csv-reports/epel-arch.png"
set title "Epel Yum Unique IPs"
plot ["2007-05-17":"2016-12-31"] \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:43 title 'x86_32' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:45 title 'x86_64' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:47 title 'ppc' with lines lw 3,\
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:30 title 'EPEL' with lines lw 3
unset output
set output "/var/www/html/csv-reports/epel-stacked.png"
set title "Epel Yum Unique IPs"
plot ["2007-05-17":"2016-12-31"] \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3+$4+$5) title 'epel7' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3+$4) title 'epel6' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2+$3) title 'epel5' w filledcurves x1, \
'/var/www/html/csv-reports/mirrordata-all.csv' using 1:($2) title 'epel4' w filledcurves x1
unset output
# ##
# set output "/var/www/html/csv-reports/fedora-all-mov_avg.png"
# set title "Fedora+Epel Yum Unique IPs (7 day moving average)"
# plot ["2007-05-17":"2016-01-20"] \
# plot ["2007-05-17":"2016-12-31"] \
# 'data-mov_avg.csv' using 1:2 title 'epel4' with lines lw 3,\
# 'data-mov_avg.csv' using 1:3 title 'epel5' with lines lw 3,\
# 'data-mov_avg.csv' using 1:4 title 'epel6' with lines lw 3,\
@ -261,20 +295,20 @@ unset output
# set output "/var/www/html/csv-reports/fedora-and-epel-mov_avg.png"
# set title "Fedora Epel Totals Unique IPs (7 days moving average)"
# plot ["2007-05-17":"2016-01-20"] \
# plot ["2007-05-17":"2016-12-31"] \
# 'data-mov_avg.csv' using 1:30 title 'EPEL' with lines lw 3,\
# 'data-mov_avg.csv' using 1:31 title 'Fedora' with lines lw 3
# unset output
# set output "/var/www/html/csv-reports/fedora-daily-mov_avg.png"
# set title "Fedora Daily Totals Unique IPs"
# plot ["2007-05-17":"2016-01-20"] \
# plot ["2007-05-17":"2016-12-31"] \
# 'data-mov_avg.csv' using 1:31 title 'Fedora' with lines lw 3
# unset output
# set output "/var/www/html/csv-reports/fedora-os-all-mov_avg.png"
# set title "Fedora OS Yum Unique IPs (7 days moving average)"
# plot ["2007-05-17":"2016-01-20"] \
# plot ["2007-05-17":"2016-12-31"] \
# 'data-mov_avg.csv' using 1:6 title 'fed03' with lines lw 3,\
# 'data-mov_avg.csv' using 1:7 title 'fed04' with lines lw 3,\
# 'data-mov_avg.csv' using 1:8 title 'fed05' with lines lw 3,\
@ -303,7 +337,7 @@ unset output
# set output "/var/www/html/csv-reports/fedora-os-latest-mov_avg.png"
# set title "Fedora Selected Versions Unique IPs (7 days moving average)"
# plot ["2014-01-01":"2016-01-20"] \
# plot ["2014-01-01":"2016-12-31"] \
# 'data-mov_avg.csv' using 1:31 title 'Fedora' with lines lw 3,\
# 'data-mov_avg.csv' using 1:21 title 'fed18' with lines lw 3,\
# 'data-mov_avg.csv' using 1:22 title 'fed19' with lines lw 3,\
@ -317,7 +351,7 @@ unset output
# set output "/var/www/html/csv-reports/fedora-os-latest-stacked-mov_avg.png"
# set title "Fedora Selected Versions Unique IPs (7 days moving average)"
# plot ["2014-01-01":"2016-01-20"] \
# plot ["2014-01-01":"2016-12-31"] \
# 'data-mov_avg.csv' using 1:31 title 'Fedora' with lines lw 3,\
# 'data-mov_avg.csv' using 1:($21+$22+$23+$24+$25+$26+$27+$28) title 'fed18' with filledcurves x1,\
# 'data-mov_avg.csv' using 1:($22+$23+$24+$25+$26+$27+$28) title 'fed19' with filledcurves x1,\
@ -331,7 +365,7 @@ unset output
# set output "/var/www/html/csv-reports/fedora-hardware-full-mov_avg.png"
# set title "Fedora Hardware via Unique IPs (7 days moving average)"
# plot ["2007-05-17":"2016-01-20"] \
# plot ["2007-05-17":"2016-12-31"] \
# 'data-mov_avg.csv' using 1:32 title 'alpha' with lines lw 3,\
# 'data-mov_avg.csv' using 1:33 title 'ARM' with lines lw 3,\
# 'data-mov_avg.csv' using 1:34 title 'ARM64' with lines lw 3,\
@ -348,7 +382,7 @@ unset output
# set output "/var/www/html/csv-reports/fedora-hardware-2nd-mov_avg.png"
# set title "Fedora Secondary via Unique IPs (7 days moving average)"
# plot ["2007-05-17":"2016-01-20"] \
# plot ["2007-05-17":"2016-12-31"] \
# 'data-mov_avg.csv' using 1:32 title 'alpha' with lines lw 3,\
# 'data-mov_avg.csv' using 1:33 title 'ARM' with lines lw 3,\
# 'data-mov_avg.csv' using 1:34 title 'ARM64' with lines lw 3,\
@ -363,7 +397,7 @@ unset output
# set output "/var/www/html/csv-reports/fedora-all-stacked-mov_avg.png"
# set title "Fedora Epel Yum Unique IPs (7 days moving average)"
# plot ["2007-05-17":"2016-01-20"] \
# plot ["2007-05-17":"2016-12-31"] \
# 'data-mov_avg.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28+$29) title 'unknown_rel' w filledcurves x1, \
# 'data-mov_avg.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28) title 'rawhide' w filledcurves x1, \
# 'data-mov_avg.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27) title 'fed24' w filledcurves x1, \
@ -396,7 +430,7 @@ unset output
# set output "/var/www/html/csv-reports/fedora-epel-stacked-mov_avg.png"
# set title "Fedora Epel (consolidated) Yum Unique IPs (7 days moving average)"
# plot ["2007-05-17":"2016-01-20"] \
# plot ["2007-05-17":"2016-12-31"] \
# 'data-mov_avg.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28) title 'unknown_rel' w filledcurves x1, \
# 'data-mov_avg.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27) title 'rawhide' w filledcurves x1, \
# 'data-mov_avg.csv' using 1:($2+$3+$4+$5+$6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26) title 'fedora' w filledcurves x1, \
@ -405,7 +439,7 @@ unset output
# set output "/var/www/html/csv-reports/fedora-stacked-mov_avg.png"
# set title "Fedora Yum Unique IPs (7 day moving avg)"
# plot ["2007-05-17":"2016-01-20"] \
# plot ["2007-05-17":"2016-12-31"] \
# 'data-mov_avg.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28+$29) title 'unknown_rel' w filledcurves x1, \
# 'data-mov_avg.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28) title 'rawhide' w filledcurves x1, \
# 'data-mov_avg.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27) title 'f24' w filledcurves x1, \
@ -434,7 +468,7 @@ unset output
# set output "/var/www/html/csv-reports/fedora-select-stacked-mov_avg.png"
# set title "Fedora Epel Yum Unique IPs (7 days moving average)"
# plot ["2007-05-17":"2016-01-20"] \
# plot ["2007-05-17":"2016-12-31"] \
# 'data-mov_avg.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28+$29) title 'unknown_rel' w filledcurves x1, \
# 'data-mov_avg.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27+$28) title 'rawhide' w filledcurves x1, \
# 'data-mov_avg.csv' using 1:($6+$7+$8+$9+$10+$11+$12+$13+$14+$15+$16+$17+$18+$19+$20+$21+$22+$23+$24+$25+$26+$27) title 'fed18-24' w filledcurves x1, \
@ -443,23 +477,9 @@ unset output
# 'data-mov_avg.csv' using 1:($6+$7+$8+$9+$10) title 'fed03-07' w filledcurves x1
# unset output
# ##
# ## EPEL
# ##
# set output "/var/www/html/csv-reports/epel-all.png"
# set title "Epel Yum Unique IPs"
# plot ["2007-05-17":"2016-01-20"] \
# 'data-all.csv' using 1:2 title 'epel4' with lines lw 3,\
# 'data-all.csv' using 1:3 title 'epel5' with lines lw 3,\
# 'data-all.csv' using 1:4 title 'epel6' with lines lw 3,\
# 'data-all.csv' using 1:5 title 'epel7' with lines lw 3,\
# 'data-all.csv' using 1:30 title 'EPEL' with lines lw 3
# unset output
# set output "/var/www/html/csv-reports/epel-all-mov_avg.png"
# set title "Epel Yum Unique IPs (7 days moving average)"
# plot ["2007-05-17":"2016-01-20"] \
# plot ["2007-05-17":"2016-12-31"] \
# 'data-mov_avg.csv' using 1:2 title 'epel4' with lines lw 3,\
# 'data-mov_avg.csv' using 1:3 title 'epel5' with lines lw 3,\
# 'data-mov_avg.csv' using 1:4 title 'epel6' with lines lw 3,\
@ -467,39 +487,20 @@ unset output
# 'data-mov_avg.csv' using 1:30 title 'EPEL' with lines lw 3
# unset output
# set output "/var/www/html/csv-reports/epel-arch.png"
# set title "Epel Yum Unique IPs"
# plot ["2007-05-17":"2016-01-20"] \
# 'data-all.csv' using 1:43 title 'x86_32' with lines lw 3,\
# 'data-all.csv' using 1:45 title 'x86_64' with lines lw 3,\
# 'data-all.csv' using 1:47 title 'ppc' with lines lw 3,\
# 'data-all.csv' using 1:30 title 'EPEL' with lines lw 3
# unset output
# set output "/var/www/html/csv-reports/epel-arch-mov_avg.png"
# set title "Epel Yum Unique IPs"
# plot ["2007-05-17":"2016-01-20"] \
# plot ["2007-05-17":"2016-12-31"] \
# 'data-mov_avg.csv' using 1:43 title 'x86_32' with lines lw 3,\
# 'data-mov_avg.csv' using 1:45 title 'x86_64' with lines lw 3,\
# 'data-mov_avg.csv' using 1:47 title 'ppc' with lines lw 3,\
# 'data-mov_avg.csv' using 1:30 title 'EPEL' with lines lw 3
# unset output
# set output "/var/www/html/csv-reports/epel-stacked.png"
# set title "Epel Yum Unique IPs"
# plot ["2007-05-17":"2016-01-20"] \
# 'data-all.csv' using 1:($2+$3+$4+$5) title 'epel7' w filledcurves x1, \
# 'data-all.csv' using 1:($2+$3+$4) title 'epel6' w filledcurves x1, \
# 'data-all.csv' using 1:($2+$3) title 'epel5' w filledcurves x1, \
# 'data-all.csv' using 1:($2) title 'epel4' w filledcurves x1
# unset output
# set output "/var/www/html/csv-reports/epel-stacked-mov_avg.png"
# set title "Epel Yum Unique IPs"
# plot ["2007-05-17":"2016-01-20"] \
# plot ["2007-05-17":"2016-12-31"] \
# 'data-mov_avg.csv' using 1:($2+$3+$4+$5) title 'epel7' w filledcurves x1, \
# 'data-mov_avg.csv' using 1:($2+$3+$4) title 'epel6' w filledcurves x1, \
# 'data-mov_avg.csv' using 1:($2+$3) title 'epel5' w filledcurves x1, \
# 'data-mov_avg.csv' using 1:($2) title 'epel4' w filledcurves x1
# unset output