An open API service indexing awesome lists of open source software.

https://github.com/turbopape/cpu-load-generator

A little go program to generate CPU load (as close as possible) to a Threshold
https://github.com/turbopape/cpu-load-generator

cpu-scheduling go system-programming

Last synced: 10 months ago
JSON representation

A little go program to generate CPU load (as close as possible) to a Threshold

Awesome Lists containing this project

README

          

# CPU Load Generator

A Program to generate CPU Load on Unices (Tried on mac OSX) and Windows, trying to attain a Threshold (30.0 % default)

clone the repository, then:
```shell
cd cpu-load-generator
go get .
go build && go install
cpu-load-generator --help
```

Code for CPU Time accounting is in cpu_tools_{darwin,windows}.