Online Labs – ARM servers in the cloud
labs.online.net
Online Labs – ARM servers in the cloud
1–10 of 41 posts
Re: Online Labs – ARM servers in the cloud
#2Re: Online Labs – ARM servers in the cloud
#3The servers have four logical processors like this
processor : 0
model name : ARMv7 Processor rev 2 (v7l)
Features : half thumb fastmult vfp edsp thumbee fpv3 tls idiva idivt vfpd32 lpae
CPU implementer : 0x56
CPU architecture: 7
CPU variant : 0x2
CPU part : 0x584
CPU revision : 2
[1] https://community.cloud.online.net/Re: Online Labs – ARM servers in the cloud
#4Nice option, how much compute power does these ARM servers offer though?
10$/mo droplet
$ sysbench --test=cpu --cpu-max-prime=2000 run
sysbench 0.4.12: multi-threaded system evaluation benchmark
Running the test with following options:
Number of threads: 1
Doing CPU performance benchmark
Threads started!
Done.
Maximum prime number checked in CPU test: 2000
Test execution summary:
total time: 1.5297s
total number of events: 10000
total time taken by event execution: 1.5219
per-request statistics:
min: 0.14ms
avg: 0.15ms
max: 4.68ms
approx. 95 percentile: 0.16ms
Threads fairness:
events (avg/stddev): 10000.0000/0.00
execution time (avg/stddev): 1.5219/0.00
C1 $ sysbench --test=cpu --cpu-max-prime=2000 run
sysbench 0.4.12: multi-threaded system evaluation benchmark
Running the test with following options:
Number of threads: 1
Doing CPU performance benchmark
Threads started!
Done.
Maximum prime number checked in CPU test: 2000
Test execution summary:
total time: 27.0053s
total number of events: 10000
total time taken by event execution: 26.9926
per-request statistics:
min: 2.69ms
avg: 2.70ms
max: 2.84ms
approx. 95 percentile: 2.72ms
Threads fairness:
events (avg/stddev): 10000.0000/0.00
execution time (avg/stddev): 26.9926/0.00Re: Online Labs – ARM servers in the cloud
#5 free -m
total used free shared buffers cached
Mem: 2020 97 1923 0 6 40
-/+ buffers/cache: 49 1970
Swap: 0 0 0
Server seems to be located in France {
"as": "AS12876 ONLINE S.A.S.",
"city": "",
"country": "France",
"countryCode": "FR",
"isp": "Tiscali France",
"lat": 48.86,
"lon": 2.35,
"org": "Tiscali France",
"query": "212.47.232.90",
"region": "",
"regionName": "",
"status": "success",
"timezone": "Europe/Paris",
"zip": ""
}Re: Online Labs – ARM servers in the cloud
#6Nice option, how much compute power does these ARM servers offer though?
Really silly test 10$/mo droplet $ sysbench --test=cpu --cpu-max-prime=2000 run sysbench 0.4.12: multi-threaded system evaluation benchmark Running the test with following options: Number of threads: 1 Doing CPU performance benchmark Threads started! Done. Maximum prime number checked in CPU test: 2000 Test execution summary: total time: 1.5297s total number of events: 10000 total time taken by event execution: 1.521…
If I'm not mistaken you only have 1 CPU for a droplet at this price.
Re: Online Labs – ARM servers in the cloud
#7Nice option, how much compute power does these ARM servers offer though?
I have 20 of those Xeon cores and 128Gb of RAM in a 2U.
Comparing the ratio of bogomips you'd have to get 598 of those ARM machines in a 2U to get the same bogomips.
Like I said this isn't even slightly scientific but is at least interesting trivia.
Re: Online Labs – ARM servers in the cloud
#8Re: Online Labs – ARM servers in the cloud
#9Don't they have to follow YOU to be able to do that?
Re: Online Labs – ARM servers in the cloud
#10Nice option, how much compute power does these ARM servers offer though?
Not a scientific measure by ANY measure, but a similar core I googled appears to kick out about 200 bogomips whereas a virtual Xeon E5-2690 v2 core on one of my machines knocks out 5984 bogomips. I have 20 of those Xeon cores and 128Gb of RAM in a 2U. Comparing the ratio of bogomips you'd have to get 598 of those ARM machines in a 2U to get the same bogomips. Like I said this isn't even slightly scientific but is at…