Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 193 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 193 Bytes

A CPU burning tool

Sometimes you need this tool to consume all your cpu cycles to observe something.

Usage

make
make install
loop &  echo "$!" > your/cgroup/tasks
killall loop