https://github.com/patrickmn/cpuburn
Utilize 100% CPU on all available cores from the command line.
https://github.com/patrickmn/cpuburn
Last synced: 10 months ago
JSON representation
Utilize 100% CPU on all available cores from the command line.
- Host: GitHub
- URL: https://github.com/patrickmn/cpuburn
- Owner: patrickmn
- License: other
- Created: 2012-07-18T09:56:26.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-18T11:09:07.000Z (almost 14 years ago)
- Last Synced: 2025-04-04T04:32:08.981Z (about 1 year ago)
- Language: Go
- Homepage: https://patrickmn.com/projects/cpuburn/
- Size: 102 KB
- Stars: 134
- Watchers: 5
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
cpuburn lets you use 100% of all available cores, useful when stress-testing.
== Installation
Download cpuburn from http://patrickmylund.com/projects/cpuburn/
If you have Go installed, you can run: go get github.com/pmylund/cpuburn
(a cpuburn binary will be added to your GOPATH/bin folder)
Note: You do not need to have Go installed to run the stand-alone version.
== Usage
./cpuburn (burn all available cores)
./cpuburn -n 2 (burn two cores)
./cpuburn -n 4 -u 5 (burn four cores, updating every five seconds)
See http://patrickmylund.com/projects/cpuburn/ for more information.