diff --git a/docu/BitRates/Capacity-BitRate-Comparison.pdf b/docu/BitRates/Capacity-BitRate-Comparison.pdf new file mode 100644 index 00000000..bcfd1727 Binary files /dev/null and b/docu/BitRates/Capacity-BitRate-Comparison.pdf differ diff --git a/docu/BitRates/Ethernet.rates b/docu/BitRates/Ethernet.rates new file mode 100644 index 00000000..698226b9 --- /dev/null +++ b/docu/BitRates/Ethernet.rates @@ -0,0 +1,8 @@ +# data taken from https://en.wikipedia.org/wiki/List_of_device_bit_rates +1974 2.94 +1980 10 +1995 100 +1998 1000 +2002 10000 +2016 25000 +2018 100000 diff --git a/docu/BitRates/HDD.capacity b/docu/BitRates/HDD.capacity new file mode 100644 index 00000000..11e77533 --- /dev/null +++ b/docu/BitRates/HDD.capacity @@ -0,0 +1,18 @@ +# data extracted from https://en.wikipedia.org/wiki/History_of_hard_disk_drives +1980 5 +1983 10 +1988 20 +1990 857 +1991 1004 +1997 16800 +2005 500000 +2006 750000 +2007 1000000 +2008 1500000 +2009 2000000 +2010 3000000 +2011 4000000 +2013 6000000 +2014 8000000 +2015 10000000 +2017 14000000 diff --git a/docu/BitRates/Infiniband.rates b/docu/BitRates/Infiniband.rates new file mode 100644 index 00000000..06874091 --- /dev/null +++ b/docu/BitRates/Infiniband.rates @@ -0,0 +1,6 @@ +# only 1-fold taken from https://en.wikipedia.org/wiki/List_of_device_bit_rates +2001 2000 +2005 4000 +2007 8000 +2011 13640 +2014 25000 diff --git a/docu/BitRates/make-plot.sh b/docu/BitRates/make-plot.sh new file mode 100755 index 00000000..36636ec7 --- /dev/null +++ b/docu/BitRates/make-plot.sh @@ -0,0 +1,14 @@ +#!/bin/bash + +picturetype="${picturetype:-pdfcairo}" # [ps|jpeg|gif|...] +pictureoptions="${pictureoptions:=small size 800,400}" + +gnuplot <