SlideShare a Scribd company logo
1 of 9
Download to read offline
Linux Performance Benchmarking Report
@nephoscale // www.nephoscale.com
(855) NEPHOS-9
United States - (855) 637-4679
International - +1 (408) 599-7008
Proudly Made in Silicon Valley
Methodology
The objective of the test suite was to show out-of-the-box performance for cloud servers across
multiple cloud hosting vendors. The following steps were performed to run the tests on NephoScale
and other industry leading cloud IaaS providers.
1. A virtual server instance in the cost range provided was provisioned for each vendor in the
matrix.
2. The open-source CloudBench tool was then downloaded, and without any post provisioning
modifications of the VM, the tool was run and the data recorded.
3. CloudBench uses industry standard benchmark tests for Linux servers, including Phoronix Test
Suite, fio, ioping, and IOzone and logs the combined output in any easy to read format.
4. All tests we performed using Ubuntu Precise 14.04 64-bit and Python 2.7, and the default
parameters were provided when running CloudBench.
5. All pricing and performance data is accurate as of September 1st, 2014.
Benchmarking Methodology
2
Proudly Made in Silicon Valley
IOZone Write Performance Test
3
IOZone data in MB/s averaged across Linux virtual servers within the cost category
VM Price Range NephoScale Digital Ocean AWS GCE Linode Rackspace Soft Layer
$0.007 - $0.02 138 30 4 124
$0.022 - $0.06 166 20 9 115 37
$0.07 - $0.09 152 12 19 33 61
$0.1- $0.12 172 1 13 101 54
$0.16 - $0.18 133 20 16 65
$0.21 - $0.27 130 24 15 161 69
$0.32 - $0.68 144 36 16 23 125 24 51
$0.72 - $0.96 128 30 15 140 55
$1.08 - $2.72 15 23 149 11
• The IOZone write
performance test measures
the throughput of writing
16KB records to a 512MB file
using Direct I/O
• Measured in MB/s this
statistic is a good indicator of
raw bandwidth available for
writing a file sequentially to
the file system
Proudly Made in Silicon Valley
IOZone Read Performance Test
4
IOZone data in MB/s averaged across Linux virtual servers within the cost category
Hourly Price
Range NephoScale Digital Ocean AWS GCE Linode Rackspace Soft Layer
$0.007 - $0.02 190 92 4 131
$0.022 - $0.06 181 134 14 143 59
$0.07 - $0.09 216 33 17 54 95
$0.1- $0.12 213 242 48 110 77
$0.16 - $0.18 211 16 19 111
$0.21 - $0.27 144 160 48 193 104
$0.32 - $0.68 186 149 38 17 175 66 72
$0.72 - $0.96 214 179 39 187 86
$1.08 - $2.72 35 17 175 59 81
• The IOZone read performance
test measures the throughput
of reading 16KB records from
a 512MB file using Direct I/O
• Measured in MB/s this
statistic is a good indicator of
raw bandwidth available for
reading a file sequentially
from the file system
Proudly Made in Silicon Valley
FIO Random Write IOPs Performance Test
5
FIO data in 4k blocks averaged across Linux virtual servers within the cost category
Hourly Price
Range NephoScale Digital Ocean AWS GCE Linode Rackspace Soft Layer
$0.007 - $0.02 9716 2235 275 7654
$0.022 - $0.06 11237 2289 652 7505 5294
$0.07 - $0.09 12254 1033 1355 4371 1212
$0.1- $0.12 9569 211 1263 6039 1551
$0.16 - $0.18 11910 1426 4083 2335
$0.21 - $0.27 8338 1692 1009 10006 2333
$0.32 - $0.68 11701 2466 1260 1688 8386 5221 1205
$0.72 - $0.96 11272 1811 1234 8192 1191
$1.08 - $2.72 1112 1759 8855 5674 2033
• The FIO (Flexible I/O) random
write performance test
measures the rate of
Input/Output operations per
second while writing 4KB blocks
randomly to a 512MB file using
synchronous Direct I/O
• Measured in IOPs this statistic is
a good indicator of the average
number of system calls per unit
time achievable for random
write operations to a file in the
file system
Proudly Made in Silicon Valley
FIO Random Read IOPs Performance Test
6
FIO data in 4k blocks averaged across Linux virtual servers within the cost category
Hourly Price
Range NephoScale Digital Ocean AWS GCE Linode Rackspace Soft Layer
$0.007 - $0.02 9528 6140 337 7513
$0.022 - $0.06 12570 7548 922 6102 3641
$0.07 - $0.09 13468 2364 1000 3259 507
$0.1- $0.12 14397 8378 3064 5259 3254
$0.16 - $0.18 12958 1075 2711 6427
$0.21 - $0.27 11261 9291 3064 11788 6763
$0.32 - $0.68 11313 8940 2680 1160 5957 3851 553
$0.72 - $0.96 9392 9598 2651 7058 533
$1.08 - $2.72 2394 1158 8635 4382 5216
• The FIO (Flexible I/O) random
read performance test measures
the rate of Input/Output
operations per second while
reading 4KB blocks randomly
from a 512MB file using Direct
I/O
• Measured in IOPs this statistic is
a good indicator of the average
number of system calls per unit
time achievable for random read
operations from a file in the file
system
Proudly Made in Silicon Valley
IOPing Latency Performance Test
7
IO Ping data in Micro Seconds averaged across Linux virtual servers within the cost category
Hourly Price
Range NephoScale Digital Ocean AWS GCE Linode Rackspace Soft Layer
$0.007 - $0.02 155 250 309 229
$0.022 - $0.06 186 358 316 205 333
$0.07 - $0.09 220 667 318 423 163
$0.1- $0.12 149 185 340 239 209
$0.16 - $0.18 249 323 348 225
$0.21 - $0.27 180 213 317 138 178
$0.32 - $0.68 142 311 560 319 223 367 238
$0.72 - $0.96 128 242 500 215 263
$1.08 - $2.72 586 319 187 297 328
• The IOPing latency
performance test measures
the round-trip time (similar to
a network ping test) by writing
and reading from a file using
Direct I/O
• Measured in microseconds this
statistic is a good indicator of
latency or time it takes for a
write followed by a read
operation to a file in the file
system
Proudly Made in Silicon Valley
CPU Performance Test
8
Multi Core data in Seconds averaged across Linux virtual servers within the cost category
Hourly Price
Range NephoScale Digital Ocean AWS GCE Linode Rackspace Soft Layer
$0.007 - $0.02 812 1026 2549 773
$0.022 - $0.06 472 354 1065 242 661
$0.07 - $0.09 221 1111 397 447 714
$0.1- $0.12 116 327 422 114 650
$0.16 - $0.18 117 337 194 359
$0.21 - $0.27 81 109 221 87 185
$0.32 - $0.68 97 67 114 95 65 153 108
$0.72 - $0.96 74 61 117 59 68
$1.08 - $2.72 33 61 53 83 93
• The CPU performance test
measures the time to
compile the Linux kernel on
a multi-core system
• Measured in seconds this
statistic is a good indicator
of CPU performance on
large standard data set with
a variety of data structures
(Linux kernel) and a large
program with a wide variety
of instructions (gcc)
Proudly Made in Silicon Valley
Metric NephoScale Industry Avg.
Performance
Comparison
NephoScale Price-
to-Performance
Ratio
Industry Avg. Price-
to-Performance
Ratio
Price-to-
Performance
Comparison
iozone-write MB/s 149.46 44.35 3.4 0.00134 0.01097 8.2
iozone-read MB/s 190.08 84.34 2.3 0.00106 0.00577 5.5
fio-write IOPS 10855.62 3187.19 3.4 0.00002 0.00015 8.3
fio-read IOPS 11802.85 4289.28 2.8 0.00002 0.00011 6.7
ioping-latency usec 174.23 336.68 0.5 0.00115 0.00145 1.3
multicore-cpu sec 331.85 319.84 1.0 0.00061 0.00152 2.5
price $/hour 0.2 0.49 0.4
Conclusion of Test Results
9
Conclusion
Taken on average cloud server disk I/O performance on NephoScale outperforms the industry average 2-3
times. At less than half the price of the competitors NephoScale's price-to-performance ratio is the best in the
industry with 1-8 times the value over the average.
Resources
The CloudBench tool we created to benchmark cloud service providers is located here and is open-sourced under
an Apache License v2.0. Pull requests are welcome to improve the tool with future enhancements.

