BACK TO BLOG
Sysadmin

Performance comparison between Jotelulu and OVH servers

At Jotelulu, we question everything and scrutinize every detail. This stems from our obsession with delivering the best service to our customers, driving a strategy of continuous innovation and improvement .

July 6, 2023
·
Manuel Pérez Gómez-Miranda
Table of contents
Example heading content
Example heading content

At Jotelulu, we question everything and scrutinize every detail. This stems from our obsession with delivering the best service to our customers, driving a strategy of continuous innovation and improvement. With this mindset (or obsession), we constantly benchmark features and optimizations against other cloud providers. This time, we've published our findings as an article comparing OVH and Jotelulu, answering the question: Which provider delivers better virtual machine performance—OVH or Jotelulu? Below are the results from various performance tests conducted on Microsoft Windows Server virtual machines from both OVH and Jotelulu.

  • Test machines had identical specifications:
    • Windows Server 2022 Standard
    • 4 cores
    • 16 GB RAM
    • SSD storage
  • Performance measured using selected tools and key parameters:
    • CineBench for CPU processing power (#1). Download: CineBench
    • Vovsoft for RAM performance (#2). Download: Vovsoft
    • Test LAN for network throughput (#3). Download: Test LAN

NOTE:Detailed tool analysis available at the end of the article after conclusions.

OVH vs Jotelulu Performance Comparison

#1. CPU Processing Power

As mentioned, CineBench tested processor performance. Jotelulu showed significant superiority.

CineBench performance comparison: OVH vs Jotelulu VMs
CineBench execution comparison: OVH vs Jotelulu VMs

In CPU Multi-Core tests (using all cores), Jotelulu delivered ~70% better performance than OVH: | | JOTELULU | OVH | |----------------|------------|--------| | **CPU (Multi Core)** | **3726 pts** | 2180 pts | Single-Core tests showed Jotelulu nearly doubling OVH performance (90% advantage): | | JOTELULU | OVH | |----------------|------------|--------| | **CPU (Single Core)** | **975 pts** | 512 pts | OVH led slightly in MP Ratio (multi vs single-core scaling): | | JOTELULU | OVH | |----------------|----------|---------| | **MP Ratio** | 3.82x | **4.26x** | Jotelulu excels in CPU-intensive workloads.

#2. RAM Transfer Performance

Vovsoft measured RAM performance across four metrics. Jotelulu dominated all categories, showing 68% better performance (e.g., elapsed time).

Vovsoft RAM benchmark: OVH vs Jotelulu VMs
Vovsoft RAM benchmark comparison: OVH vs Jotelulu

| Metric | Jotelulu | OVH | |-------------------------|-------------------|------------------| | **Total Physical Memory** | **15.99GB** | 14.65GB | | **Available Memory** | **12.26GB** | 11.2GB | | Block Size | 1GB | 1GB | | **Elapsed Time** | **1.03s** | 1.74s | | **Speed (Avg)** | **1988.22 MB/s** | 1185.08 MB/s | | **Speed (Min)** | **1928.44 MB/s** | 1110.63 MB/s | | **Speed (Max)** | **2048.00 MB/s** | 1259.53 MB/s |

#3. Network Data Transfer

LAN Speed Test measured network throughput to a remote drive (Z:). Tests wrote/reads 2GB random data files.

2GB remote drive transfer: OVH vs Jotelulu
2GB remote drive transfer comparison

Jotelulu led both read/write: 256% faster writes, 154% faster reads. | Test | Metric | JOTELULU | OVH | |---------------|--------------------|---------------|-------------| | **Writing** | Time/Packet (s) | **200.33** | 514.65 | | | Bytes/sec | **9,983,607**| 3,878,621 | | | **Mbps** | **79.97** | 31.03 | | **Reading** | Time/Packet (s) | **5.44** | 8.38 | | | Bytes/sec | **367M** | 238M | | | **Mbps** | **2941.74** | 1909.87 |

Conclusions

This analysis used dedicated benchmarking tools to test key VM performance metrics, comparing identical configurations from Jotelulu vs OVH. Jotelulu consistently outperformed OVH: - CPU: Superior multi/single-core performance - RAM: 68% faster transfer speeds - Network: 154-256% better throughput We hope this analysis guides your cloud provider evaluation.

Appendix: Tool Details

CineBench

Industry-standard CPU benchmark using ray-tracing rendering. Tests single/multi-core performance and MP Ratio.

Vovsoft RAM Benchmark

Simple RAM speed tester supporting DDR1-5. Measures read/write speeds across block sizes.

Test LAN

Network throughput tester for HDD/USB/LAN. Bypasses OS cache for accurate measurements.

Read more

Sysadmin
Manuel Pérez Gómez-Miranda
·
6.20.26

Performance comparison between Jotelulu and OVH servers

Jotelulu beats OVH by 70%+ in CPU, 68% in RAM, 256% in network. Identical 4-core/16GB Windows Server 2022 VMs benchmarked with CineBench, Vovsoft, LAN Speed Test.
Read article
Sysadmin
Manuel Pérez Gómez-Miranda
·
6.20.26

Deleting old files using PowerShell scripts

Learn how to delete old files using PowerShell. One-line script removes files older than X days from any folder. Perfect for temp cleanup, logs, and automated maintenance.
Read article
Sysadmin
Manuel Pérez Gómez-Miranda
·
6.20.26

How to map a network drive using a PowerShell script

Learn how to map personal network drives using PowerShell and New-PSDrive. Automate drive mapping with username variables for any authenticated user. Step-by-step guide.
Read article
Back to blog