File:Wikimedia traffic by linux os.svg
Summary
Description |
English: A line graph of the quantity of hits to Wikimedia servers by various Linux user agents. Based on the information from http://stats.wikimedia.org/archive/squid_reports/ |
Date | |
Source | Own work |
Author | Exeva |
Licensing
I, the copyright holder of this work, hereby publish it under the following licenses:
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
![]() |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License. |
You may select the license of your choice.
Gnuplot
Category:Unspec SVG created with Gnuplot#00100218Wikimedia%20traffic%20by%20linux%20os.svg# Tested to work with Gnuplot version 4.4 patchlevel 3 set term svg size 1100,500 dynamic font "sans-serif" set title "Wikimedia Traffic by Linux Operating Systems" set autoscale xfix set grid set style data linespoints set pointsize .6 set key Left width 3 height 0.5 spacing 1.5 reverse box set key outside right set xdata time set timefmt "%Y-%m" set format x "%Y-%m" set yrange [0:] set ylabel "percent of traffic (%)" set xlabel "source: http://stats.wikimedia.org/archive/squid_reports/" \ font "Helvetica,11" textcolor rgb "#555555" set xtics font "Sans-Serif,11" plot \ "distros.txt" using 1:($2/$5)*100 title " Android" linetype rgb "#a4c639" pt 5 linewidth 2, \ "distros.txt" using 1:($3/$5)*100 title " Ubuntu" linetype rgb "#5e2750" pt 7 linewidth 2, \ "distros.txt" using 1:(($4-($2+$3))/$5)*100 lt rgb "#777777" lw 2 pt 9 ps .75 title " Other Linux" with linespoints
Data file "distros.txt"
# http://stats.wikimedia.org/archive/squid_reports/ # MONTH Android Ubuntu Total Wikimedia 2009-04 1122 25380 55999 3762863 2009-05 1224 27312 59680 3910527 2009-06 1574 28474 62961 3973657 2009-07 1891 27013 61687 3721423 2009-08 1716 25623 58446 3727886 2009-09 1269 28300 63773 4221852 2009-10 1346 29185 64484 4263376 2009-11 2087 31479 69354 4460684 2009-12 3538 29232 66652 4192760 2010-01 3892 27024 62689 3846532 2010-02 4461 27933 65374 3956054 2010-03 4981 26014 62879 3714577 2010-04 6307 26345 65080 3725002 2010-05 7518 27546 67070 3736217 2010-06 10244 28507 73317 3897915 2010-07 13709 28673 78401 4234518 2010-08 14962 27324 75308 3944897 2010-09 17940 30948 81701 4270465 2010-10 20059 31740 85027 4209247 2010-11 23861 34171 91346 4464543 2010-12 33036 30662 94709 4160875 2011-01 41592 33804 109330 4589296 2011-02 44566 33156 111805 4522390 2011-03 42221 30755 107158 4242653 2011-04 46091 27668 110473 4123706 2011-05 48787 23197 112635 4095024 2011-06 52178 19344 111277 3738227 2011-07 60719 17686 117609 3523606 2011-08 63847 15929 118374 3637267 2011-09 66894 15541 121508 3655374 2011-10 81239 16924 145129 4175770 2011-11 96099 22474 170338 4798208 2011-12 130157 29432 201029 4528429 2012-01 155644 31589 230371 4813513 2012-02 165954 32329 241684 4918120 # Starting here, the measurement process changed # The figures below use "Monthly Requests, normalized" dataset 2012-03 5051 1004 7389 146184 2012-04 5596 1066 8038 152468 2012-05 6737 1088 9306 159570 2012-06 7048 990 9335 149085 2012-07 6759 875 8822 134187