[LITMUS^RT] Strange performance of DPCP in P-FP

施俊杰 shijunjie92 at gmail.com
Wed Oct 19 19:19:20 CEST 2016


Hello:

When I allocate 3 tasks using rtspin

#!/bin/bash
sleep 2
rtspin -w -v -p 0 -M 1 -X DPCP -L 0.001 -Q 1 -q 5 0.005 1 1&
sleep 2
rtspin -w -v -p 0 -M 1 -X DPCP -L 0.00084 -Q 1 -q 6 0.0042 2 1 &
sleep 2
rtspin -w -v -p 0 -M 1 -X DPCP -L 0.002208 -Q 1 -q 7 0.01104 5 1 &
sleep 2
release_ts

where -M means the critical section will execute on processor 1.

And I traced the performance of that taskset. In some period, the
performance is strange. Some tasks are missing.
rtspin/2634:
job 644 645 794 795 994 995 are disappeared.
rtspin/2638:
job 101 102 131 132 191 192 are disappeared.
(haven't listed all the missing jobs)

Or sometimes there is a long time normal execution(shown as t3_new.pdf)

The results are shown on the attachments.

Is there anyone facing to that problems, or can anyone explain that?

Thanks a lot for that!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.litmus-rt.org/pipermail/litmus-dev/attachments/20161019/2b31302e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: chunktest_dpcp.sh
Type: application/x-sh
Size: 251 bytes
Desc: not available
URL: <http://lists.litmus-rt.org/pipermail/litmus-dev/attachments/20161019/2b31302e/attachment.sh>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rtspin.c
Type: text/x-csrc
Size: 15248 bytes
Desc: not available
URL: <http://lists.litmus-rt.org/pipermail/litmus-dev/attachments/20161019/2b31302e/attachment.c>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: stats_new
Type: application/octet-stream
Size: 154186 bytes
Desc: not available
URL: <http://lists.litmus-rt.org/pipermail/litmus-dev/attachments/20161019/2b31302e/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: schedule_host=litmus_scheduler=P-FP_trace=T3_F.pdf
Type: application/pdf
Size: 159428 bytes
Desc: not available
URL: <http://lists.litmus-rt.org/pipermail/litmus-dev/attachments/20161019/2b31302e/attachment.pdf>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: schedule_host=litmus_scheduler=P-FP_trace=t3_new.pdf
Type: application/pdf
Size: 159359 bytes
Desc: not available
URL: <http://lists.litmus-rt.org/pipermail/litmus-dev/attachments/20161019/2b31302e/attachment-0001.pdf>


More information about the litmus-dev mailing list