* xenomai3.0.5 latency have big overrun
@ 2020-06-29 1:08 sunner.xu
2020-06-30 7:32 ` chensong
0 siblings, 1 reply; 2+ messages in thread
From: sunner.xu @ 2020-06-29 1:08 UTC (permalink / raw)
To: xenomai
Dear all,
I have do something in xenomai3 latency program(linux4.9.24+xenomai3.0.5 and close all function that affect real-time).
and found that it run about 41mins , a big overrun is happen as follows:
1) why the big overrun happen event cpu occupy is low(40%)?
2) how can solve the problem, and trace the big overrun?
Thanks!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Catch635C.jpg
Type: image/jpeg
Size: 825532 bytes
Desc: not available
URL: <http://xenomai.org/pipermail/xenomai/attachments/20200629/2b8800f5/attachment.jpg>
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: xenomai3.0.5 latency have big overrun
2020-06-29 1:08 xenomai3.0.5 latency have big overrun sunner.xu
@ 2020-06-30 7:32 ` chensong
0 siblings, 0 replies; 2+ messages in thread
From: chensong @ 2020-06-30 7:32 UTC (permalink / raw)
To: xenomai
In general, i used ftrace to figure out latency sources, below is what i
did, you can give it a try
trace-cmd start -e irq -e sched -e timer -p function -l '*spin*';
cyclictest -p 90 -m -c 0 -n -i 100 -h 100 -q -l 1000000 -a -b 80 --tracemark
trace-cmd extract
trace-cmd report -l > your_tracecmd_report.txt
On 2020年06月29日 09:08, sunner.xu--- via Xenomai wrote:
>
> Dear all,
>
> I have do something in xenomai3 latency program(linux4.9.24+xenomai3.0.5 and close all function that affect real-time).
>
> and found that it run about 41mins , a big overrun is happen as follows:
>
>
>
> 1) why the big overrun happen event cpu occupy is low(40%)?
> 2) how can solve the problem, and trace the big overrun?
>
> Thanks!
>
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: Catch635C.jpg
> Type: image/jpeg
> Size: 825532 bytes
> Desc: not available
> URL: <http://xenomai.org/pipermail/xenomai/attachments/20200629/2b8800f5/attachment.jpg>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-06-30 7:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-29 1:08 xenomai3.0.5 latency have big overrun sunner.xu
2020-06-30 7:32 ` chensong
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.