View Single Post
Posts: 310 | Thanked: 383 times | Joined on Jan 2010
#3142
Originally Posted by UNderworld View Post
how do you guys run the test to see if its stable? is it some calculation ? how do I do it?? THANKS
A good way is to try creating a bzip2 file; it's a fairly CPU and memory intensive process.

Try something like:

gtar vjcf ~/test.tar.bz2 /usr

... I can't remember if bzip2 or GNU tar was part of the standard distribution or not. You may need to install them if you want to try this.