More Related Content

What's hot

OSAC16: Unikernel-powered Transient Microservices: Changing the Face of Softw...
OSAC16: Unikernel-powered Transient Microservices: Changing the Face of Softw...OSAC16: Unikernel-powered Transient Microservices: Changing the Face of Softw...
OSAC16: Unikernel-powered Transient Microservices: Changing the Face of Softw...Russell Pavlicek
 
Designing Stateful Apps for Cloud and Kubernetes
Designing Stateful Apps for Cloud and KubernetesDesigning Stateful Apps for Cloud and Kubernetes
Designing Stateful Apps for Cloud and KubernetesEvan Chan
 
Reliable, Scalable Kubernetes on AWS
Reliable, Scalable Kubernetes on AWSReliable, Scalable Kubernetes on AWS
Reliable, Scalable Kubernetes on AWSApplatix
 
Docker Usage Patterns - Meetup Docker Paris - November, 10th 2015
Docker Usage Patterns - Meetup Docker Paris - November, 10th 2015Docker Usage Patterns - Meetup Docker Paris - November, 10th 2015
Docker Usage Patterns - Meetup Docker Paris - November, 10th 2015Datadog
 
Sharing Best Practices in Setting up and Operating OpenStack CI Loops
Sharing Best Practices in Setting up and Operating OpenStack CI LoopsSharing Best Practices in Setting up and Operating OpenStack CI Loops
Sharing Best Practices in Setting up and Operating OpenStack CI LoopsThe Linux Foundation
 
From Zero to Serverless
From Zero to ServerlessFrom Zero to Serverless
From Zero to ServerlessChad Green
 
