File:Operating systems used on top 500 supercomputers.svg

From Wikipedia, the free encyclopedia
Jump to: navigation, search
Full resolution(SVG file, nominally 1,000 × 700 pixels, file size: 28 KB)

Contents

Beschreibung [edit]

Description
English: This figure shows the operating systems used on the supercomputers listed on the Top500 list. Data for this figure was compiled from http://top500.org/stats
Date
Source Eigenes Werk (own work) / source top500.org
Author Benedikt.Seidl
Other versions

Derivative works of this file:

Licensing: [edit]

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Verwendetes Script für Gnuplot [edit]

#!/usr/bin/gnuplot
#
# Gnuplot Script zur Erstellung des SVG-Dokuments
#
# gnuplot 4.4.4 (gnuplot 4.6.1 does not display years)
#

set encoding iso_8859_15
unset border

set terminal svg enhanced size 1000 700 fname "DejaVu Sans" fsize 16
set output "result.svg"

set style data filledcurves y1=0 ## füllt die Kurven, aber nicht Ende zu Ende, sondern macht den Farbbereich größer

set ylabel "%" rotate by 0 offset 2,1.5
set key invert reverse Left outside
set xtics  in scale 0,0  rotate by 90  offset first 0.5,first 0-9  1993,1,2012
set ytics  in scale 0,0  0,10,100

set yrange [0:100.001]

set grid front   linetype 0 linewidth 1.000,  linetype 0 linewidth 1.000

plot \
'cpu.csv' using 1:($2+$4+$6+$3+$5+$7) title "mac"      lt rgb "#6f0085" ,\
       '' using 1:($2+$4+$6+$3+$5)    title "bsd"      lt rgb "#f7c500" ,\
       '' using 1:($2+$4+$6+$3)       title "windows"  lt rgb "#1d93d6" ,\
       '' using 1:($2+$4+$6)          title "na/mixed" lt rgb "#aa3030" ,\
       '' using 1:($2+$4)             title "unix"     lt rgb "#6fcbbc" ,\
       '' using 1:($2)                title "linux"    lt rgb "#fff400"

set term x11

Verwendete Daten [edit]

# year  linux   windows unix    bsd     na_mixed        mac
1993.5  0       0       93.60   4.60    1.80    0
1993.9  0       0       93.60   4.80    1.60    0
1994.5  0       0       94.40   4.20    1.40    0
1994.9  0       0       95.40   4.60    0       0
1995.5  0       0       96.20   3.80    0       0
1995.9  0       0       96.40   3.60    0       0
1996.5  0       0       97.40   2.60    0       0
1996.9  0       0       97.80   2.20    0       0
1997.5  0       0       98.80   1.20    0       0
1997.9  0       0       99.20   0.80    0       0
1998.5  0.20    0       99.20   0.60    0       0
1998.9  0.20    0       99.40   0.20    0.20    0
1999.5  3.40    0       96.40   0       0.20    0
1999.9  3.60    0       94.20   1.80    0.40    0
2000.5  5.60    0       90.60   3.40    0.40    0
2000.9  10.80   0       85.40   3.20    0.60    0
2001.5  8.80    0       88.00   2.60    0.60    0
2001.9  7.80    0.20    88.60   2.40    1.00    0
2002.5  13.40   0       82.80   2.60    1.20    0
2002.9  14.60   0       82.40   2.40    0.60    0
2003.5  27.20   0.20    69.80   2.40    0.40    0
2003.9  36.80   0.20    57.80   2.20    2.80    0.20 
2004.5  56.60   0.20    38.20   1.80    3.20    0
2004.9  60.40   0.20    36.40   2.00    0.60    0.40 
2005.5  63.60   0.20    30.80   1.40    3.20    0.80 
2005.9  74.40   0.20    19.40   0.80    4.20    1.00 
2006.5  73.40   0.40    19.20   0.80    5.20    1.00 
2006.9  75.20   0       17.20   0.60    6.40    0.60 
2007.5  77.80   0.60    11.80   0.80    8.40    0.60 
2007.9  84.60   1.40    6.00    0.40    7.20    0.40 
2008.5  85.40   1.00    5.00    0.20    8.00    0.40 
2008.9  87.80   1.00    4.60    0.20    6.20    0.20
2009.5  88.60   1.00    4.40    0.20    5.80    0
2009.9  89.20   1.00    5.00    0.20    4.60    0
2010.5  91.00   1.00    4.40    0.20    3.40    0
2010.9  91.80   1.00    3.80    0.20    3.20    0
2011.5  91.4    0.8     4.6     0.2     3.0     0       # as retrieved 2011-12-02
2011.9  91.4    0.2     6.0     0.2     2.2     0       # as retrieved 2011-12-02
2012.5  92.4    0.4     4.8     0.4     2.2     0       # as retrieved 2012-10-27 http://i.top500.org/stats

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current18:14, 27 October 2012Thumbnail for version as of 18:14, 27 October 20121,000 × 700 (28 KB)HeWhoMowedTheLawnupdated. Note, gnuplot 4.6.0 and 4.6.1 would not display years. Used gnuplot 4.4.4.
22:39, 3 March 2012Thumbnail for version as of 22:39, 3 March 20121,000 × 700 (27 KB)HeWhoMowedTheLawncentered year labels, cosmetics
12:10, 3 December 2011Thumbnail for version as of 12:10, 3 December 20111,000 × 700 (27 KB)HeWhoMowedTheLawnupdated
20:01, 12 February 2011Thumbnail for version as of 20:01, 12 February 20111,000 × 700 (26 KB)HeWhoMowedTheLawnupdated. Reordered operating system according to their 2010 percentage as proposed on http://commons.wikimedia.org/wiki/User_talk:Benedikt.Seidl
06:42, 28 June 2010Thumbnail for version as of 06:42, 28 June 20101,000 × 700 (27 KB)Benedikt.Seidlupdated
17:30, 12 February 2009Thumbnail for version as of 17:30, 12 February 20091,000 × 700 (26 KB)Benedikt.Seidl{{Information |Description={{en|1=This figure shows the operating systems used on the supercomputers listed on the Top500 list. Data for this figure was compiled from http://top500.org/stats}} |Source=Eigenes Werk (own work) / source top500.org |Author=[[
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file:

Metadata