LoginSignup
1
0

More than 1 year has passed since last update.

【AWS】Linux EC2のCPU使用率を上げる方法

Last updated at Posted at 2022-03-19

結論

下記のコマンドを実行すれば、EC2を無限な循環グループに陥らせることができます。
よって、CPU使用率も当然上げることになります。

while true; do echo; done

実行結果

実行してから間もなく、CPU使用率が100%になっていることを観測できました。
image.png

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0