Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Stress performance Test simulates the example Analysis of CPU using 100%

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article is to share with you the content of the sample analysis of stress performance test simulation CPU using 100%. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

(1) install stress

Decompress: tar-xzvf stress-1.0.4.tar.gz

. / configure

Make

Make install

It is installed in the / usr/local/bin directory by default:

(2) use stress to simulate CPU using 100%

First use top to take a look at CPU usage, basically idle.

Use stress to simulate CPU using 100%:stress-c 8-t 100

Using top again to check the CPU usage, you can see that the us usage is 100%.

Vmstat views pre-and post-run data:

Before simulation:

After simulation:

You can see that the us cpu usage is very high, and the CPU queue has changed from 0 to 8. The value of cs is much larger, but the cs is much smaller. This shows that we did not simulate CPU contention, but only consumed CPU.

Thank you for reading! This is the end of this article on "stress performance test simulation CPU use 100% example analysis". I hope the above content can be helpful to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report