From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <55637D30.7050604@efficios.com> Date: Mon, 25 May 2015 15:51:12 -0400 From: Julien Desfossez MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: [diamon-discuss] [RELEASE] LTTng-analyses v0.2 List-Id: DiaMon diagnostic and monitoring workgroup general discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "lttng-dev@lists.lttng.org" , diamon-discuss@lists.linuxfoundation.org Cc: Antoine Busque Hi everyone, I am glad to announce the second 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. This is mostly a one-man-release: Antoine Busque did all the work of refactoring, cleaning up the code and fixing a number of bugs. Thanks to this work, we know have a nice architecture that will allow us to add more analyses and integrate with other tools. The implemented analyses did not change from the previous release, but you might notice some differences from the output of the previous 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. Julien