Project

General

Profile

Disk Storage Measurements » History » Version 5

Nico Schottelius, 04/15/2023 12:31 PM

1 1 Nico Schottelius
h1. Disk Storage Measurements
2
3
h2. Introduction
4
5
We collect fio results from various disks on this page. We run fio as follows:
6
7
<pre>
8
export disk=SERVER-DISKMODEL
9
export dev=/dev/sdXX
10
( for YYY in $(seq 1 16); do fio --filename=$dev --direct=1 --fsync=1 --rw=write --bs=4k --numjobs=$YYY --iodepth=1 --runtime=60 --time_based --group_reporting --name=$disk-4k-sync-write-$YYY; done) | tee ${disk}.txt
11
</pre>
12
13
h2. Overview
14
15 2 Nico Schottelius
| Model | File | IOPS | BW |
16
| 50026B76834A77DE KINGSTON SA400S371920G S3401103 "Kingston" | attachment:s8p6-kingston.txt | 3094-73k | 13MB/s - 301MB/s |
17
| 2048E4D3844F CT2000MX500SSD1 M3CR033 "MX500" | attachment:s6p6-mx500.txt | 18k - 71k | 73MB/s - 292MB/s |
18 5 Nico Schottelius
| S621NG0R108797K Samsung SSD 870 EVO 2TB SVT01B6Q "evo870" | attachment:s2p6-evo870.txt  | 19k - 73k | 78MB/s - 303MB/s |