Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

corepycler


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.

Table of Contents

Installation

sudo apt install -y pipx
pipx install hatch
git clone git@github.com:DamianPala/corepycler.git && cd corepycler
hatch shell
corepycler

Usage

Configuration

Dump configuration file using:

corepycler dump-config

Parameter description is included in this config file that is YAML formated. You can use this file later by:

corepycler -c <path-to-config-file>

Profiles

Use:

corepycler -h

to list avaliable profiles, that are handy to make different tests. Eg.

corepycler -p CO_STABILITY_FAST

Burn CPU

You can start stress test on all cores using:

corepycler burn <duration-minutes>

License

corepycler is distributed under the terms of the CC BY-NC-SA 4.0 license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages