rateCheck by Integrated Software Technologies Inc.
Rate check is a free open-source application written in C++17 for benchmarking the host disks and partitions.
- 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
- Microsoft Windows v10 64-bit and up
- MacOS Monterey v12.2.1 and up
- Ubuntu 20.04 and up
- RedHat 8.5
RateCheck requires QtCreator v6+ to build and run.
cd rateCheck
qmake
make
./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
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.
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU GPLv3 License. See LICENSE
for more information.
Matthew - eMail
Project Link: rateCheck