CXWorld / CoreRipperX

Small stress test using AVX2 operations
MIT License
5 stars 1 forks source link

CoreRipperX README

Overview

CoreRipperX is a small CPU stress-testing tool designed to evaluate the performance and stability of individual CPU cores by leveraging AVX2 operations. The tool sequentially puts heavy computational loads on each core for a specified time period, switching thread affinity to the next core after each interval until all cores have been tested.

Features

Requirements

Installation

  1. Download: Obtain the latest release from the [CoreRipperX GitHub repository].
  2. Extract: Unzip the downloaded file to your desired location.

Usage

  1. Command Line Execution: Open a terminal or command prompt in the directory containing the CoreRipperX executable.
  2. Run the Tool: Use the following command format to start the tool:
    ./CoreRipperX <time_period_in_sceconds>

Example

To run CoreRipperX with a time period of 30 seconds per core:

./CoreRipperX 30

Notes

License

CoreRipperX is licensed under the MIT License. See the LICENSE file for more details.

Contact

For issues, questions, or suggestions, please open an issue on the GitHub repository.


Thank you for using CoreRipperX!