Stress Test Cpu Linux

[Solved] Stress Test Cpu Linux | Shell - Code Explorer | yomemimo.com
Question : stress test cpu linux

Answered by : anthony-smith

# To Start Test
for i in $(seq $(getconf _NPROCESSORS_ONLN)); do yes > /dev/null & done
#To Kill Test
killall yes

Source : | Last Update : Fri, 11 Mar 22

Question : test cpu linux

Answered by : anthony-smith

sudo apt update
sudo apt install python3-pip
sudo pip install s-tui
s-tui

Source : | Last Update : Fri, 11 Mar 22

Answers related to stress test cpu linux

Code Explorer Popular Question For Shell