Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1303102 > unrolled thread

blog post: Monitoring real-time latencies

Started byJulien Desfossez <jdesfossez@efficios.com>
First post2016-01-06 23:20 +0100
Last post2016-01-10 17:00 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  blog post: Monitoring real-time latencies Julien Desfossez <jdesfossez@efficios.com> - 2016-01-06 23:20 +0100
    Re: blog post: Monitoring real-time latencies Alexander Hirsch <1zeeky@gmail.com> - 2016-01-10 17:00 +0100

#1303102 — blog post: Monitoring real-time latencies

FromJulien Desfossez <jdesfossez@efficios.com>
Date2016-01-06 23:20 +0100
Subjectblog post: Monitoring real-time latencies
Message-ID<qO4AW-7bT-13@gated-at.bofh.it>
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
--
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/

[toc] | [next] | [standalone]


#1305631

FromAlexander Hirsch <1zeeky@gmail.com>
Date2016-01-10 17:00 +0100
Message-ID<qPqzo-6aA-7@gated-at.bofh.it>
In reply to#1303102
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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web