3.14. リアルタイム
これらのコマンドを使用して、関連するリアルタイムテスト、SMI、および遅延を表示します。
| アクション | コマンド |
|---|---|
| 定義されたしきい値を実行している通常の RT カーネル実行をブロックしている SMI があるかどうかを識別します。 | # hwlatdetect --duration=3600 --threshold=25 |
| いくつかの追加オプションを使用して、特定の時間の最大スケジューリング待ち時間を確認します。
| # cyclictest --duration=3600 \ --mlockall \ --priority=99 \ --nanosleep \ --interval=200 \ --histogram=5000 \ --histfile=./output \ --threads \ --numa \ --notrace |