Wednesday, March 27, 2013

Load your Linux!

I just discovered brilliant tool to generate load (cpu, io, ram, disk) on a Linux machine - stress.

Here is an example demonstrating how to generate 100% load on 2 cpu cores:
stress -c 2
And yes, it's accessible from the official Ubuntu repository.

No comments:

Post a Comment