LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Julien Desfossez <jdesfossez@efficios.com>
To: "lttng-dev@lists.lttng.org" <lttng-dev@lists.lttng.org>
Cc: diamon-discuss@lists.linuxfoundation.org, linux-kernel@vger.kernel.org
Subject: [RELEASE] LTTng-analyses v0.1
Date: Wed, 04 Feb 2015 11:06:21 -0500	[thread overview]
Message-ID: <54D2437D.7030802@efficios.com> (raw)

Hi everyone,

I am glad to announce the very first release of the lttng-analyses project !
https://github.com/lttng/lttng-analyses

This project is a collection of tools to extract metrics and
higher-level informations from LTTng kernel traces.

Here is a complete example that illustrates how to solve a real-world
problem with this project:
http://lttng.org/blog/2015/02/04/web-request-latency-root-cause/

The workflow with these tools is different from the traditional
debugging/monitoring tools. We trace the whole system and then analyse
the trace offline. So the cost of analysing the trace is done outside of
production. The project benefits from the low overhead of LTTng to
mostly target hard to identify performance/latency problems.

Here is the list of the implemented analyses in this release:
- CPU usage per-process and system-wide
- Process CPU migration count
- Memory usage per-process and system-wide (as seen by the kernel)
- I/O usage (syscalls, disk, network)
- I/O operations log (with latency and usage)
- I/O latency statistics (aggregated open, read, write, sync operations)
- I/O latency frequency distribution
- Interrupt handler duration statistics (count, min, max, average stdev)
- Interrupt handler duration top
- Interrupt handler duration log
- Interrupt handler duration frequency distribution
- SoftIRQ handler latency statistics
- Syscalls usage statistics

We appreciate all kinds of feedback, use-cases and real-world
experiences, so please test it and let us know what you think about it.

I would like to thank everyone who contributed ideas, code, reviews and
funding on this project that started almost a year ago !

Julien

                 reply	other threads:[~2015-02-04 16:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54D2437D.7030802@efficios.com \
    --to=jdesfossez@efficios.com \
    --cc=diamon-discuss@lists.linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lttng-dev@lists.lttng.org \
    --subject='Re: [RELEASE] LTTng-analyses v0.1' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).