Skip to content

makemegit/fio_like_crystaldiskmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fio_like_crystaldiskmark.sh

A simple bash wrapper for fio. The goal is to have the CrystalDiskMark's output in Windows on Linux using fio.

Install and Run:

wget https://raw.githubusercontent.com/makemegit/fio_like_crystaldiskmark/master/fio-like-crystaldiskmark
chmod +x fio-like-crystaldiskmark
./fio-like-crystaldiskmark

Output examples:

$ fio-like-crystaldiskmark
Filesystem      Size  Used Avail Use% Mounted on
/dev/nvme0n1p1  458G  309G  126G  72% /

TestName       READ      WRITE
SEQ1M_Q8T1     3335MB/s  3140MB/s
SEQ1M_Q1T1     3264MB/s  2942MB/s
RADN4K_Q32T16  919MB/s   302MB/s
RADN4K_Q1T1    84.0MB/s  196MB/s

$ fio-like-crystaldiskmark
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda        916G  490G  380G  57% /storage

TestName       READ     WRITE
SEQ1M_Q8T1     132MB/s  137MB/s
SEQ1M_Q1T1     136MB/s  141MB/s
RADN4K_Q32T16  749kB/s  544kB/s
RADN4K_Q1T1    168kB/s  177kB/s

Please note that the two tests are different and thus the results can be different

Changelog: v.2024-12-27

  • ADD: Added changelog :)
  • ADD: Adding "df -h ." , so it will give you info about which drive you are testing.
  • CHANGE: Echo results line by line.
  • CHANGE: Tweak fio's setting more like "KDiskMark 3.1.3". This ensures more consistent results on different fio wrappers.

About

fio_like_crystaldiskmark.sh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages