* [Xenomai-help] Benchmark for Xenomai
@ 2007-04-27 14:47 Perrine Martignoni
2007-04-27 15:07 ` Gilles Chanteperdrix
0 siblings, 1 reply; 5+ messages in thread
From: Perrine Martignoni @ 2007-04-27 14:47 UTC (permalink / raw)
To: xenomai
[-- Attachment #1: Type: text/plain, Size: 200 bytes --]
Hello,
I would like to know if you have a list of benchmark for the board CSB637 or
a board with an ARM9.
I want to test performances of Xenomai with API Posix and I don't know how
to begin.
Thanks
[-- Attachment #2: Type: text/html, Size: 238 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Xenomai-help] Benchmark for Xenomai
2007-04-27 14:47 [Xenomai-help] Benchmark for Xenomai Perrine Martignoni
@ 2007-04-27 15:07 ` Gilles Chanteperdrix
2007-04-27 15:09 ` Jan Kiszka
0 siblings, 1 reply; 5+ messages in thread
From: Gilles Chanteperdrix @ 2007-04-27 15:07 UTC (permalink / raw)
To: Perrine Martignoni; +Cc: xenomai
Perrine Martignoni wrote:
> Hello,
>
> I would like to know if you have a list of benchmark for the board
> CSB637 or a board with an ARM9.
I sent a mail last week about some latencies result on the CSB637.
https://mail.gna.org/public/adeos-main/2007-04/msg00058.html
> I want to test performances of Xenomai with API Posix and I don't know
> how to begin.
A starting point would be to compile Xenomai for your CSB637 board, and
run the "xeno-test" script. Among the tests run by the xeno-test script,
cyclictest uses the POSIX API and is equivalent to the native API
latency test. If you want other results than latency, I am afraid you
will have to write the tests yourself. But if you do so, we will be
pleased to add them to Xenomai.
--
Gilles Chanteperdrix
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Xenomai-help] Benchmark for Xenomai
2007-04-27 15:07 ` Gilles Chanteperdrix
@ 2007-04-27 15:09 ` Jan Kiszka
2007-04-27 15:19 ` Gilles Chanteperdrix
0 siblings, 1 reply; 5+ messages in thread
From: Jan Kiszka @ 2007-04-27 15:09 UTC (permalink / raw)
To: Gilles Chanteperdrix; +Cc: xenomai
[-- Attachment #1: Type: text/plain, Size: 1134 bytes --]
Gilles Chanteperdrix wrote:
> Perrine Martignoni wrote:
>> Hello,
>>
>> I would like to know if you have a list of benchmark for the board
>> CSB637 or a board with an ARM9.
>
> I sent a mail last week about some latencies result on the CSB637.
> https://mail.gna.org/public/adeos-main/2007-04/msg00058.html
>
>> I want to test performances of Xenomai with API Posix and I don't know
>> how to begin.
>
> A starting point would be to compile Xenomai for your CSB637 board, and
> run the "xeno-test" script. Among the tests run by the xeno-test script,
> cyclictest uses the POSIX API and is equivalent to the native API
> latency test. If you want other results than latency, I am afraid you
> will have to write the tests yourself. But if you do so, we will be
> pleased to add them to Xenomai.
Here is some potential source for further benchmarks:
http://www.kernel.org/pub/linux/kernel/people/dvhart/realtime/tests/
They were written for -rt Linux, but should (in theory) work for
Xenomai's POSIX skin as well (haven't looked nor tried yet) -- except
for tests that may use silly signals.
Jan
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Xenomai-help] Benchmark for Xenomai
2007-04-27 15:09 ` Jan Kiszka
@ 2007-04-27 15:19 ` Gilles Chanteperdrix
2007-05-02 7:42 ` Perrine Martignoni
0 siblings, 1 reply; 5+ messages in thread
From: Gilles Chanteperdrix @ 2007-04-27 15:19 UTC (permalink / raw)
To: Jan Kiszka; +Cc: xenomai
Jan Kiszka wrote:
> Gilles Chanteperdrix wrote:
>
>>Perrine Martignoni wrote:
>>
>>>Hello,
>>>
>>>I would like to know if you have a list of benchmark for the board
>>>CSB637 or a board with an ARM9.
>>
>>I sent a mail last week about some latencies result on the CSB637.
>>https://mail.gna.org/public/adeos-main/2007-04/msg00058.html
>>
>>
>>>I want to test performances of Xenomai with API Posix and I don't know
>>>how to begin.
>>
>>A starting point would be to compile Xenomai for your CSB637 board, and
>>run the "xeno-test" script. Among the tests run by the xeno-test script,
>>cyclictest uses the POSIX API and is equivalent to the native API
>>latency test. If you want other results than latency, I am afraid you
>>will have to write the tests yourself. But if you do so, we will be
>>pleased to add them to Xenomai.
>
>
> Here is some potential source for further benchmarks:
>
> http://www.kernel.org/pub/linux/kernel/people/dvhart/realtime/tests/
>
> They were written for -rt Linux, but should (in theory) work for
> Xenomai's POSIX skin as well (haven't looked nor tried yet) -- except
> for tests that may use silly signals.
And for a little help on how to compile POSIX programs for Xenomai POSIX
skin, read:
http://svn.gna.org/viewcvs/xenomai/trunk/doc/txt/pse51-skin.txt?rev=&view=auto
--
Gilles Chanteperdrix
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Xenomai-help] Benchmark for Xenomai
2007-04-27 15:19 ` Gilles Chanteperdrix
@ 2007-05-02 7:42 ` Perrine Martignoni
0 siblings, 0 replies; 5+ messages in thread
From: Perrine Martignoni @ 2007-05-02 7:42 UTC (permalink / raw)
To: xenomai
[-- Attachment #1: Type: text/plain, Size: 1803 bytes --]
Thanks for your answers.
I have already compiled Xenomai for the CSB637 board and run some xeno-test.
Now, I would like to write my own tests and I wanted only some ideas.
Thanks for the help on how to compile Posix programs for Xenomai because I'm
a beginner.
On 4/27/07, Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org> wrote:
>
> Jan Kiszka wrote:
> > Gilles Chanteperdrix wrote:
> >
> >>Perrine Martignoni wrote:
> >>
> >>>Hello,
> >>>
> >>>I would like to know if you have a list of benchmark for the board
> >>>CSB637 or a board with an ARM9.
> >>
> >>I sent a mail last week about some latencies result on the CSB637.
> >>https://mail.gna.org/public/adeos-main/2007-04/msg00058.html
> >>
> >>
> >>>I want to test performances of Xenomai with API Posix and I don't know
> >>>how to begin.
> >>
> >>A starting point would be to compile Xenomai for your CSB637 board, and
> >>run the "xeno-test" script. Among the tests run by the xeno-test script,
> >>cyclictest uses the POSIX API and is equivalent to the native API
> >>latency test. If you want other results than latency, I am afraid you
> >>will have to write the tests yourself. But if you do so, we will be
> >>pleased to add them to Xenomai.
> >
> >
> > Here is some potential source for further benchmarks:
> >
> > http://www.kernel.org/pub/linux/kernel/people/dvhart/realtime/tests/
> >
> > They were written for -rt Linux, but should (in theory) work for
> > Xenomai's POSIX skin as well (haven't looked nor tried yet) -- except
> > for tests that may use silly signals.
>
> And for a little help on how to compile POSIX programs for Xenomai POSIX
> skin, read:
>
>
> http://svn.gna.org/viewcvs/xenomai/trunk/doc/txt/pse51-skin.txt?rev=&view=auto
>
> --
> Gilles Chanteperdrix
>
[-- Attachment #2: Type: text/html, Size: 3135 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-05-02 7:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-27 14:47 [Xenomai-help] Benchmark for Xenomai Perrine Martignoni
2007-04-27 15:07 ` Gilles Chanteperdrix
2007-04-27 15:09 ` Jan Kiszka
2007-04-27 15:19 ` Gilles Chanteperdrix
2007-05-02 7:42 ` Perrine Martignoni
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.