Butun axtardiqlarinizi tapmaq ucun buraya: DAXIL OLUN
  Mp4 Mp3 Axtar Yukle
  Video Axtar Yukle
  Shekil Axtar Yukle
  Informasiya Melumat Axtar
  Hazir Inshalar Toplusu
  AZERI CHAT + Tanishliq
  1-11 Sinif Derslikler Yukle
  Saglamliq Tibbi Melumat
  Whatsapp Plus Yukle(Yeni)

  • Ana səhifə
  • Təsadüfi
  • Yaxınlıqdakılar
  • Daxil ol
  • Nizamlamalar
İndi ianə et Əgər Vikipediya sizin üçün faydalıdırsa, bu gün ianə edin.

Fayl:Operating systems used on top 500 supercomputers.svg

  • Fayl
  • Müzakirə
  • Vikianbar üzərindən baxış
  • Lokal izah əlavə et
  • Fayl
  • Faylın tarixçəsi
  • Faylın istifadəsi
  • Faylın qlobal istifadəsi
  • Metaməlumatlar
Fayl:Operating systems used on top 500 supercomputers.svg
Bu SVG-faylın PNG formatındakı bu görünüşünün ölçüsü: 800 × 480 piksel. Digər ölçülər: 320 × 192 piksel | 1.024 × 614 piksel | 1.280 × 768 piksel | 2.560 × 1.536 piksel | 1.200 × 720 piksel.
Faylın orijinalı (SVG faylı, nominal olaraq 1.200 × 720 piksel, faylın ölçüsü: 47 KB)
Bu fayl Vikianbarda yerləşir. Açıqlama səhifəsindəki məlumatlar aşağıda göstərilib.
Vikianbar azad lisenziyalı media anbarıdır. Siz də töhfə verə bilərsiniz.

Xülasə

İzahOperating systems used on top 500 supercomputers.svg
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
Tarix 12 fevral 2009
Mənbə Eigenes Werk (own work) / source top500.org
Müəllif Benedikt.Seidl
Digər versiyalar

Derivative works of this file:  Operating systems used on top 500 supercomputers de.svg

Image:Top500_OS.png

Lisenziya

Public domainPublic domainfalsefalse
Public domain Mən, bu əsərin müəllif hüquqlarının sahibi kimi, əsəri ictimai mülkiyyətə buraxıram. Bu icazə bütün dünyada qüvvədədir.
In some countries this may not be legally possible; if so:
Mən hər kəsə bu əsərdən hər hansı bir məqsəd üçün, heç bir şərt olmadan, qanunla belə şərtlər tələb olunmadığı təqdirdə istifadə etmək hüququnu verirəm.
 
W3C-validity not checked.

Verwendetes Script für Gnuplot

#!/usr/bin/gnuplot
#
# Gnuplot Script zur Erstellung des SVG-Dokuments
#

unset border

# using native size of 1200 * 720 = (2*2*2*2*3*5*5) * (2*2*2*2*3*3*5)
# so that size can be divided by 1, 2, 3, 4, 5, 6, 8, 10, 12, 15, 16, 20, 24, 30, 40, 48, 60, 80, 120, 240 without aliasing
set terminal svg size 1200 720 fname "DejaVu Sans,24" enhanced
set output "Operating_systems_used_on_top_500_supercomputers.svg"

set ylabel rotate by 0 "%" offset 3,1.0
set key invert reverse Left outside samplen 0.2
set xtics out  scale 0.4,0.1  rotate by 90 offset 0.8,character -1.4  1990,5,2038  nomirror
set ytics out  scale 0.1,0.1  0,10,100
set mxtics 5
set mytics 2
show mxtics
show mytics

set yrange [0:100]

set grid xtics mxtics ytics  front \
    linetype 3 linewidth 2 lc rgb "#e0000000",\
    linetype 3 linewidth 1 lc rgb "#e0000000"
show grid