CIF16: Unikernels: The Past, the Present, the Future ( Russell Pavlicek, Xen ...
CIF16: Unikernels: The Past, the Present, the Future ( Russell Pavlicek, Xen ...CIF16: Unikernels: The Past, the Present, the Future ( Russell Pavlicek, Xen ...
CIF16: Unikernels: The Past, the Present, the Future ( Russell Pavlicek, Xen ...The Linux Foundation
 
Automated Deployment Using Jenkins Across Clusters
Automated Deployment Using Jenkins Across ClustersAutomated Deployment Using Jenkins Across Clusters
Automated Deployment Using Jenkins Across ClustersNaveen S.R
 
Docker Online Meetup #31: Unikernels
Docker Online Meetup #31: UnikernelsDocker Online Meetup #31: Unikernels
Docker Online Meetup #31: UnikernelsDocker, Inc.
 
Sfo17 109 containerized vn fs with data plane acceleration on arm platform
Sfo17 109 containerized vn fs with data plane acceleration on arm platformSfo17 109 containerized vn fs with data plane acceleration on arm platform
Sfo17 109 containerized vn fs with data plane acceleration on arm platformLinaro
 
Next Generation Cloud: Rise of the Unikernel V3 (UPDATED)
Next Generation Cloud: Rise of the Unikernel V3 (UPDATED)Next Generation Cloud: Rise of the Unikernel V3 (UPDATED)
Next Generation Cloud: Rise of the Unikernel V3 (UPDATED)The Linux Foundation
 
Running Neutron at Scale - Gal Sagie & Eran Gampel - OpenStack Day Israel 2016
Running Neutron at Scale - Gal Sagie & Eran Gampel - OpenStack Day Israel 2016Running Neutron at Scale - Gal Sagie & Eran Gampel - OpenStack Day Israel 2016
Running Neutron at Scale - Gal Sagie & Eran Gampel - OpenStack Day Israel 2016Cloud Native Day Tel Aviv
 
Elixir Processes
Elixir ProcessesElixir Processes
Elixir ProcessesAdam Steel
 
Puppet at the centre of everything
Puppet at the centre of everythingPuppet at the centre of everything
Puppet at the centre of everythingServer Density
 
NANOG 74: That KSK Roll
NANOG 74: That KSK RollNANOG 74: That KSK Roll
NANOG 74: That KSK RollAPNIC
 
OpenStack Tokyo Talk Application Data Protection Service
OpenStack Tokyo Talk Application Data Protection ServiceOpenStack Tokyo Talk Application Data Protection Service
OpenStack Tokyo Talk Application Data Protection ServiceEran Gampel
 

What's hot (18)

OSAC16: Unikernel-powered Transient Microservices: Changing the Face of Softw...
OSAC16: Unikernel-powered Transient Microservices: Changing the Face of Softw...OSAC16: Unikernel-powered Transient Microservices: Changing the Face of Softw...
OSAC16: Unikernel-powered Transient Microservices: Changing the Face of Softw...
 
Designing Stateful Apps for Cloud and Kubernetes
Designing Stateful Apps for Cloud and KubernetesDesigning Stateful Apps for Cloud and Kubernetes
Designing Stateful Apps for Cloud and Kubernetes
 
Reliable, Scalable Kubernetes on AWS
Reliable, Scalable Kubernetes on AWSReliable, Scalable Kubernetes on AWS
Reliable, Scalable Kubernetes on AWS
 
IITCC15: Xen Project 4.6 Update
IITCC15: Xen Project 4.6 UpdateIITCC15: Xen Project 4.6 Update
IITCC15: Xen Project 4.6 Update
 
Docker Usage Patterns - Meetup Docker Paris - November, 10th 2015
Docker Usage Patterns - Meetup Docker Paris - November, 10th 2015Docker Usage Patterns - Meetup Docker Paris - November, 10th 2015
Docker Usage Patterns - Meetup Docker Paris - November, 10th 2015
 
Sharing Best Practices in Setting up and Operating OpenStack CI Loops
Sharing Best Practices in Setting up and Operating OpenStack CI LoopsSharing Best Practices in Setting up and Operating OpenStack CI Loops
Sharing Best Practices in Setting up and Operating OpenStack CI Loops
 
From Zero to Serverless
From Zero to ServerlessFrom Zero to Serverless
From Zero to Serverless
 
CIF16: Unikernels: The Past, the Present, the Future ( Russell Pavlicek, Xen ...
CIF16: Unikernels: The Past, the Present, the Future ( Russell Pavlicek, Xen ...CIF16: Unikernels: The Past, the Present, the Future ( Russell Pavlicek, Xen ...
CIF16: Unikernels: The Past, the Present, the Future ( Russell Pavlicek, Xen ...
 
Automated Deployment Using Jenkins Across Clusters
Automated Deployment Using Jenkins Across ClustersAutomated Deployment Using Jenkins Across Clusters
Automated Deployment Using Jenkins Across Clusters
 
Docker Online Meetup #31: Unikernels
Docker Online Meetup #31: UnikernelsDocker Online Meetup #31: Unikernels
Docker Online Meetup #31: Unikernels
 
Sfo17 109 containerized vn fs with data plane acceleration on arm platform
Sfo17 109 containerized vn fs with data plane acceleration on arm platformSfo17 109 containerized vn fs with data plane acceleration on arm platform
Sfo17 109 containerized vn fs with data plane acceleration on arm platform
 
Next Generation Cloud: Rise of the Unikernel V3 (UPDATED)
Next Generation Cloud: Rise of the Unikernel V3 (UPDATED)Next Generation Cloud: Rise of the Unikernel V3 (UPDATED)
Next Generation Cloud: Rise of the Unikernel V3 (UPDATED)
 
Running Neutron at Scale - Gal Sagie & Eran Gampel - OpenStack Day Israel 2016
Running Neutron at Scale - Gal Sagie & Eran Gampel - OpenStack Day Israel 2016Running Neutron at Scale - Gal Sagie & Eran Gampel - OpenStack Day Israel 2016
Running Neutron at Scale - Gal Sagie & Eran Gampel - OpenStack Day Israel 2016
 
Elixir Processes
Elixir ProcessesElixir Processes
Elixir Processes
 
Puppet at the centre of everything
Puppet at the centre of everythingPuppet at the centre of everything
Puppet at the centre of everything
 
Erlang on OSv
Erlang on OSvErlang on OSv
Erlang on OSv
 
NANOG 74: That KSK Roll
NANOG 74: That KSK RollNANOG 74: That KSK Roll
NANOG 74: That KSK Roll
 
OpenStack Tokyo Talk Application Data Protection Service
OpenStack Tokyo Talk Application Data Protection ServiceOpenStack Tokyo Talk Application Data Protection Service
OpenStack Tokyo Talk Application Data Protection Service
 

Viewers also liked

Nagua, historia y cultura, año 2003
Nagua, historia y cultura, año 2003Nagua, historia y cultura, año 2003
Nagua, historia y cultura, año 2003Felix Leon
 
NephOS Product Datasheet
NephOS Product DatasheetNephOS Product Datasheet
NephOS Product DatasheetNephoScale
 
Farming hadoop in_the_cloud
Farming hadoop in_the_cloudFarming hadoop in_the_cloud
Farming hadoop in_the_cloudSteve Loughran
 
Driving Business Applications with Real-Time Data
Driving Business Applications with Real-Time DataDriving Business Applications with Real-Time Data
Driving Business Applications with Real-Time DataBP Logix
 
Get Your Head in the Cloud
Get Your Head in the CloudGet Your Head in the Cloud
Get Your Head in the CloudClaris Networks
 
Fabasoft at go international.at (November 2010)
Fabasoft at go international.at (November 2010)Fabasoft at go international.at (November 2010)
Fabasoft at go international.at (November 2010)Fabasoft eGov Suite
 
Infographic: 10 Jaw-dropping Skype for Business Stats
Infographic: 10 Jaw-dropping Skype for Business StatsInfographic: 10 Jaw-dropping Skype for Business Stats
Infographic: 10 Jaw-dropping Skype for Business StatsExinda
 
Cloud Expo May 09 Richard Britton, Cloud Computing for SMEs
Cloud Expo May 09 Richard Britton, Cloud Computing for SMEsCloud Expo May 09 Richard Britton, Cloud Computing for SMEs
Cloud Expo May 09 Richard Britton, Cloud Computing for SMEsEasynet Connect
 
Data on demand flexible archiving in a big content world
Data on demand   flexible archiving in a big content worldData on demand   flexible archiving in a big content world
Data on demand flexible archiving in a big content worldActuate Corporation
 
The Rise of the Mobile Web
The Rise of the Mobile WebThe Rise of the Mobile Web
The Rise of the Mobile WebZSL Mobile
 
Optimizing the Monetization of a Connected Universe
Optimizing the Monetization of a Connected UniverseOptimizing the Monetization of a Connected Universe
Optimizing the Monetization of a Connected UniverseComverse, Inc.
 
High Performance Medical Reconstruction Using Stream Programming Paradigms
High Performance Medical Reconstruction Using Stream Programming ParadigmsHigh Performance Medical Reconstruction Using Stream Programming Paradigms
High Performance Medical Reconstruction Using Stream Programming ParadigmsQuEST Global (erstwhile NeST Software)
 

Viewers also liked (20)

Nagua, historia y cultura, año 2003
Nagua, historia y cultura, año 2003Nagua, historia y cultura, año 2003
Nagua, historia y cultura, año 2003
 
NephOS Product Datasheet
NephOS Product DatasheetNephOS Product Datasheet
NephOS Product Datasheet
 
Farming hadoop in_the_cloud
Farming hadoop in_the_cloudFarming hadoop in_the_cloud
Farming hadoop in_the_cloud
 
Product Engineering
Product EngineeringProduct Engineering
Product Engineering
 
Driving Business Applications with Real-Time Data
Driving Business Applications with Real-Time DataDriving Business Applications with Real-Time Data
Driving Business Applications with Real-Time Data
 
What's New with vSphere 4
What's New with vSphere 4What's New with vSphere 4
What's New with vSphere 4
 
iBOS Solution - Incessant Business Operations Suite
iBOS Solution - Incessant Business Operations Suite iBOS Solution - Incessant Business Operations Suite
iBOS Solution - Incessant Business Operations Suite
 
Get Your Head in the Cloud
Get Your Head in the CloudGet Your Head in the Cloud
Get Your Head in the Cloud
 
10 Things to Watch for in 2016
10 Things to Watch for in 201610 Things to Watch for in 2016
10 Things to Watch for in 2016
 
N-Able Summit AUS Finance
N-Able Summit AUS FinanceN-Able Summit AUS Finance
N-Able Summit AUS Finance
 
Fabasoft at go international.at (November 2010)
Fabasoft at go international.at (November 2010)Fabasoft at go international.at (November 2010)
Fabasoft at go international.at (November 2010)
 
Infographic: 10 Jaw-dropping Skype for Business Stats
Infographic: 10 Jaw-dropping Skype for Business StatsInfographic: 10 Jaw-dropping Skype for Business Stats
Infographic: 10 Jaw-dropping Skype for Business Stats
 
Cloud Expo May 09 Richard Britton, Cloud Computing for SMEs
Cloud Expo May 09 Richard Britton, Cloud Computing for SMEsCloud Expo May 09 Richard Britton, Cloud Computing for SMEs
Cloud Expo May 09 Richard Britton, Cloud Computing for SMEs
 
KServe Retail Outlet
KServe Retail OutletKServe Retail Outlet
KServe Retail Outlet
 
Major project final
Major project  finalMajor project  final
Major project final
 
Daily sheet
Daily sheetDaily sheet
Daily sheet
 
Data on demand flexible archiving in a big content world
Data on demand   flexible archiving in a big content worldData on demand   flexible archiving in a big content world
Data on demand flexible archiving in a big content world
 
The Rise of the Mobile Web
The Rise of the Mobile WebThe Rise of the Mobile Web
The Rise of the Mobile Web
 
Optimizing the Monetization of a Connected Universe
Optimizing the Monetization of a Connected UniverseOptimizing the Monetization of a Connected Universe
Optimizing the Monetization of a Connected Universe
 
High Performance Medical Reconstruction Using Stream Programming Paradigms
High Performance Medical Reconstruction Using Stream Programming ParadigmsHigh Performance Medical Reconstruction Using Stream Programming Paradigms
High Performance Medical Reconstruction Using Stream Programming Paradigms
 

Similar to Linux Cloud Server Performance Benchmarks

Alibaba cloud benchmarking report ecs rds limton xavier
Alibaba cloud benchmarking report ecs  rds limton xavierAlibaba cloud benchmarking report ecs  rds limton xavier
Alibaba cloud benchmarking report ecs rds limton xavierLimton Xavier
 
Hardware and Software Co-optimization to Make Sure Oracle Fusion Middleware R...
Hardware and Software Co-optimization to Make Sure Oracle Fusion Middleware R...Hardware and Software Co-optimization to Make Sure Oracle Fusion Middleware R...
Hardware and Software Co-optimization to Make Sure Oracle Fusion Middleware R...Intel IT Center
 
Ceph Day Tokyo -- Ceph on All-Flash Storage
Ceph Day Tokyo -- Ceph on All-Flash StorageCeph Day Tokyo -- Ceph on All-Flash Storage
Ceph Day Tokyo -- Ceph on All-Flash StorageCeph Community
 
Performance analysis with_ceph
Performance analysis with_cephPerformance analysis with_ceph
Performance analysis with_cephAlex Lau
 
AF Ceph: Ceph Performance Analysis and Improvement on Flash
AF Ceph: Ceph Performance Analysis and Improvement on FlashAF Ceph: Ceph Performance Analysis and Improvement on Flash
AF Ceph: Ceph Performance Analysis and Improvement on FlashCeph Community
 
ClickOS_EE80777777777777777777777777777.pptx
ClickOS_EE80777777777777777777777777777.pptxClickOS_EE80777777777777777777777777777.pptx
ClickOS_EE80777777777777777777777777777.pptxBiHongPhc
 
SUSE - performance analysis-with_ceph
SUSE - performance analysis-with_cephSUSE - performance analysis-with_ceph
SUSE - performance analysis-with_cephinwin stack
 
Closing Keynote
Closing KeynoteClosing Keynote
Closing KeynoteNeo4j
 
Ceph Day Taipei - Accelerate Ceph via SPDK
Ceph Day Taipei - Accelerate Ceph via SPDK Ceph Day Taipei - Accelerate Ceph via SPDK
Ceph Day Taipei - Accelerate Ceph via SPDK Ceph Community
 
Our Multi-Year Journey to a 10x Faster Confluent Cloud
Our Multi-Year Journey to a 10x Faster Confluent CloudOur Multi-Year Journey to a 10x Faster Confluent Cloud
Our Multi-Year Journey to a 10x Faster Confluent CloudHostedbyConfluent
 
I/O performance of the Lenovo Storage N4610
I/O performance of the Lenovo Storage N4610I/O performance of the Lenovo Storage N4610
I/O performance of the Lenovo Storage N4610Principled Technologies
 
Ceph Community Talk on High-Performance Solid Sate Ceph
Ceph Community Talk on High-Performance Solid Sate Ceph Ceph Community Talk on High-Performance Solid Sate Ceph
Ceph Community Talk on High-Performance Solid Sate Ceph Ceph Community
 
Presentation Thesis - Convolutional net on the Xeon Phi using SIMD - Gaurav R...
Presentation Thesis - Convolutional net on the Xeon Phi using SIMD - Gaurav R...Presentation Thesis - Convolutional net on the Xeon Phi using SIMD - Gaurav R...
Presentation Thesis - Convolutional net on the Xeon Phi using SIMD - Gaurav R...Gaurav Raina
 
Automate your load testing using Azure DevOps, K6 and Log Analytics
Automate your load testing using Azure DevOps, K6 and Log AnalyticsAutomate your load testing using Azure DevOps, K6 and Log Analytics
Automate your load testing using Azure DevOps, K6 and Log AnalyticsIvan Porta
 
Ceph: Open Source Storage Software Optimizations on Intel® Architecture for C...
Ceph: Open Source Storage Software Optimizations on Intel® Architecture for C...Ceph: Open Source Storage Software Optimizations on Intel® Architecture for C...
Ceph: Open Source Storage Software Optimizations on Intel® Architecture for C...Odinot Stanislas
 
Ceph Day Taipei - Ceph on All-Flash Storage
Ceph Day Taipei - Ceph on All-Flash Storage Ceph Day Taipei - Ceph on All-Flash Storage
Ceph Day Taipei - Ceph on All-Flash Storage Ceph Community
 
Ceph Day KL - Ceph on All-Flash Storage
Ceph Day KL - Ceph on All-Flash Storage Ceph Day KL - Ceph on All-Flash Storage
Ceph Day KL - Ceph on All-Flash Storage Ceph Community
 
Ceph Day Seoul - Ceph on All-Flash Storage
Ceph Day Seoul - Ceph on All-Flash Storage Ceph Day Seoul - Ceph on All-Flash Storage
Ceph Day Seoul - Ceph on All-Flash Storage Ceph Community
 

Similar to Linux Cloud Server Performance Benchmarks (20)

Alibaba cloud benchmarking report ecs rds limton xavier
Alibaba cloud benchmarking report ecs  rds limton xavierAlibaba cloud benchmarking report ecs  rds limton xavier
Alibaba cloud benchmarking report ecs rds limton xavier
 
Hardware and Software Co-optimization to Make Sure Oracle Fusion Middleware R...
Hardware and Software Co-optimization to Make Sure Oracle Fusion Middleware R...Hardware and Software Co-optimization to Make Sure Oracle Fusion Middleware R...
Hardware and Software Co-optimization to Make Sure Oracle Fusion Middleware R...
 
Ceph Day Tokyo -- Ceph on All-Flash Storage
Ceph Day Tokyo -- Ceph on All-Flash StorageCeph Day Tokyo -- Ceph on All-Flash Storage
Ceph Day Tokyo -- Ceph on All-Flash Storage
 
Performance analysis with_ceph
Performance analysis with_cephPerformance analysis with_ceph
Performance analysis with_ceph
 
AF Ceph: Ceph Performance Analysis and Improvement on Flash
AF Ceph: Ceph Performance Analysis and Improvement on FlashAF Ceph: Ceph Performance Analysis and Improvement on Flash
AF Ceph: Ceph Performance Analysis and Improvement on Flash
 
ClickOS_EE80777777777777777777777777777.pptx
ClickOS_EE80777777777777777777777777777.pptxClickOS_EE80777777777777777777777777777.pptx
ClickOS_EE80777777777777777777777777777.pptx
 
SUSE - performance analysis-with_ceph
SUSE - performance analysis-with_cephSUSE - performance analysis-with_ceph
SUSE - performance analysis-with_ceph
 
Closing Keynote
Closing KeynoteClosing Keynote
Closing Keynote
 
Ceph Day Taipei - Accelerate Ceph via SPDK
Ceph Day Taipei - Accelerate Ceph via SPDK Ceph Day Taipei - Accelerate Ceph via SPDK
Ceph Day Taipei - Accelerate Ceph via SPDK
 
Our Multi-Year Journey to a 10x Faster Confluent Cloud
Our Multi-Year Journey to a 10x Faster Confluent CloudOur Multi-Year Journey to a 10x Faster Confluent Cloud
Our Multi-Year Journey to a 10x Faster Confluent Cloud
 
I/O performance of the Lenovo Storage N4610
I/O performance of the Lenovo Storage N4610I/O performance of the Lenovo Storage N4610
I/O performance of the Lenovo Storage N4610
 
Ceph Community Talk on High-Performance Solid Sate Ceph
Ceph Community Talk on High-Performance Solid Sate Ceph Ceph Community Talk on High-Performance Solid Sate Ceph
Ceph Community Talk on High-Performance Solid Sate Ceph
 
Presentation Thesis - Convolutional net on the Xeon Phi using SIMD - Gaurav R...
Presentation Thesis - Convolutional net on the Xeon Phi using SIMD - Gaurav R...Presentation Thesis - Convolutional net on the Xeon Phi using SIMD - Gaurav R...
Presentation Thesis - Convolutional net on the Xeon Phi using SIMD - Gaurav R...
 
Automate your load testing using Azure DevOps, K6 and Log Analytics
Automate your load testing using Azure DevOps, K6 and Log AnalyticsAutomate your load testing using Azure DevOps, K6 and Log Analytics
Automate your load testing using Azure DevOps, K6 and Log Analytics
 
Ceph
CephCeph
Ceph
 
Ceph: Open Source Storage Software Optimizations on Intel® Architecture for C...
Ceph: Open Source Storage Software Optimizations on Intel® Architecture for C...Ceph: Open Source Storage Software Optimizations on Intel® Architecture for C...
Ceph: Open Source Storage Software Optimizations on Intel® Architecture for C...
 
Accelerated SDN in Azure
Accelerated SDN in AzureAccelerated SDN in Azure
Accelerated SDN in Azure
 
Ceph Day Taipei - Ceph on All-Flash Storage
Ceph Day Taipei - Ceph on All-Flash Storage Ceph Day Taipei - Ceph on All-Flash Storage
Ceph Day Taipei - Ceph on All-Flash Storage
 
Ceph Day KL - Ceph on All-Flash Storage
Ceph Day KL - Ceph on All-Flash Storage Ceph Day KL - Ceph on All-Flash Storage
Ceph Day KL - Ceph on All-Flash Storage
 
Ceph Day Seoul - Ceph on All-Flash Storage
Ceph Day Seoul - Ceph on All-Flash Storage Ceph Day Seoul - Ceph on All-Flash Storage
Ceph Day Seoul - Ceph on All-Flash Storage
 

More from NephoScale

Infrastructure as a Service for Business Applications
Infrastructure as a Service for Business ApplicationsInfrastructure as a Service for Business Applications
Infrastructure as a Service for Business ApplicationsNephoScale
 
Getting Started with CloudScript
Getting Started with CloudScriptGetting Started with CloudScript
Getting Started with CloudScriptNephoScale
 
Evolution of Cloud Computing
Evolution of Cloud ComputingEvolution of Cloud Computing
Evolution of Cloud ComputingNephoScale
 
Choosing the Right Infrastructure Provider
Choosing the Right Infrastructure ProviderChoosing the Right Infrastructure Provider
Choosing the Right Infrastructure ProviderNephoScale
 
High Performance Cloud Computing
High Performance Cloud ComputingHigh Performance Cloud Computing
High Performance Cloud ComputingNephoScale
 
NephoScale Elastic Networking
NephoScale Elastic NetworkingNephoScale Elastic Networking
NephoScale Elastic NetworkingNephoScale
 

More from NephoScale (6)

Infrastructure as a Service for Business Applications
Infrastructure as a Service for Business ApplicationsInfrastructure as a Service for Business Applications
Infrastructure as a Service for Business Applications
 
Getting Started with CloudScript
Getting Started with CloudScriptGetting Started with CloudScript
Getting Started with CloudScript
 
Evolution of Cloud Computing
Evolution of Cloud ComputingEvolution of Cloud Computing
Evolution of Cloud Computing
 
Choosing the Right Infrastructure Provider
Choosing the Right Infrastructure ProviderChoosing the Right Infrastructure Provider
Choosing the Right Infrastructure Provider
 
High Performance Cloud Computing
High Performance Cloud ComputingHigh Performance Cloud Computing
High Performance Cloud Computing
 
NephoScale Elastic Networking
NephoScale Elastic NetworkingNephoScale Elastic Networking
NephoScale Elastic Networking
 

Recently uploaded

Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service OnlineCALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Onlineanilsa9823
 
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Standkumarajju5765
 
How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)Damian Radcliffe
 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...APNIC
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.CarlotaBedoya1
 
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Sheetaleventcompany
 
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...tanu pandey
 
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...Escorts Call Girls
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024APNIC
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableSeo
 
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$kojalkojal131
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGAPNIC
 
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Servicegwenoracqe6
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Servicesexy call girls service in goa
 

Recently uploaded (20)

Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
 
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service OnlineCALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
 
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
 
How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)
 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
 
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.
 
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
 
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
 
@9999965857 🫦 Sexy Desi Call Girls Laxmi Nagar 💓 High Profile Escorts Delhi 🫶
@9999965857 🫦 Sexy Desi Call Girls Laxmi Nagar 💓 High Profile Escorts Delhi 🫶@9999965857 🫦 Sexy Desi Call Girls Laxmi Nagar 💓 High Profile Escorts Delhi 🫶
@9999965857 🫦 Sexy Desi Call Girls Laxmi Nagar 💓 High Profile Escorts Delhi 🫶
 
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
 
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
 
Russian Call Girls in %(+971524965298 )# Call Girls in Dubai
Russian Call Girls in %(+971524965298  )#  Call Girls in DubaiRussian Call Girls in %(+971524965298  )#  Call Girls in Dubai
Russian Call Girls in %(+971524965298 )# Call Girls in Dubai
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOG
 
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
 

Linux Cloud Server Performance Benchmarks

  • 1. Linux Performance Benchmarking Report @nephoscale // www.nephoscale.com (855) NEPHOS-9 United States - (855) 637-4679 International - +1 (408) 599-7008
  • 2. Proudly Made in Silicon Valley Methodology The objective of the test suite was to show out-of-the-box performance for cloud servers across multiple cloud hosting vendors. The following steps were performed to run the tests on NephoScale and other industry leading cloud IaaS providers. 1. A virtual server instance in the cost range provided was provisioned for each vendor in the matrix. 2. The open-source CloudBench tool was then downloaded, and without any post provisioning modifications of the VM, the tool was run and the data recorded. 3. CloudBench uses industry standard benchmark tests for Linux servers, including Phoronix Test Suite, fio, ioping, and IOzone and logs the combined output in any easy to read format. 4. All tests we performed using Ubuntu Precise 14.04 64-bit and Python 2.7, and the default parameters were provided when running CloudBench. 5. All pricing and performance data is accurate as of September 1st, 2014. Benchmarking Methodology 2
  • 3. Proudly Made in Silicon Valley IOZone Write Performance Test 3 IOZone data in MB/s averaged across Linux virtual servers within the cost category VM Price Range NephoScale Digital Ocean AWS GCE Linode Rackspace Soft Layer $0.007 - $0.02 138 30 4 124 $0.022 - $0.06 166 20 9 115 37 $0.07 - $0.09 152 12 19 33 61 $0.1- $0.12 172 1 13 101 54 $0.16 - $0.18 133 20 16 65 $0.21 - $0.27 130 24 15 161 69 $0.32 - $0.68 144 36 16 23 125 24 51 $0.72 - $0.96 128 30 15 140 55 $1.08 - $2.72 15 23 149 11 • The IOZone write performance test measures the throughput of writing 16KB records to a 512MB file using Direct I/O • Measured in MB/s this statistic is a good indicator of raw bandwidth available for writing a file sequentially to the file system
  • 4. Proudly Made in Silicon Valley IOZone Read Performance Test 4 IOZone data in MB/s averaged across Linux virtual servers within the cost category Hourly Price Range NephoScale Digital Ocean AWS GCE Linode Rackspace Soft Layer $0.007 - $0.02 190 92 4 131 $0.022 - $0.06 181 134 14 143 59 $0.07 - $0.09 216 33 17 54 95 $0.1- $0.12 213 242 48 110 77 $0.16 - $0.18 211 16 19 111 $0.21 - $0.27 144 160 48 193 104 $0.32 - $0.68 186 149 38 17 175 66 72 $0.72 - $0.96 214 179 39 187 86 $1.08 - $2.72 35 17 175 59 81 • The IOZone read performance test measures the throughput of reading 16KB records from a 512MB file using Direct I/O • Measured in MB/s this statistic is a good indicator of raw bandwidth available for reading a file sequentially from the file system
  • 5. Proudly Made in Silicon Valley FIO Random Write IOPs Performance Test 5 FIO data in 4k blocks averaged across Linux virtual servers within the cost category Hourly Price Range NephoScale Digital Ocean AWS GCE Linode Rackspace Soft Layer $0.007 - $0.02 9716 2235 275 7654 $0.022 - $0.06 11237 2289 652 7505 5294 $0.07 - $0.09 12254 1033 1355 4371 1212 $0.1- $0.12 9569 211 1263 6039 1551 $0.16 - $0.18 11910 1426 4083 2335 $0.21 - $0.27 8338 1692 1009 10006 2333 $0.32 - $0.68 11701 2466 1260 1688 8386 5221 1205 $0.72 - $0.96 11272 1811 1234 8192 1191 $1.08 - $2.72 1112 1759 8855 5674 2033 • The FIO (Flexible I/O) random write performance test measures the rate of Input/Output operations per second while writing 4KB blocks randomly to a 512MB file using synchronous Direct I/O • Measured in IOPs this statistic is a good indicator of the average number of system calls per unit time achievable for random write operations to a file in the file system
  • 6. Proudly Made in Silicon Valley FIO Random Read IOPs Performance Test 6 FIO data in 4k blocks averaged across Linux virtual servers within the cost category Hourly Price Range NephoScale Digital Ocean AWS GCE Linode Rackspace Soft Layer $0.007 - $0.02 9528 6140 337 7513 $0.022 - $0.06 12570 7548 922 6102 3641 $0.07 - $0.09 13468 2364 1000 3259 507 $0.1- $0.12 14397 8378 3064 5259 3254 $0.16 - $0.18 12958 1075 2711 6427 $0.21 - $0.27 11261 9291 3064 11788 6763 $0.32 - $0.68 11313 8940 2680 1160 5957 3851 553 $0.72 - $0.96 9392 9598 2651 7058 533 $1.08 - $2.72 2394 1158 8635 4382 5216 • The FIO (Flexible I/O) random read performance test measures the rate of Input/Output operations per second while reading 4KB blocks randomly from a 512MB file using Direct I/O • Measured in IOPs this statistic is a good indicator of the average number of system calls per unit time achievable for random read operations from a file in the file system
  • 7. Proudly Made in Silicon Valley IOPing Latency Performance Test 7 IO Ping data in Micro Seconds averaged across Linux virtual servers within the cost category Hourly Price Range NephoScale Digital Ocean AWS GCE Linode Rackspace Soft Layer $0.007 - $0.02 155 250 309 229 $0.022 - $0.06 186 358 316 205 333 $0.07 - $0.09 220 667 318 423 163 $0.1- $0.12 149 185 340 239 209 $0.16 - $0.18 249 323 348 225 $0.21 - $0.27 180 213 317 138 178 $0.32 - $0.68 142 311 560 319 223 367 238 $0.72 - $0.96 128 242 500 215 263 $1.08 - $2.72 586 319 187 297 328 • The IOPing latency performance test measures the round-trip time (similar to a network ping test) by writing and reading from a file using Direct I/O • Measured in microseconds this statistic is a good indicator of latency or time it takes for a write followed by a read operation to a file in the file system
  • 8. Proudly Made in Silicon Valley CPU Performance Test 8 Multi Core data in Seconds averaged across Linux virtual servers within the cost category Hourly Price Range NephoScale Digital Ocean AWS GCE Linode Rackspace Soft Layer $0.007 - $0.02 812 1026 2549 773 $0.022 - $0.06 472 354 1065 242 661 $0.07 - $0.09 221 1111 397 447 714 $0.1- $0.12 116 327 422 114 650 $0.16 - $0.18 117 337 194 359 $0.21 - $0.27 81 109 221 87 185 $0.32 - $0.68 97 67 114 95 65 153 108 $0.72 - $0.96 74 61 117 59 68 $1.08 - $2.72 33 61 53 83 93 • The CPU performance test measures the time to compile the Linux kernel on a multi-core system • Measured in seconds this statistic is a good indicator of CPU performance on large standard data set with a variety of data structures (Linux kernel) and a large program with a wide variety of instructions (gcc)
  • 9. Proudly Made in Silicon Valley Metric NephoScale Industry Avg. Performance Comparison NephoScale Price- to-Performance Ratio Industry Avg. Price- to-Performance Ratio Price-to- Performance Comparison iozone-write MB/s 149.46 44.35 3.4 0.00134 0.01097 8.2 iozone-read MB/s 190.08 84.34 2.3 0.00106 0.00577 5.5 fio-write IOPS 10855.62 3187.19 3.4 0.00002 0.00015 8.3 fio-read IOPS 11802.85 4289.28 2.8 0.00002 0.00011 6.7 ioping-latency usec 174.23 336.68 0.5 0.00115 0.00145 1.3 multicore-cpu sec 331.85 319.84 1.0 0.00061 0.00152 2.5 price $/hour 0.2 0.49 0.4 Conclusion of Test Results 9 Conclusion Taken on average cloud server disk I/O performance on NephoScale outperforms the industry average 2-3 times. At less than half the price of the competitors NephoScale's price-to-performance ratio is the best in the industry with 1-8 times the value over the average. Resources The CloudBench tool we created to benchmark cloud service providers is located here and is open-sourced under an Apache License v2.0. Pull requests are welcome to improve the tool with future enhancements.