Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 328 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 328 Bytes

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:

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}.