Skip to content

mathieeo/rateCheck

Repository files navigation

About The Project

Rate check is a free open-source application written in C++17 for benchmarking the host disks and partitions.

alt_text

Features

  • Benchmarking with different file sizes.
  • Support for direct disk access mode and cached access mode.
  • Range of different block size for read and write operations.
  • Verifying data.
  • Multi-threading support.
  • Report generating

Supported Operating-Systems

  • Microsoft Windows v10 64-bit and up
  • MacOS Monterey v12.2.1 and up
  • Ubuntu 20.04 and up
  • RedHat 8.5

Installation and building

RateCheck requires QtCreator v6+ to build and run.

terminal

cd rateCheck
qmake
make

QtCreator

./qtcreator

Run the QtCreator IDE and from file menu -> open project -> borwse to the rateCheck.pro file and select/open that file. configure the compiler.

  • MinGW for Windows
  • Clang for MacOS
  • Gcc_64 for Linux

Download

To download the deployed iamges and documents, please browse to https://github.com/mathieeo/rateCheck/releases from there click on the desired release version.

  • rateCheck_MacOS_v.dmg - compressed file for the MacOS platform.
  • rateCheck_Win64_v.zip - comppressed file for the Windows-64bit platform.
  • rateCheck_Ubuntu_v.zip - comppressed file for the Ubuntu platform.
  • doc-v.zip - documentation file.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GNU GPLv3 License. See LICENSE for more information.

Contact

Matthew - eMail

Project Link: rateCheck

alt_text

About

RateCheck is free app for performing disk benchmark on Windows, MacOS, and Linux systems.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages