Skip to content

XCHSystems/scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

scripts

This is JM's collection of random scripts

fio_sweep.sh

currently setup for raw device testing for a full sweep of queue depths, workloads, and blocksizes

Config

edit the device configuration, block sizes, workloads (RW_PATTERNS), and queue depth (IO_DEPTHS)

DEVICE="/dev/nvme1n1"
BLOCK_SIZES=("4k" "16k" "128k")
RW_PATTERNS=("write" "read" "readwrite" "randread" "randwrite")
IO_DEPTHS=("1" "4" "16" "64" "128" "256")

About

collection of scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%