This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(old) linode four cores 512MB RAM | |
======================================================================== | |
BYTE UNIX Benchmarks (Version 5.1.3) | |
System: fakedew.net: GNU/Linux | |
OS: GNU/Linux -- 2.6.32.16-linode28 -- #1 SMP Sun Jul 25 21:32:42 UTC 2010 | |
Machine: i686 (unknown) | |
Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8") | |
CPU 0: Intel(R) Xeon(R) CPU L5520 @ 2.27GHz (4533.5 bogomips) | |
Hyper-Threading, MMX, Physical Address Ext |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digital ocean basic ~2.2GHz 512MB RAM | |
======================================================================== | |
BYTE UNIX Benchmarks (Version 5.1.3) | |
System: bark: GNU/Linux | |
OS: GNU/Linux -- 3.2.0-23-virtual -- #36-Ubuntu SMP Tue Apr 10 22:29:03 UTC 2012 | |
Machine: x86_64 (x86_64) | |
Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8") | |
CPU 0: QEMU Virtual CPU version 1.0 (4600.0 bogomips) | |
x86-64, MMX, Physical Address Ext, SYSENTER/SYSEXIT, SYSCALL/SYSRET, Intel virtualization |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hetzner EX6S (Intel Xeon E3-1245 Quadcore, 32GB RAM, ..) | |
=> http://www.hetzner.de/en/hosting/produkte_rootserver/ex6s | |
======================================================================== | |
BYTE UNIX Benchmarks (Version 5.1.3) | |
System: wtfbbq: GNU/Linux | |
OS: GNU/Linux -- 3.8.0-29-generic -- #42~precise1-Ubuntu SMP Wed Aug 14 16:19:23 UTC 2013 | |
Machine: x86_64 (x86_64) | |
Language: en_US.utf8 (charmap="UTF-8", collate="UTF-8") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -xe | |
# from http://gist.github.com/249915 by fairchild | |
if [ -z $1 ]; then | |
echo "usage: $0 INSTANCE_ID" | |
exit | |
fi | |
EBS_DEVICE='/dev/sdh' | |
INSTANCE_ID=$1 |