Skip to content

Instantly share code, notes, and snippets.

@halcyonardency
Created September 5, 2014 19:41
Show Gist options
  • Save halcyonardency/eb479019a3f40d9b06c9 to your computer and use it in GitHub Desktop.
Save halcyonardency/eb479019a3f40d9b06c9 to your computer and use it in GitHub Desktop.
Quick Vultr testing
[root@vultr ~]# hdparm -tT /dev/vda
/dev/vda:
Timing cached reads: 27278 MB in 2.00 seconds = 13655.17 MB/sec
Timing buffered disk reads: 1366 MB in 3.00 seconds = 455.25 MB/sec
[root@vultr ~]# hdparm --direct -tT /dev/vda
/dev/vda:
Timing O_DIRECT cached reads: 872 MB in 2.00 seconds = 435.08 MB/sec
Timing O_DIRECT disk reads: 1276 MB in 3.00 seconds = 424.78 MB/sec
[root@vultr ~]# sysbench --test=cpu run
sysbench 0.5: multi-threaded system evaluation benchmark
Running the test with following options:
Number of threads: 1
Random number generator seed is 0 and will be ignored
Primer numbers limit: 10000
Threads started!
General statistics:
total time: 9.9111s
total number of events: 10000
total time taken by event execution: 9.9053s
response time:
min: 0.93ms
avg: 0.99ms
max: 2.08ms
approx. 95 percentile: 1.04ms
Threads fairness:
events (avg/stddev): 10000.0000/0.00
execution time (avg/stddev): 9.9053/0.00
CPU:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 60
model name : Vultr Virtual CPU 2
stepping : 1
microcode : 0x1
cpu MHz : 3399.978
cache size : 4096 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx rdtscp lm constant_tsc rep_good nopl eagerfpu pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx hypervisor lahf_lm xsaveopt fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm
bogomips : 6799.95
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
System Information
Manufacturer: QEMU
Product Name: Standard PC (i440FX + PIIX, 1996)
Version: pc-i440fx-2.1
[root@vultr ~]# traceroute -n google.com
traceroute to google.com (74.125.224.32), 30 hops max, 60 byte packets
1 108.61.206.1 0.464 ms 0.575 ms 1.003 ms
2 69.31.124.53 3.354 ms 4.861 ms 13.915 ms
3 69.31.124.84 0.273 ms 0.278 ms 69.31.127.129 2.999 ms
4 69.31.125.241 1.810 ms 3.261 ms 1.749 ms
5 152.179.21.13 12.242 ms 157.130.245.21 13.407 ms 152.179.21.13 12.245 ms
6 152.179.21.34 0.491 ms 0.680 ms 0.663 ms
7 * * *
8 209.85.252.149 1.178 ms 1.037 ms 0.894 ms
9 74.125.224.32 0.514 ms 0.485 ms 0.500 ms
[root@vultr ~]# cat /etc/resolv.conf
# Generated by NetworkManager
search guest
nameserver 108.61.206.14
[root@vultr ~]# netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 108.61.206.1 0.0.0.0 UG 0 0 0 eth0
108.61.206.0 0.0.0.0 255.255.254.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
api -
Vultr API Function List
/v1/snapshot/list /v1/snapshot/destroy /v1/snapshot/create /v1/plans/list /v1/regions/list /v1/regions/availability /v1/startupscript/list /v1/startupscript/destroy /v1/startupscript/create /v1/server/list /v1/server/bandwidth /v1/server/reboot /v1/server/halt /v1/server/start /v1/server/destroy /v1/server/reinstall /v1/server/restore_snapshot /v1/server/create /v1/server/list_ipv4 /v1/server/reverse_set_ipv4 /v1/server/reverse_default_ipv4 /v1/server/list_ipv6 /v1/server/reverse_list_ipv6 /v1/server/reverse_set_ipv6 /v1/server/reverse_delete_ipv6 /v1/server/label_set /v1/account/info /v1/os/list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment