Skip to content

Commit

Permalink
fio benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskimmel authored Dec 19, 2024
1 parent 4b1e1f6 commit b8a6c8b
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ Take a look at the Samsung 850 EVO and compare that to the Intel S3510.
On paper the 850 EVO is advertised with 98,000 IOPS while the S3510 is only advertised for 20,000 IOPS.
The Evo can only handle the load for a few seconds (and only if the drive has enough free space, so it can use pseudo SLC cache) until the performance will heavily drop.

To compare your drive against these numbers run:
```bash
fio --ioengine=libaio --filename=/dev/sdx --direct=1 --sync=1 --rw=write --bs=4K
--numjobs=1 --iodepth=1 --runtime=60 --time_based --name=fio
```

That is why for SLOG enterprise PLP drives are recommended. Not because of security.


Expand Down

0 comments on commit b8a6c8b

Please sign in to comment.