Skip to content

A simple python tool that benchmarks disk performance through sequential and random read/write tests. Measures real-world speed with automatic cleanup.

Notifications You must be signed in to change notification settings

MuditAtrey/Disk-Benchmark-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

disk benchmark

tests your disk read/write speeds.

usage

python3 disk_benchmark.py

options:

  • --size - file size in MB (default: 100)
  • --files - number of files (default: 5)
  • --dir - test directory (default: current)

example:

python3 disk_benchmark.py --size 500 --files 10

what it does

runs 4 tests:

  • sequential write
  • sequential read
  • random write (4KB blocks)
  • random read (4KB blocks)

creates temp files, tests them, cleans up after.

results

internal drive:

internal drive test

external drive:

external boot drive test


mudit

About

A simple python tool that benchmarks disk performance through sequential and random read/write tests. Measures real-world speed with automatic cleanup.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages