buy tb500

test cpu load

Currently working with revision @ 2020-02-24 06:56:43 by ayad. Current version

Contents

[ hide ]

    this command is used to increase the cpu load for testing purpose

     

    yes > /dev/null &
    

    Repeat the command N times, where N is the number of CPUs. In my case, I have to execute it four times.

    you can get the number of cpu by running the following command cat /proc/cpuinfo or nproc

    Leave a Reply