brintos

brintos / linux-shallow public Read only

0
0
Text · 518 B · d5d6161 Raw
9 lines · plain
1The **rtla osnoise** tool is an interface for the *osnoise* tracer. The2*osnoise* tracer dispatches a kernel thread per-cpu. These threads read the3time in a loop while with preemption, softirq and IRQs enabled, thus4allowing all the sources of operating system noise during its execution.5The *osnoise*'s tracer threads take note of the delta between each time6read, along with an interference counter of all sources of interference.7At the end of each period, the *osnoise* tracer displays a summary of8the results.9