set label "Unix"     at 1997,45 front font ",32" textcolor "light-cyan"
set label "Linux"    at 2011,45 front font ",32" textcolor "green"
set label "NA/mixed" at 2006,95 front font ",16" textcolor "grey95"
set label "BSD"      at 1994,97 front font ",16" textcolor "#fef000"
show label

plot \
'cpu.csv' using 1:(100-$7)      :(100)         title "Mac"      with filledcurves lt rgb "#6f0085" ,\
       '' using 1:($2+$4+$6+$3) :(100-$7)      title "BSD"      with filledcurves lt rgb "#f7c500" ,\
       '' using 1:($2+$4+$6)    :($2+$4+$6+$3) title "Windows"  with filledcurves lt rgb "#00adef" ,\
       '' using 1:($2+$4)       :($2+$4+$6)    title "NA/mixed" with filledcurves lt rgb "grey90" ,\
       '' using 1:($2)          :($2+$4)       title "Unix"     with filledcurves lt rgb "light-blue" ,\
       '' using 1:(0)           :($2)          title "Linux"    with filledcurves lt rgb "web-green"


#
# output same data with lines instead of filledcurves, plot two diagram in one
#
set output "Operating_systems_used_on_top_500_supercomputers_detail.svg"
set multiplot

#
# top plot
set size   1, 0.4
set origin 0, 0.6

set border
set bmargin 0.5

set yrange [0:100]

set xtics out  scale 0.5,0.3  rotate by 90 offset 0.8,character -1.4  1990,5,2038  nomirror
set ytics out  scale 0.2,0.2  0,20,100

# do not plot years in top plot
set format x ""
# do not plot legend in top plot
set key off
# use fixed width for y
set format y "%3g"

set ylabel rotate by 0 "%" offset 2.5,0

set grid xtics mxtics ytics  back \
    linetype 3 linewidth 2 dashtype 2 lc rgb "#e0000000",\
    linetype 3 linewidth 2 dashtype 3 lc rgb "#e0000000"

unset label

plot   '' using 1:2 title "Linux"    with lines lw 5 lt rgb "web-green" ,\
       '' using 1:4 title "Unix"     with lines lw 5 lt rgb "light-blue" , \
       '' using 1:5 title "BSD"      with lines lw 5 lt rgb "#f7c500" ,\
       '' using 1:3 title "Windows"  with lines lw 5 lt rgb "#00adef" ,\
       '' using 1:7 title "Mac"      with lines lw 5 lt rgb "#6f0085" ,\
       '' using 1:6 title "NA/mixed" with lines lw 5 lt rgb "grey80"

#
# bottom plot
set size   1, 0.6
set origin 0, 0.0

# plot years
set format x "%g"
set bmargin 5
set tmargin 0

set yrange [0:10]
set ytics out  scale 0.2,0.2  0,2,9
set key below horizontal samplen 0.2 box lt rgb "grey"

replot

unset multiplot

set term pop

The above script also generates another diagram with detail view.

Two-pane view of "Operating systems used on top 500 supercomputers"

Verwendete Daten

