0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Macbookのファンがうるさい原因の対策方法(CPU使用率確認)

Posted at

最近、macOSでファンが煩くなり負荷が上がるケースが増えてきました。その時にターミナルを起動してCPU使用率をみるのですが、LinuxだとデフォルトがCPU使用率なのでソートする必要がないケースが多いですが、macOSだとCPU使用率順ではないのでソート(並び替え)が必要です

topコマンドを使用時に、CPU使用率に並び替えて起動するようにします。
その際に使用するオプション付きのtopコマンドは「top -o cpu」と入力すればOKです

先程は、起動時にオプションを付けて起動してCPU使用率順に並び替えましが、起動後にCPU使用率順にソートするには、「o」→「cpu」と入力すればCPU使用率順にソートできます

1.ターミナルを起動します

2.topコマンドを入力します

3.top が起動したら「o」と入力します。「primary key [-pid]:」と表示されます

4.「cpu」と入力して「Enter」を押すと、CPU使用率に並び替えができます

5.使用率が高いアプリケーションやソフトウェアを停止させる。

0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?