Skip to content

ilyakaznacheev/cpuburn-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpuburn lets you use 100% of all available cores, useful when http-based stress-testing.

Installation

go get github.com/ilyakaznacheev/cpuburn-web

Or download a build for Linux from release.

Usage

# turn on with all the cores
curl http://127.0.0.1:8080/on
# turn on with 2 cores
curl http://127.0.0.1:8080/on?n=2
# turn off
curl http://127.0.0.1:8080/off

About

Utilize 100% CPU on all available cores from web API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%