Re: Network latency on 5.4 and 5.10
From: Christoph Mathys <hidden>
Date: 2021-05-26 06:10:37
From: Christoph Mathys <hidden>
Date: 2021-05-26 06:10:37
Hi Song,
what's your command to get this log? it seems to have better information than mine.
I just do old-school tracing: # enable all available events echo 1 > /sys/kernel/debug/tracing/events/enable # start tracing echo 1 > /sys/kernel/debug/tracing/tracing_on Then I run cyclictest with -b and --tracemark to stop tracing when a latency hits and write a mark to the file. The trace can then be obtained by: cat /sys/kernel/debug/tracing/trace HTH Christoph