3.14. Real Time
使用这些命令显示 Real Time 测试相关、SMI 和延迟。
操作 | 命令 |
---|---|
识别是否存在任何 SMI 是否阻止普通 RT 内核执行,以推断定义的阈值。 | # hwlatdetect --duration=3600 --threshold=25 |
使用很多附加选项验证给定时间的最大调度延迟:
| # cyclictest --duration=3600 \ --mlockall \ --priority=99 \ --nanosleep \ --interval=200 \ --histogram=5000 \ --histfile=./output \ --threads \ --numa \ --notrace |