This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
realtime:documentation:howto:tools:start [2018/08/21 09:13] ebugden Change to new cyclictest page |
realtime:documentation:howto:tools:start [2024/09/30 19:44] (current) costa.shul documentation |
||
---|---|---|---|
Line 10: | Line 10: | ||
* [[realtime:documentation:howto:tools:ltp|Linux Test Project]] | * [[realtime:documentation:howto:tools:ltp|Linux Test Project]] | ||
* [[realtime:documentation:howto:tools:rt-tests|rt-tests]] | * [[realtime:documentation:howto:tools:rt-tests|rt-tests]] | ||
+ | |||
+ | ===== Resource Partitioning ===== | ||
+ | |||
+ | * [[realtime:documentation:howto:tools:cpu-partitioning:start|CPU Partitioning]] | ||
+ | |||
</WRAP> | </WRAP> | ||
Line 16: | Line 21: | ||
===== Latency detection ===== | ===== Latency detection ===== | ||
- | Latency can be detected with the following tool(s): | + | Information about latency debugging techniques is available [[realtime:documentation:howto:debugging:start|here]]. |
- | * [[realtime:documentation:howto:tools:cyclictest:start|cyclictest]] (part of the test suite [[realtime:documentation:howto:tools:rt-tests|rt-tests]]) | + | |
- | Application examples of cyclictest show the following projects: | + | The following tools can be useful for latency detection: |
+ | * [[realtime:documentation:howto:tools:rtla|The realtime Linux analysis tool (RTLA)]] | ||
+ | * [[realtime:documentation:howto:tools:cyclictest:start|Cyclictest]] (part of the test suite [[realtime:documentation:howto:tools:rt-tests|rt-tests]]) | ||
+ | * [[realtime:documentation:howto:tools:ftrace|Ftrace]] | ||
+ | * [[realtime:documentation:howto:tools:lttng|LTTng]] | ||
+ | * [[realtime:documentation:howto:tools:latency-tracker|latency-tracker]] | ||
+ | * [[realtime:documentation:howto:tools:hwlat|Ftrace - hwlat tracer]] | ||
+ | * [[realtime:documentation:howto:tools:perf-smi-cost|Perf stat - Cost of SMI handling]] | ||
+ | * [[https://www.brendangregg.com/perf.html#SchedulerAnalysis|scheduler analysis with perf]] | ||
+ | |||
+ | The following projects use Cyclictest results to evaluate latencies: | ||
* [[realtime:documentation:howto:tools:rteval|rteval]] | * [[realtime:documentation:howto:tools:rteval|rteval]] | ||
* [[realtime:documentation:howto:tools:worstcaselatency|Worst case latency test scenarios]] | * [[realtime:documentation:howto:tools:worstcaselatency|Worst case latency test scenarios]] | ||
Line 25: | Line 39: | ||
</WRAP> | </WRAP> | ||
- | <WRAP half column> | + | ===== More Information ===== |
- | ===== Resource Partitioning ===== | + | * [[realtime:documentation:start|RT Documentation]]\\ |
- | + | ||
- | * [[realtime:documentation:howto:tools:cpu-partitioning:start|CPU Partitioning]] | + | |
- | + | ||
- | </WRAP> | + |