# 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
2012.9  93.8    0.6     4.0     0.2     1.4     0       # as retrieved 2012-11-12 http://www.top500.org/statistics/list
2013.5  95.2    0.6     3.2     0.2     0.8     0       # as retrieved 2013-06-19 http://www.top500.org/statistics/list
2013.9  96.4    0.4     2.2     0.2     0.8     0       # as retrieved 2013-11-18 http://www.top500.org/statistics/list
2014.5  97.0    0.4     2.4     0.0     0.2     0       # as retrieved 2014-06-23 http://www.top500.org/statistics/list
2014.9  97.0    0.2     2.6     0.0     0.2     0       # as retrieved 2014-11-17 http://www.top500.org/statistics/list
2015.5  97.2    0.2     2.4     0.0     0.2     0       # as retrieved 2015-07-13 http://www.top500.org/statistics/list
2015.9  98.8    0.0     1.2     0.0     0.0     0       # as retrieved 2015-11-16 http://www.top500.org/statistics/list
2016.5  99.4    0       0.6     0       0       0       # as retrieved 2016-06-20 http://www.top500.org/statistics/list
2016.9  99.6    0       0.4     0       0       0       # as retrieved 2016-11-14 http://www.top500.org/statistics/list
2017.5  99.6    0       0.4     0       0       0       # as retrieved 2017-06-19 http://www.top500.org/statistics/list
2017.9  100     0       0       0       0       0       # as retrieved 2017-11-13 http://www.top500.org/statistics/list
2018.5  100     0       0       0       0       0       # as retrieved 2018-06-25 http://www.top500.org/statistics/list
2018.9  100     0       0       0       0       0       # as retrieved 2018-11-12 http://www.top500.org/statistics/list
2019.5  100     0       0       0       0       0       # as retrieved 2019-06-17 http://www.top500.org/statistics/list
2019.9  100     0       0       0       0       0       # as retrieved 2022-04-21 http://www.top500.org/statistics/list
2020.5  100     0       0       0       0       0       # as retrieved 2022-04-21 http://www.top500.org/statistics/list
2020.9  100     0       0       0       0       0       # as retrieved 2022-04-21 http://www.top500.org/statistics/list
2021.5  100     0       0       0       0       0       # as retrieved 2022-04-21 http://www.top500.org/statistics/list
2021.9  100     0       0       0       0       0       # as retrieved 2022-04-21 http://www.top500.org/statistics/list

Başlıqlar

Bu faylın nəyi təmsil etdiyinə dair bir sətirlik izahat əlavə et

Bu faylda təsvir olunan elementlər

təsvir edir

yaradıcı

Vikidata elementi olmayan bir neçə dəyər

Vikimedia istifadəçi adı: Benedikt.Seidl
URL: /wiki/user:Benedikt.Seidl
müəllifin qısa adı: Benedikt.Seidl

copyright status ingilis

müəllif hüquqları ilə qorunur, lakin müəllif hüquqlarının sahibi tərəfindən ictimai istifadəyə verilmişdir

lisenziya

released into the public domain by the copyright holder ingilis

yaranma tarixi

12 fevral 2009

data size ingilis

48.220 Bayt

media type ingilis

image/svg+xml

checksum ingilis

553c005caabc6d3c0be36e8be384be9998513379

təyinetmə üsulu: SHA-1

Faylın tarixçəsi

Faylın əvvəlki versiyasını görmək üçün gün/tarix bölməsindəki tarixlərə klikləyin.

