How to check real time response to interrupt?

2 posts / 0 new
Last post
Offline
Last seen: 11 years 4 months ago
Joined: 12/04/2012
Posts: 1
How to check real time response to interrupt?

Dear Sir,

We want to measure latency(RTT-Round Trip Time) in RTI-Xenomai DDS platfrom, which are the basic command or software tools to measure latency.

How to check the if interrupt are responded in real time?

Pleas give us your suggestion.

Thanks in advance.

-Hitesh

 

Organization:
Keywords:
Gerardo Pardo's picture
Offline
Last seen: 4 weeks 1 day ago
Joined: 06/02/2010
Posts: 601

Hello,

There is an example application to measure round-trip latency included with your installation of RTI DDS. Look for the directory called ndds.5.0.0  (or whichever version you have), and below look for the subdirectory:

example/CPP/performance/latency

You will see there an example which includes the makefiles to build in different platforms as well as PDF file called Instructions.pdf containing instructions on building and running it.

As far as measuring whether interrupts are responded in real-time this is more of a kernel issue than a middleware issue. What kind of interrupt are you trying to respond to in real-time? I think the test you develop to measure it may deend on how these interrupts are generated.

Gerardo