move graphs to end of next year
This commit is contained in:
parent
a3c2c43213
commit
059def09c9
4 changed files with 46 additions and 46 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":"2016-12-31"] \
|
||||
plot ["2014-12-01":"2017-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":"2016-12-31"] \
|
||||
plot ["2014-12-01":"2017-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":"2016-12-31"] \
|
||||
plot ["2014-12-01":"2017-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":"2016-12-31"] \
|
||||
plot ["2014-12-01":"2017-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":"2016-12-31"] \
|
||||
plot ["2014-12-01":"2017-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":"2016-12-31"] \
|
||||
plot ["2014-01-01":"2017-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":"2016-12-31"] \
|
||||
plot ["2014-01-01":"2017-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":"2016-12-31"] \
|
||||
plot ["2014-12-01":"2017-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":"2016-12-31"] \
|
||||
plot ["2014-12-01":"2017-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":"2016-12-31"] \
|
||||
plot ["2014-12-01":"2017-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":"2016-12-31"] \
|
||||
plot ["2014-12-01":"2017-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":"2016-12-31"] \
|
||||
plot ["2014-12-01":"2017-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":"2016-12-31"] \
|
||||
plot ["2014-12-01":"2017-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":"2016-12-31"] \
|
||||
plot ["2014-01-01":"2017-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":"2016-12-31"] \
|
||||
plot ["2014-01-01":"2017-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":"2016-12-31"] \
|
||||
plot ["2014-01-01":"2017-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/mirrors-all-points.png"
|
||||
set title "Fedora+Epel Yum Unique IPs"
|
||||
plot ["2007-05-17":"2016-12-31"] \
|
||||
plot ["2007-05-17":"2017-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,\
|
||||
|
@ -69,13 +69,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":"2016-12-31"] \
|
||||
plot ["2007-05-17":"2017-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":"2016-12-31"] \
|
||||
plot ["2007-05-17":"2017-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,\
|
||||
|
@ -109,7 +109,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":"2016-12-31"] \
|
||||
plot ["2014-01-01":"2017-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:31 title 'Fedora' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:23 title 'fed20' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:24 title 'fed21' with lines lw 3,\
|
||||
|
@ -123,7 +123,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":"2016-12-31"] \
|
||||
plot ["2013-01-01":"2017-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:31 title 'Fedora' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:($21+$22+$23+$24+$25+$26+$27+$28+$33) title 'fed18' with filledcurves x1,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all.csv' using 1:($22+$23+$24+$25+$26+$27+$28+$33) title 'fed19' with filledcurves x1,\
|
||||
|
@ -138,7 +138,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":"2016-12-31"] \
|
||||
plot ["2007-05-17":"2017-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,\
|
||||
|
@ -155,7 +155,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":"2016-12-31"] \
|
||||
plot ["2007-05-17":"2017-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,\
|
||||
|
@ -170,7 +170,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":"2016-12-31"] \
|
||||
plot ["2007-05-17":"2017-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, \
|
||||
|
@ -209,7 +209,7 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/fedora-stacked.png"
|
||||
set title "Fedora Epel Yum Unique IPs"
|
||||
plot ["2007-05-17":"2016-12-31"] \
|
||||
plot ["2007-05-17":"2017-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, \
|
||||
|
@ -243,7 +243,7 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/fedora-select-stacked.png"
|
||||
set title "Fedora Epel Yum Unique IPs"
|
||||
plot ["2007-05-17":"2016-12-31"] \
|
||||
plot ["2007-05-17":"2017-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) title 'fed21-24' 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) title 'fed16-20' w filledcurves x1, \
|
||||
|
@ -257,7 +257,7 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/epel-all.png"
|
||||
set title "Epel Yum Unique IPs"
|
||||
plot ["2007-05-17":"2016-12-31"] \
|
||||
plot ["2007-05-17":"2017-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,\
|
||||
|
@ -267,14 +267,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":"2016-12-31"] \
|
||||
plot ["2007-05-17":"2017-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":"2016-12-31"] \
|
||||
plot ["2007-05-17":"2017-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,\
|
||||
|
@ -283,7 +283,7 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/epel-stacked.png"
|
||||
set title "Epel Releases Unique IPs"
|
||||
plot ["2007-05-17":"2016-12-31"] \
|
||||
plot ["2007-05-17":"2017-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, \
|
||||
|
|
|
@ -9,7 +9,7 @@ set term png size 1600,1200
|
|||
##
|
||||
set output "/var/www/html/csv-reports/images/mirrors-all-points-ma.png"
|
||||
set title "Fedora+Epel Yum Unique IPs"
|
||||
plot ["2007-05-17":"2016-12-31"] \
|
||||
plot ["2007-05-17":"2017-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,\
|
||||
|
@ -69,13 +69,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":"2016-12-31"] \
|
||||
plot ["2007-05-17":"2017-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":"2016-12-31"] \
|
||||
plot ["2007-05-17":"2017-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,\
|
||||
|
@ -109,7 +109,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":"2016-12-31"] \
|
||||
plot ["2014-01-01":"2017-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:31 title 'Fedora' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:23 title 'fed20' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:24 title 'fed21' with lines lw 3,\
|
||||
|
@ -123,7 +123,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":"2016-12-31"] \
|
||||
plot ["2013-01-01":"2017-12-31"] \
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:31 title 'Fedora' with lines lw 3,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($21+$22+$23+$24+$25+$26+$27+$28+$33) title 'fed18' with filledcurves x1,\
|
||||
'/var/www/html/csv-reports/mirrors/mirrorsdata-all-7day-ma.csv' using 1:($22+$23+$24+$25+$26+$27+$28+$33) title 'fed19' with filledcurves x1,\
|
||||
|
@ -138,7 +138,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":"2016-12-31"] \
|
||||
plot ["2007-05-17":"2017-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,\
|
||||
|
@ -155,7 +155,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":"2016-12-31"] \
|
||||
plot ["2007-05-17":"2017-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,\
|
||||
|
@ -170,7 +170,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":"2016-12-31"] \
|
||||
plot ["2007-05-17":"2017-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, \
|
||||
|
@ -209,7 +209,7 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/fedora-stacked-ma.png"
|
||||
set title "Fedora Epel Yum Unique IPs"
|
||||
plot ["2007-05-17":"2016-12-31"] \
|
||||
plot ["2007-05-17":"2017-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, \
|
||||
|
@ -243,7 +243,7 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/fedora-rev-all-stacked-ma.png"
|
||||
set title "Fedora Epel Yum Unique IPs"
|
||||
plot ["2007-05-17":"2016-12-31"] \
|
||||
plot ["2007-05-17":"2017-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, \
|
||||
'/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, \
|
||||
'/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, \
|
||||
|
@ -277,7 +277,7 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/fedora-rev-latest-stacked-ma.png"
|
||||
set title "Fedora Epel Yum Unique IPs"
|
||||
plot ["2007-05-17":"2016-12-31"] \
|
||||
plot ["2007-05-17":"2017-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) title 'fed18' w filledcurves x1, \
|
||||
'/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) title 'fed19' w filledcurves x1, \
|
||||
'/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) title 'fed20' w filledcurves x1, \
|
||||
|
@ -297,7 +297,7 @@ unset output
|
|||
|
||||
set output "/var/www/html/csv-reports/images/fedora-select-stacked-ma.png"
|
||||
set title "Fedora Epel Yum Unique IPs"
|
||||
plot ["2007-05-17":"2016-12-31"] \
|
||||
plot ["2007-05-17":"2017-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) title 'fed21-24' 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) title 'fed16-20' w filledcurves x1, \
|
||||
|
@ -311,7 +311,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":"2016-12-31"] \
|
||||
plot ["2007-05-17":"2017-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,\
|
||||
|
@ -321,14 +321,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":"2016-12-31"] \
|
||||
plot ["2007-05-17":"2017-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":"2016-12-31"] \
|
||||
plot ["2007-05-17":"2017-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,\
|
||||
|
@ -337,7 +337,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":"2016-12-31"] \
|
||||
plot ["2007-05-17":"2017-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