Moon image
Back to posts

Unlocking CPU Power on OVH's Dedicated Server

Last week, I ordered a dedicated server from OVH at a surprisingly affordable rate of US$14.40 per month. The KImsufi KS-LE-C comes with impressive specifications that caught my attention.

KImsufi KS-LE-C

The advertised CPU power of 3.7 GHz / 3.9 GHz seemed promising. However, after running initial tests with yabs, I noticed the speed was capped at 2.4 GHz, despite having the same processor model. Something wasn't quite right.

Solution

Thanks to helpful guidance from the forum community, I learned that the CPU needed to be "unlocked." Here's how to achieve the full processor potential:

First, install cpupower from the linux-tools-generic package:

sudo apt install linux-tools-generic

Before making any changes, document your current CPU frequency

sudo cat /proc/cpuinfo

Unlock the CPU's full power by setting the governor to performance mode

sudo cpupower frequency-set --governor performance

After Unlocked

After implementing these changes, the CPU speed increased from 2.4 GHz to its advertised 3.7 GHz. A simple fix for a significant performance boost!

# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
#              Yet-Another-Bench-Script              #
#                     v2024-06-09                    #
# https://github.com/masonr/yet-another-bench-script #
# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #

Sat Nov  9 11:00:36 UTC 2024

Basic System Information:
---------------------------------
Uptime     : 1 days, 7 hours, 29 minutes
Processor  : Intel(R) Xeon(R) CPU E5-1620 v2 @ 3.70GHz
CPU cores  : 8 @ 3699.755 MHz
AES-NI     : ✔ Enabled
VM-x/AMD-V : ✔ Enabled
RAM        : 31.3 GiB
Swap       : 1024.0 MiB
Disk       : 876.9 GiB
Distro     : Ubuntu 24.04.1 LTS
Kernel     : 6.8.0-48-generic
VM Type    : NONE
IPv4/IPv6  : ✔ Online / ✔ Online

IPv6 Network Information:
---------------------------------
ISP        : OVH SAS
ASN        : AS16276 OVH SAS
Host       : OVH Hosting, Inc
Location   : Beauharnois, Quebec (QC)
Country    : Canada

fio Disk Speed Tests (Mixed R/W 50/50) (Partition /dev/md3):
---------------------------------
Block Size | 4k            (IOPS) | 64k           (IOPS)
  ------   | ---            ----  | ----           ----
Read       | 200.90 MB/s  (50.2k) | 298.55 MB/s   (4.6k)
Write      | 201.43 MB/s  (50.3k) | 300.12 MB/s   (4.6k)
Total      | 402.33 MB/s (100.5k) | 598.67 MB/s   (9.3k)
           |                      |
Block Size | 512k          (IOPS) | 1m            (IOPS)
  ------   | ---            ----  | ----           ----
Read       | 341.10 MB/s    (666) | 324.31 MB/s    (316)
Write      | 359.22 MB/s    (701) | 345.91 MB/s    (337)
Total      | 700.33 MB/s   (1.3k) | 670.22 MB/s    (653)

iperf3 Network Speed Tests (IPv4):
---------------------------------
Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
-----           | -----                     | ----            | ----            | ----
Clouvider       | London, UK (10G)          | 218 Mbits/sec   | 898 Mbits/sec   | 78.0 ms
Eranium         | Amsterdam, NL (100G)      | 253 Mbits/sec   | 853 Mbits/sec   | 82.6 ms
Uztelecom       | Tashkent, UZ (10G)        | 260 Mbits/sec   | 749 Mbits/sec   | 189 ms
Leaseweb        | Singapore, SG (10G)       | 234 Mbits/sec   | 252 Mbits/sec   | 245 ms
Clouvider       | Los Angeles, CA, US (10G) | 258 Mbits/sec   | 903 Mbits/sec   | 68.2 ms
Leaseweb        | NYC, NY, US (10G)         | 291 Mbits/sec   | 938 Mbits/sec   | 9.83 ms
Edgoo           | Sao Paulo, BR (1G)        | 265 Mbits/sec   | 867 Mbits/sec   | 119 ms

iperf3 Network Speed Tests (IPv6):
---------------------------------
Provider        | Location (Link)           | Send Speed      | Recv Speed      | Ping
-----           | -----                     | ----            | ----            | ----
Clouvider       | London, UK (10G)          | 269 Mbits/sec   | 887 Mbits/sec   | 78.1 ms
Eranium         | Amsterdam, NL (100G)      | 245 Mbits/sec   | 812 Mbits/sec   | 82.6 ms
Uztelecom       | Tashkent, UZ (10G)        | 255 Mbits/sec   | busy            | 189 ms
Leaseweb        | Singapore, SG (10G)       | 231 Mbits/sec   | busy            | 245 ms
Clouvider       | Los Angeles, CA, US (10G) | 274 Mbits/sec   | 892 Mbits/sec   | 68.3 ms
Leaseweb        | NYC, NY, US (10G)         | 287 Mbits/sec   | 926 Mbits/sec   | 14.7 ms
Edgoo           | Sao Paulo, BR (1G)        | 258 Mbits/sec   | 326 Mbits/sec   | 119 ms

Geekbench 6 Benchmark Test:
---------------------------------
Test            | Value
                |
Single Core     | 710
Multi Core      | 2726
Full Test       | https://browser.geekbench.com/v6/cpu/8736839

Subscribe

Want to stay updated on my latest projects, web dev tips, and the occasional gardening triumph? Subscribe to my newsletter!