corepycler is a tool for testing CPU stability, especially under single-core load. It was inspired by corecycler.
The main reason for developing this tool is that corecycler supports only Windows.
corepycler is written in Python and is intended to be cross-platform. Currently, it supports only Linux.
sudo apt install -y pipx
pipx install hatch
git clone git@github.com:DamianPala/corepycler.git && cd corepycler
hatch shell
corepyclerDump configuration file using:
corepycler dump-configParameter description is included in this config file that is YAML formated. You can use this file later by:
corepycler -c <path-to-config-file>Use:
corepycler -hto list avaliable profiles, that are handy to make different tests. Eg.
corepycler -p CO_STABILITY_FASTYou can start stress test on all cores using:
corepycler burn <duration-minutes>corepycler is distributed under the terms of the CC BY-NC-SA 4.0 license.