(ən yeni | ən əvvəlki) Göstər (10 daha yeni | 10 daha köhnə) (10 | 20 | 50 | 100 | 250 | 500).
Tarix/VaxtMiniatürÖlçülərİstifadəçiŞərh
hal-hazırkı19:17, 21 aprel 202219:17, 21 aprel 2022 tarixindəki versiyanın miniatür görüntüsü1.200 × 720 (47 KB)Benedikt.Seidlupdate 2021
20:47, 17 iyun 201920:47, 17 iyun 2019 tarixindəki versiyanın miniatür görüntüsü1.200 × 720 (43 KB)HeWhoMowedTheLawnUpdated to June 2019 data
20:49, 13 noyabr 201820:49, 13 noyabr 2018 tarixindəki versiyanın miniatür görüntüsü1.200 × 720 (43 KB)HeWhoMowedTheLawnupdated to Nov 2018 data
11:24, 1 iyul 201811:24, 1 iyul 2018 tarixindəki versiyanın miniatür görüntüsü1.200 × 720 (42 KB)HeWhoMowedTheLawnadd in-diagram labels
10:13, 1 iyul 201810:13, 1 iyul 2018 tarixindəki versiyanın miniatür görüntüsü1.200 × 720 (42 KB)HeWhoMowedTheLawnupdated to June 2018 data
18:01, 13 noyabr 201718:01, 13 noyabr 2017 tarixindəki versiyanın miniatür görüntüsü1.200 × 720 (61 KB)HeWhoMowedTheLawnOops, world domination reached. What's next?
08:28, 22 iyun 201708:28, 22 iyun 2017 tarixindəki versiyanın miniatür görüntüsü1.200 × 720 (60 KB)HeWhoMowedTheLawnupdated to June 2017 data
22:31, 14 noyabr 201622:31, 14 noyabr 2016 tarixindəki versiyanın miniatür görüntüsü1.200 × 720 (60 KB)HeWhoMowedTheLawnUpdated to Nov 2016 data
19:10, 20 iyun 201619:10, 20 iyun 2016 tarixindəki versiyanın miniatür görüntüsü1.200 × 720 (59 KB)HeWhoMowedTheLawnupdated to June 2016 data
18:55, 17 noyabr 201518:55, 17 noyabr 2015 tarixindəki versiyanın miniatür görüntüsü1.200 × 720 (58 KB)HeWhoMowedTheLawnupdated to Nov 2015 data
(ən yeni | ən əvvəlki) Göstər (10 daha yeni | 10 daha köhnə) (10 | 20 | 50 | 100 | 250 | 500).

Faylın istifadəsi

Aşağıdakı səhifə bu faylı istifadə edir:

  • Unix-in tarixi

Faylın qlobal istifadəsi

Bu fayl aşağıdakı vikilərdə istifadə olunur:

  • ar.wikipedia.org layihəsində istifadəsi
    • الخط الزمني للحوسبة 2020–الوقت الحاضر
  • cs.wikipedia.org layihəsində istifadəsi
    • Superpočítač
  • de.wikipedia.org layihəsində istifadəsi
    • Wikipedia:Grafikwerkstatt/Archiv/2008/Dezember
  • de.wikibooks.org layihəsində istifadəsi
    • Benutzer:PantheraLeo1359531/Geschichte der Computertechnik
  • en.wikipedia.org layihəsində istifadəsi
    • History of Unix
    • Usage share of operating systems
    • TOP500
    • Supercomputer operating system
    • Timeline of computing 2020–present
  • et.wikipedia.org layihəsində istifadəsi
    • Superarvuti
  • eu.wikipedia.org layihəsində istifadəsi
    • Sistema eragileen erabilera
  • fi.wikipedia.org layihəsində istifadəsi
    • Supertietokone
  • it.wikipedia.org layihəsində istifadəsi
    • Supercomputer
  • ja.wikipedia.org layihəsində istifadəsi
    • コンピュータ
    • スーパーコンピュータ
  • ko.wikipedia.org layihəsində istifadəsi
    • 운영체제 시장 점유율
  • ru.wikipedia.org layihəsində istifadəsi
    • Top500
  • si.wikipedia.org layihəsində istifadəsi
    • සුපිරි පරිගණක
  • tr.wikipedia.org layihəsində istifadəsi
    • Süper bilgisayar
    • İşletim sistemlerinin kullanım payı
  • uk.wikipedia.org layihəsində istifadəsi
    • Статистика популярності операційних систем
  • zh.wikipedia.org layihəsində istifadəsi
    • 操作系统使用份额

Metaməlumatlar

Bu faylda fotoaparat və ya skanerlə əlavə olunmuş məlumatlar var. Əgər fayl sonradan olunubsa, bəzi parametrlər bu şəkildə göstərilənlərdən fərqli ola bilər.

Qısa başlıqGnuplot
Şəkil başlığıProduced by GNUPLOT 5.4 patchlevel 2
Genişlik1200
Hündürlük720
Mənbə — "https://az.wikipedia.org/wiki/Fayl:Operating_systems_used_on_top_500_supercomputers.svg"
Informasiya Melumat Axtar