Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

anyone have a cpu load generator for testing?

Status
Not open for further replies.

WiccaChic

Technical User
Jan 21, 2004
179
US
I would like to generate a load on my cpu, does anyone have a simple, ready made tool to do so? Something that wont take to much of a learning curve and is relatively simple?
 
For something simple, write a script to load the CPU ie.
---> more cpu_eater.sh
count=0

while true

do
(( count = count + 1 ))

echo "$count"

done

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top