1826399 Members
4149 Online
109692 Solutions
New Discussion

Tool

 
all star
Occasional Advisor

Tool

Hello All,

Could you please suggest a simple tool or script to Exercise a Linux Box.

Thank you!
chakri
5 REPLIES 5
Ivan Krastev
Honored Contributor

Re: Tool

You can use cfg2html - http://www.cfg2html.com/


available for Linux and HP-UX.


regards,
ivan
Ivan Krastev
Honored Contributor

Re: Tool

Ooops sorry, i mean for examine.For exercise and learning use some live cd -http://www.frozentech.com/content/livecd.php


it not require intallation and boot in true linux environment.


regards,
ivan
all star
Occasional Advisor

Re: Tool

actually i'm looking for a tool ro script to exercise CPU and Memory on a linux box
Alpha977
Valued Contributor

Re: Tool

Hi!

#!/bin/bash
make dep
while [ "foo" = "foo" ]
do
make clean
make -j2 bzImage
if [ $? -ne 0 ]
then
echo OUCH OUCH OUCH OUCH
exit 1
fi
done

This scritp recompile the kernel in loop.
If it work correctly, it's ok, if you receive an error like:
gcc: Internal compiler error: program cc1 got fatal signal 11
your cpu is probably damaged

Bye
Alpha977
Valued Contributor

Re: Tool

there is a complete LinuxLive CD for stress the pc:
http://www.stresslinux.org/