April 2024
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  

Categories

April 2024
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  

LOAD THE CPU AND MEMORY ON Linux

tar zxvf stress-1.0.4.tar.gz

cd stress-1.0.4

./configure
make && make install

stress -m 512M

To start stress run stress followed by the -c flag for load stress, -m for memory stress, -i for io and -d for HDD. For example to stress cpu execute

TO LOAD THE CPU AND MEMORY ON Linux

stress –cpu 4 -m 20G –vm 2 –vm-bytes 10G

Leave a Reply

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>