another year, move the graphs up
This commit is contained in:
parent
2333f77787
commit
96482b42dc
5 changed files with 48 additions and 48 deletions
|
@ -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":"2017-12-31"] \
|
||||
plot ["2014-12-01":"2018-12-31"] \
|
||||
'/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":"2017-12-31"] \
|
||||
plot ["2014-12-01":"2018-12-31"] \
|
||||
'/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":"2017-12-31"] \
|
||||
plot ["2014-12-01":"2018-12-31"] \
|
||||
'/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":"2017-12-31"] \
|
||||
plot ["2014-12-01":"2018-12-31"] \
|
||||
'/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":"2017-12-31"] \
|
||||
plot ["2014-12-01":"2018-12-31"] \
|
||||
'/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":"2017-12-31"] \
|
||||
plot ["2014-01-01":"2018-12-31"] \
|
||||
'/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":"2017-12-31"] \
|
||||
plot ["2014-01-01":"2018-12-31"] \
|
||||
'/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,\
|
||||
|
|
|
@ -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":"2017-12-31"] \
|
||||
plot ["2014-12-01":"2018-12-31"] \
|
||||
'/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":"2017-12-31"] \
|
||||
plot ["2014-12-01":"2018-12-31"] \
|
||||
'/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":"2017-12-31"] \
|
||||
plot ["2014-12-01":"2018-12-31"] \
|
||||
'/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":"2017-12-31"] \
|
||||
plot ["2014-12-01":"2018-12-31"] \
|
||||
'/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":"2017-12-31"] \
|
||||
plot ["2014-12-01":"2018-12-31"] \
|
||||
'/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":"2017-12-31"] \
|
||||
plot ["2014-12-01":"2018-12-31"] \
|
||||
'/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":"2017-12-31"] \
|
||||
plot ["2014-01-01":"2018-12-31"] \
|
||||
'/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":"2017-12-31"] \
|
||||
plot ["2014-01-01":"2018-12-31"] \
|
||||
'/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":"2017-12-31"] \
|
||||
plot ["2014-01-01":"2018-12-31"] \
|
||||
'/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,\
|
||||
|
|
|
@ -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":"2017-12-31"] \
|
||||
plot ["2014-12-01":"2018-12-31"] \
|
||||
'/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":"2017-12-31"] \
|
||||
plot ["2014-12-01":"2018-12-31"] \
|
||||
'/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
|
||||
|
|
|
@ -10,7 +10,7 @@ set key outside right top Right title 'Legend' box 3
|
|||
##
|
||||
set output "/var/www/html/csv-reports/images/mirrors-all-points.png"
|
||||
set title "Fedora+Epel Yum Unique IPs"
|
||||
plot ["2007-05-17":"2017-12-31"] \
|
||||
plot ["2007-05-17":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:2 title 'epel4' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:3 title 'epel5' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:4 title 'epel6' with lines lw 3,\
|
||||
|
@ -70,13 +70,13 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/fedora-daily.png"
|
||||
set title "Fedora Daily Totals Unique IPs"
|
||||
plot ["2007-05-17":"2017-12-31"] \
|
||||
plot ["2007-05-17":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:36 title 'Fedora' with lines lw 3
|
||||
unset output
|
||||
|
||||
set output "/var/www/html/csv-reports/images/fedora-os-all.png"
|
||||
set title "Fedora OS Yum Unique IPs"
|
||||
plot ["2007-05-17":"2017-12-31"] \
|
||||
plot ["2007-05-17":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:6 title 'fed03' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:7 title 'fed04' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:8 title 'fed05' with lines lw 3,\
|
||||
|
@ -110,7 +110,7 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/fedora-os-latest.png"
|
||||
set title "Fedora Selected Versions Unique IPs"
|
||||
plot ["2014-01-01":"2017-12-31"] \
|
||||
plot ["2014-01-01":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:36 title 'Fedora' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:30 title 'fed27' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:24 title 'fed21' with lines lw 3,\
|
||||
|
@ -125,7 +125,7 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/fedora-os-latest-stacked.png"
|
||||
set title "Fedora Selected Versions Unique IPs"
|
||||
plot ["2013-01-01":"2017-12-31"] \
|
||||
plot ["2013-01-01":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:36 title 'Fedora' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:($27+$28+$29+$30+$33) title 'fed24' with filledcurves x1,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:($28+$29+$30+$33) title 'fed25' with filledcurves x1,\
|
||||
|
@ -136,7 +136,7 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/fedora-hardware-full.png"
|
||||
set title "Fedora Hardware via Unique IPs"
|
||||
plot ["2007-05-17":"2017-12-31"] \
|
||||
plot ["2007-05-17":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:37 title 'alpha' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:38 title 'ARM' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:39 title 'ARM64' with lines lw 3,\
|
||||
|
@ -153,7 +153,7 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/fedora-hardware-2nd.png"
|
||||
set title "Fedora Secondary via Unique IPs"
|
||||
plot ["2007-05-17":"2017-12-31"] \
|
||||
plot ["2007-05-17":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:37 title 'alpha' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:38 title 'ARM' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:39 title 'ARM64' with lines lw 3,\
|
||||
|
@ -168,7 +168,7 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/fedora-epel-stacked.png"
|
||||
set title "Fedora Yum Unique IPs"
|
||||
plot ["2007-05-17":"2017-12-31"] \
|
||||
plot ["2007-05-17":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-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+$30+$31+$32+$33+$34) title 'unknown-release' w filledcurves x1, \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-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+$30+$31+$32+$33) title 'rawhide' w filledcurves x1, \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-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+$30+$31+$32) title 'fed29' w filledcurves x1, \
|
||||
|
@ -207,7 +207,7 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/fedora-stacked.png"
|
||||
set title "Fedora Yum Unique IPs"
|
||||
plot ["2007-05-17":"2017-12-31"] \
|
||||
plot ["2007-05-17":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-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+$30+$31+$32+$33+$34) title 'unknown-release' w filledcurves x1, \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-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+$30+$31+$32+$33) title 'rawhide' w filledcurves x1, \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-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+$30+$31+$32) title 'fed29' w filledcurves x1, \
|
||||
|
@ -241,7 +241,7 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/fedora-select-stacked.png"
|
||||
set title "Fedora Yum Unique IPs"
|
||||
plot ["2007-05-17":"2017-12-31"] \
|
||||
plot ["2007-05-17":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-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+$30+$31+$32+$33) title 'fedora-future' w filledcurves x1, \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-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+$30+$31+$32) title 'fed25-30' w filledcurves x1, \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-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 'fed19-24' w filledcurves x1, \
|
||||
|
@ -256,7 +256,7 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/epel-all.png"
|
||||
set title "Epel Yum Unique IPs"
|
||||
plot ["2007-05-17":"2017-12-31"] \
|
||||
plot ["2007-05-17":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:2 title 'epel4' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:3 title 'epel5' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:4 title 'epel6' with lines lw 3,\
|
||||
|
@ -266,14 +266,14 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/epel-daily.png"
|
||||
set title "Fedora Epel Totals Unique IPs"
|
||||
plot ["2007-05-17":"2017-12-31"] \
|
||||
plot ["2007-05-17":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:35 title 'EPEL' with lines lw 3
|
||||
unset output
|
||||
|
||||
|
||||
set output "/var/www/html/csv-reports/images/epel-arch.png"
|
||||
set title "Epel ARCH Unique IPs"
|
||||
plot ["2007-05-17":"2017-12-31"] \
|
||||
plot ["2007-05-17":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:48 title 'x86_32' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:50 title 'x86_64' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:52 title 'ppc' with lines lw 3,\
|
||||
|
@ -282,7 +282,7 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/epel-stacked.png"
|
||||
set title "Epel Releases Unique IPs"
|
||||
plot ["2007-05-17":"2017-12-31"] \
|
||||
plot ["2007-05-17":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:($2+$3+$4+$5) title 'epel7' w filledcurves x1, \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:($2+$3+$4) title 'epel6' w filledcurves x1, \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:($2+$3) title 'epel5' w filledcurves x1, \
|
||||
|
|
|
@ -10,7 +10,7 @@ set key outside right top Right title 'Legend' box 3
|
|||
##
|
||||
set output "/var/www/html/csv-reports/images/mirrors-all-points-ma.png"
|
||||
set title "Fedora+Epel Yum Unique IPs"
|
||||
plot ["2007-05-17":"2017-12-31"] \
|
||||
plot ["2007-05-17":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:2 title 'epel4' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:3 title 'epel5' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:4 title 'epel6' with lines lw 3,\
|
||||
|
@ -70,13 +70,13 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/fedora-daily-ma.png"
|
||||
set title "Fedora Daily Totals Unique IPs"
|
||||
plot ["2007-05-17":"2017-12-31"] \
|
||||
plot ["2007-05-17":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:36 title 'Fedora' with lines lw 3
|
||||
unset output
|
||||
|
||||
set output "/var/www/html/csv-reports/images/fedora-os-all-ma.png"
|
||||
set title "Fedora OS Yum Unique IPs"
|
||||
plot ["2007-05-17":"2017-12-31"] \
|
||||
plot ["2007-05-17":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:6 title 'fed03' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:7 title 'fed04' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:8 title 'fed05' with lines lw 3,\
|
||||
|
@ -110,7 +110,7 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/fedora-os-latest-ma.png"
|
||||
set title "Fedora Selected Versions Unique IPs"
|
||||
plot ["2014-01-01":"2017-12-31"] \
|
||||
plot ["2014-01-01":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:36 title 'Fedora' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:30 title 'fed27' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:24 title 'fed21' with lines lw 3,\
|
||||
|
@ -125,7 +125,7 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/fedora-os-latest-stacked-ma.png"
|
||||
set title "Fedora Selected Versions Unique IPs"
|
||||
plot ["2013-01-01":"2017-12-31"] \
|
||||
plot ["2013-01-01":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:36 title 'Fedora' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($27+$28+$29+$30+$33) title 'fed24' with filledcurves x1,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($28+$29+$30+$33) title 'fed25' with filledcurves x1,\
|
||||
|
@ -136,7 +136,7 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/fedora-hardware-full-ma.png"
|
||||
set title "Fedora Hardware via Unique IPs"
|
||||
plot ["2007-05-17":"2017-12-31"] \
|
||||
plot ["2007-05-17":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:37 title 'alpha' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:38 title 'ARM' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:39 title 'ARM64' with lines lw 3,\
|
||||
|
@ -153,7 +153,7 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/fedora-hardware-2nd-ma.png"
|
||||
set title "Fedora Secondary via Unique IPs"
|
||||
plot ["2007-05-17":"2017-12-31"] \
|
||||
plot ["2007-05-17":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:37 title 'alpha' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:38 title 'ARM' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:39 title 'ARM64' with lines lw 3,\
|
||||
|
@ -168,7 +168,7 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/fedora-epel-stacked-ma.png"
|
||||
set title "Fedora Yum Unique IPs"
|
||||
plot ["2007-05-17":"2017-12-31"] \
|
||||
plot ["2007-05-17":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.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+$30+$31+$32+$33+$34) title 'unknown-release' w filledcurves x1, \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.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+$30+$31+$32+$33) title 'rawhide' w filledcurves x1, \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.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+$30+$31+$32) title 'fed29' w filledcurves x1, \
|
||||
|
@ -207,7 +207,7 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/fedora-stacked-ma.png"
|
||||
set title "Fedora Yum Unique IPs"
|
||||
plot ["2007-05-17":"2017-12-31"] \
|
||||
plot ["2007-05-17":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.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+$30+$31+$32+$33+$34) title 'unknown-release' w filledcurves x1, \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.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+$30+$31+$32+$33) title 'rawhide' w filledcurves x1, \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.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+$30+$31+$32) title 'fed29' w filledcurves x1, \
|
||||
|
@ -241,7 +241,7 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/fedora-rev-all-stacked-ma.png"
|
||||
set title "Fedora Yum Reverse Unique IPs"
|
||||
plot ["2007-05-17":"2017-12-31"] \
|
||||
plot ["2007-05-17":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($34+$33+$32+$31+$30+$29+$28+$27+$26+$25+$24+$23+$22+$21+$20+$19+$18+$17+$16+$15+$14+$13+$12+$11+$10+$9+$8+$7+$6) title 'fed03' w filledcurves x1 lc rgb "#F0F0F0", \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($34+$33+$32+$31+$30+$29+$28+$27+$26+$25+$24+$23+$22+$21+$20+$19+$18+$17+$16+$15+$14+$13+$12+$11+$10+$9+$8+$7) title 'fed04' w filledcurves x1 lc rgb "#F0F0F0", \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($34+$33+$32+$31+$30+$29+$28+$27+$26+$25+$24+$23+$22+$21+$20+$19+$18+$17+$16+$15+$14+$13+$12+$11+$10+$9+$8) title 'fed05' w filledcurves x1 lc rgb "#F0F0F0", \
|
||||
|
@ -275,7 +275,7 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/fedora-rev-latest-stacked-ma.png"
|
||||
set title "Fedora Yum Unique IPs"
|
||||
plot ["2007-05-17":"2017-12-31"] \
|
||||
plot ["2007-05-17":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($34+$33+$32+$31+$30+$29+$28+$27) title 'fed24' w filledcurves x1, \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($34+$33+$32+$31+$30+$29+$28) title 'fed25' w filledcurves x1, \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($34+$33+$32+$31+$30+$29) title 'fed26' w filledcurves x1, \
|
||||
|
@ -289,7 +289,7 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/fedora-select-stacked-ma.png"
|
||||
set title "Fedora Yum Unique IPs"
|
||||
plot ["2007-05-17":"2017-12-31"] \
|
||||
plot ["2007-05-17":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.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+$30+$31+$32+$33) title 'fedora-future' w filledcurves x1, \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.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+$30+$31+$32) title 'fed25-30' w filledcurves x1, \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.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 'fed19-24' w filledcurves x1, \
|
||||
|
@ -304,7 +304,7 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/epel-all-ma.png"
|
||||
set title "Epel Yum Unique IPs"
|
||||
plot ["2007-05-17":"2017-12-31"] \
|
||||
plot ["2007-05-17":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:2 title 'epel4' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:3 title 'epel5' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:4 title 'epel6' with lines lw 3,\
|
||||
|
@ -314,14 +314,14 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/epel-daily-ma.png"
|
||||
set title "Fedora Epel Totals Unique IPs"
|
||||
plot ["2007-05-17":"2017-12-31"] \
|
||||
plot ["2007-05-17":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:35 title 'EPEL' with lines lw 3
|
||||
unset output
|
||||
|
||||
|
||||
set output "/var/www/html/csv-reports/images/epel-arch-ma.png"
|
||||
set title "Epel ARCH Unique IPs"
|
||||
plot ["2007-05-17":"2017-12-31"] \
|
||||
plot ["2007-05-17":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:48 title 'x86_32' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:50 title 'x86_64' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:52 title 'ppc' with lines lw 3,\
|
||||
|
@ -330,7 +330,7 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/epel-stacked-ma.png"
|
||||
set title "Epel Releases Unique IPs"
|
||||
plot ["2007-05-17":"2017-12-31"] \
|
||||
plot ["2007-05-17":"2018-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($2+$3+$4+$5) title 'epel7' w filledcurves x1, \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($2+$3+$4) title 'epel6' w filledcurves x1, \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($2+$3) title 'epel5' w filledcurves x1, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue