* realtime preemption performance difference
@ 2007-09-24 11:48 Jaswinder Singh
2007-09-24 21:27 ` hufey
2007-09-26 13:30 ` Ankita Garg
0 siblings, 2 replies; 5+ messages in thread
From: Jaswinder Singh @ 2007-09-24 11:48 UTC (permalink / raw)
To: linux-kernel, mingo
Hi all,
I want to check performance difference by using realtime preemption patch :
http://www.kernel.org/pub/linux/kernel/projects/rt/
Please let me know from where I can download samples to test realtime
preemption performance difference.
Can someone please share performance numbers for your hardware:-
1. Interrupt latency
2. Task switching time
3. hard-realtime scheduling latency
Thank you,
Jaswinder Singh.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: realtime preemption performance difference
2007-09-24 11:48 realtime preemption performance difference Jaswinder Singh
@ 2007-09-24 21:27 ` hufey
2007-09-26 7:11 ` Jaswinder Singh
2007-09-26 13:30 ` Ankita Garg
1 sibling, 1 reply; 5+ messages in thread
From: hufey @ 2007-09-24 21:27 UTC (permalink / raw)
To: Jaswinder Singh; +Cc: linux-kernel, mingo
On 9/24/07, Jaswinder Singh <jaswinderlinux@gmail.com> wrote:
> Hi all,
>
> I want to check performance difference by using realtime preemption patch :
>
> http://www.kernel.org/pub/linux/kernel/projects/rt/
>
> Please let me know from where I can download samples to test realtime
> preemption performance difference.
>
As far as I know, some embedded linux vendors such as MontaVista
provide kernel patch to export some interfaces to measure realtime
performance.
> Can someone please share performance numbers for your hardware:-
>
> 1. Interrupt latency
> 2. Task switching time
> 3. hard-realtime scheduling latency
>
> Thank you,
>
> Jaswinder Singh.
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: realtime preemption performance difference
2007-09-24 21:27 ` hufey
@ 2007-09-26 7:11 ` Jaswinder Singh
2007-09-26 11:17 ` Ankita Garg
0 siblings, 1 reply; 5+ messages in thread
From: Jaswinder Singh @ 2007-09-26 7:11 UTC (permalink / raw)
To: hufey
Cc: linux-kernel, mingo, dmitry.adamushko, a.p.zijlstra,
randy.dunlap, efault, akpm, vatsa, dhaval
hello hufey,
I am not using montavista kernel, I am using standard linux kernel.
Realtime is known by worst case latencies. Ingo and team are claiming
for realtime support so their should be some samples and performance
numbers,
Can someone please share their samples and/or numbers.
Thank you,
Jaswinder Singh.
On 9/25/07, hufey <hufeyy@gmail.com> wrote:
> On 9/24/07, Jaswinder Singh <jaswinderlinux@gmail.com> wrote:
> > Hi all,
> >
> > I want to check performance difference by using realtime preemption patch :
> >
> > http://www.kernel.org/pub/linux/kernel/projects/rt/
> >
> > Please let me know from where I can download samples to test realtime
> > preemption performance difference.
> >
>
> As far as I know, some embedded linux vendors such as MontaVista
> provide kernel patch to export some interfaces to measure realtime
> performance.
>
> > Can someone please share performance numbers for your hardware:-
> >
> > 1. Interrupt latency
> > 2. Task switching time
> > 3. hard-realtime scheduling latency
> >
> > Thank you,
> >
> > Jaswinder Singh.
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at http://www.tux.org/lkml/
> >
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: realtime preemption performance difference
2007-09-26 7:11 ` Jaswinder Singh
@ 2007-09-26 11:17 ` Ankita Garg
0 siblings, 0 replies; 5+ messages in thread
From: Ankita Garg @ 2007-09-26 11:17 UTC (permalink / raw)
To: Jaswinder Singh
Cc: hufey, linux-kernel, mingo, dmitry.adamushko, a.p.zijlstra,
randy.dunlap, efault, akpm, vatsa, dhaval
Hi Jaswinder,
On Wed, Sep 26, 2007 at 12:41:57PM +0530, Jaswinder Singh wrote:
> hello hufey,
>
> I am not using montavista kernel, I am using standard linux kernel.
>
> Realtime is known by worst case latencies. Ingo and team are claiming
> for realtime support so their should be some samples and performance
> numbers,
>
You can obtain several -rt testcases from the RT wiki:
http://rt.wiki.kernel.org/index.php/Main_Page Here we have testcases/benchmarks
for measuring scheduling latencies, priority preemption, signaling latencies, etc
and other important information on the patchset.
Hope this helps!
> Can someone please share their samples and/or numbers.
>
> Thank you,
>
> Jaswinder Singh.
>
> On 9/25/07, hufey <hufeyy@gmail.com> wrote:
> > On 9/24/07, Jaswinder Singh <jaswinderlinux@gmail.com> wrote:
> > > Hi all,
> > >
> > > I want to check performance difference by using realtime preemption patch :
> > >
> > > http://www.kernel.org/pub/linux/kernel/projects/rt/
> > >
> > > Please let me know from where I can download samples to test realtime
> > > preemption performance difference.
> > >
> >
> > As far as I know, some embedded linux vendors such as MontaVista
> > provide kernel patch to export some interfaces to measure realtime
> > performance.
> >
> > > Can someone please share performance numbers for your hardware:-
> > >
> > > 1. Interrupt latency
> > > 2. Task switching time
> > > 3. hard-realtime scheduling latency
> > >
> > > Thank you,
> > >
> > > Jaswinder Singh.
> > > -
> > > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > > the body of a message to majordomo@vger.kernel.org
> > > More majordomo info at http://vger.kernel.org/majordomo-info.html
> > > Please read the FAQ at http://www.tux.org/lkml/
> > >
> >
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
--
Regards,
Ankita Garg (ankita@in.ibm.com)
Linux Technology Center
IBM India Systems & Technology Labs,
Bangalore, India
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: realtime preemption performance difference
2007-09-24 11:48 realtime preemption performance difference Jaswinder Singh
2007-09-24 21:27 ` hufey
@ 2007-09-26 13:30 ` Ankita Garg
1 sibling, 0 replies; 5+ messages in thread
From: Ankita Garg @ 2007-09-26 13:30 UTC (permalink / raw)
To: Jaswinder Singh; +Cc: linux-kernel, mingo
Hi Jaswinder,
On Mon, Sep 24, 2007 at 05:18:01PM +0530, Jaswinder Singh wrote:
> Hi all,
>
> I want to check performance difference by using realtime preemption patch :
>
> http://www.kernel.org/pub/linux/kernel/projects/rt/
>
> Please let me know from where I can download samples to test realtime
> preemption performance difference.
>
You can obtain several -rt testcases from the RT wiki:
http://rt.wiki.kernel.org/index.php/Main_Page Here we have testcases/benchmarks
for measuring scheduling latencies, priority preemption, signaling latencies, etc
and other important information on the patchset.
Hope this helps!
> Can someone please share performance numbers for your hardware:-
>
> 1. Interrupt latency
> 2. Task switching time
> 3. hard-realtime scheduling latency
>
> Thank you,
>
> Jaswinder Singh.
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
--
Regards,
Ankita Garg (ankita@in.ibm.com)
Linux Technology Center
IBM India Systems & Technology Labs,
Bangalore, India
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-09-26 13:58 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-24 11:48 realtime preemption performance difference Jaswinder Singh
2007-09-24 21:27 ` hufey
2007-09-26 7:11 ` Jaswinder Singh
2007-09-26 11:17 ` Ankita Garg
2007-09-26 13:30 ` Ankita Garg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®