1826325 Members
3510 Online
109692 Solutions
New Discussion

cpu and memroy

 

cpu and memroy

hi,

i would like to simulate 99% cpu and memory utilization on my linux server. is there any software to do this?

regards
chakri
3 REPLIES 3
Rick Garland
Honored Contributor

Re: cpu and memroy

Don't know about 99% but here is 100%

while :
do
:
done


Vitaly Karasik_1
Honored Contributor

Re: cpu and memroy

Ivan Ferreira
Honored Contributor

Re: cpu and memroy

The "yes" command will eat up all your cpu.

You can use a backup command, like tar, star, cpio, dd to use the system memory. See also:

http://people.redhat.com/dledford/memtest.html
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?