次の値を取得するために使用できる「top」以外のFreeBSDコマンドはありますか?
CPU:%ユーザー、%ニース、%システム、%割り込み、%アイドル
具体的に言うと、これらの値は「top」だけでは更新されず、「top -d 2」が必要であり、このコマンドは現在使用しているフレームワークでは機能しません。
iostat(8) CPU統計を表示します:
us % of cpu time in user mode
ni % of cpu time in user mode running niced processes
sy % of cpu time in system mode
in % of cpu time in interrupt mode
id % of cpu time in idle mode