I am running some test on Amazon EC2 instances and we want to make the CPU always busy at above 80%.
What I have is a program main that needs to run in high priority and I want to launch another program, preferably some math C code or a bash script that loads the CPU to over 80%.
What programs are there to use for such a task, and how to make my program run with the highest priority.
PS: Running Fedora.