Skip to content

Instantly share code, notes, and snippets.

@chicks-net
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chicks-net/fe19862a5158b7248e94 to your computer and use it in GitHub Desktop.
Save chicks-net/fe19862a5158b7248e94 to your computer and use it in GitHub Desktop.
AWS networking goodness

AWS Networking: Downloads

Ubuntu 14LTS, Linux 3.13

  • Linux serv01 3.13.0-45-generic #74-Ubuntu SMP Tue Jan 13 19:36:28 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
  • Linux serv03 3.13.0-45-generic #74-Ubuntu SMP Tue Jan 13 19:36:28 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
instance size scenario in bw in pps out bw out pps hostname Average Queue Size Disk Read kBps Disk Write kBps
c3.4xlarge 2 centos downloads 35917 KBps 24530 225 KBps 3837 serv01 43207 11 33282
m1.small 2 centos downloads 8390 5741 68 1026 serv03

Ubuntu 12LTS, Linux 3.2

  • Linux serv02ubu12 3.2.0-77-virtual #112-Ubuntu SMP Tue Feb 10 15:34:22 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
  • Linux serv04ubu12 3.2.0-77-virtual #112-Ubuntu SMP Tue Feb 10 15:34:22 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
instance size scenario in bw in pps out bw out pps hostname Average Queue Size Disk Read kBps Disk Write kBps
c3.4xlarge 2 centos downloads 39705 27115 347 5290 serv02ubu12
m1.small 2 centos downloads 13188 9018 207 3170 serv04ubu12
wget http://buildlogs.centos.org/rolling/7/isos/x86_64/CentOS-7-x86_64-Everything.iso &
sleep 20
wget http://buildlogs.centos.org/rolling/7/isos/x86_64/CentOS-7-x86_64-DVD.iso &
cd /mnt; sudo mkdir chicks; sudo chown chicks chicks; cd chicks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment