Coder Social home page Coder Social logo

disktests's Introduction

disktests

Reference update and Linux reimplementation of Dennis Publishing disk I/O performance tests

Note that this repo exists to track code changes and does not include the sample file sets. A full version of the desk test kit, including the media and data files required for testing, may be found at https://www.theos-cloud.eu/index.php/s/6YapNo5a6yKkw4y

To create a 1GB file for use in the large file transfer test: fallocate -l 1G large.img

OG testing procotol:

  • Format review disk ext4
  • Create mount points: sudo mkdir {/mnt/ramdisk/, r /mnt/testdisk/}
  • Set mount point permissions: sudo chmod 777 /mnt/ramdisk/ /mnt/testdisk/
  • Mount review disk at /mnt/testdisk - for example: sudo mount /dev/nvme0n1 /mnt/testdisk
  • Create and mount a 4GB ramdisk: sudo mount -t tmpfs -o size=4g tmpfs /mnt/ramdisk
  • Copy all disktests to the ramdisk's root
  • cd to the ramdisk: cd /mnt/ramdisk
  • Run the test file ./storagetest
  • Copy the times from results.txt into the Test Results sheet of hard_disk_test_results.ods to calculate read/write speeds in MB/s

Phoronix benchmark selection

https://phoronix-test-suite.com/?k=downloads

Install to testdisk and run:

  • Aio-stress
  • Postmark
  • Dbench 12 clients

Testing SSD performance while full

After dumping your results, entirely fill the test disk with data. Reformat -- NOT a low level format -- and re-run tests.

disktests's People

Contributors

kgorphanides avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.