mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* blog post: Monitoring real-time latencies
@ 2016-01-06 22:04 Julien Desfossez
  2016-01-10 15:51 ` Alexander Hirsch
  0 siblings, 1 reply; 2+ messages in thread
From: Julien Desfossez @ 2016-01-06 22:04 UTC (permalink / raw)
  To: linux-kernel, linux-rt-users; +Cc: lwn

Hi,

Here is a blog post related to detecting and understanding high
interrupt-processing latencies on real-time systems. It is based on a
new project called latency_tracker that hooks on the existing kernel
tracepoints and executes actions when high latency events occur.

https://lttng.org/blog/2016/01/06/monitoring-realtime-latencies/

It is a work in progress, so if you are interested and/or have any
comments, please let me know.

Thanks,

Julien

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: blog post: Monitoring real-time latencies
  2016-01-06 22:04 blog post: Monitoring real-time latencies Julien Desfossez
@ 2016-01-10 15:51 ` Alexander Hirsch
  0 siblings, 0 replies; 2+ messages in thread
From: Alexander Hirsch @ 2016-01-10 15:51 UTC (permalink / raw)
  To: linux-kernel

Julien Desfossez <jdesfossez <at> efficios.com> writes:

> 
> Hi,
> 
> Here is a blog post related to detecting and understanding high
> interrupt-processing latencies on real-time systems. It is based on a
> new project called latency_tracker that hooks on the existing kernel
> tracepoints and executes actions when high latency events occur.
> 
> https://lttng.org/blog/2016/01/06/monitoring-realtime-latencies/
> 
> It is a work in progress, so if you are interested and/or have any
> comments, please let me know.
> 
> Thanks,
> 
> Julien
> 

Building lttng-modules 2.7.1 against linux-rt-4.1.15-rt17 (the most recent
releases respectively, except for linux-rt-4.4-rc*) fails because of the
patch introducing the sched_waking tracepoint to linux-rt
(sched-introduce-the-27trace_sched_waking-27-tracepoint.patch), which also
updates the sched_wakeup and sched_wakeup_template function prototypes to
linux-4.3.
The check for LINUX_VERSION_CODE >= KERNEL_VERSION(4,3,0) in the
instrumentation by lttng-modules
(instrumentation/events/lttng-module/sched.h) fails of course.

Regards,
Alexander Hirsch

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-10 15:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-06 22:04 blog post: Monitoring real-time latencies Julien Desfossez
2016-01-10 15:51 ` Alexander Hirsch

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®