From mboxrd@z Thu Jan 1 00:00:00 1970 From: jdesfossez@efficios.com (Julien Desfossez) Date: Mon, 01 Jun 2015 14:48:41 -0400 Subject: [lttng-dev] [RELEASE] LTTngTop v0.3 Message-ID: <556CA909.6000705@efficios.com> Hi everyone, I am glad to announce the new release of LTTngTop ! git://git.lttng.org/lttngtop.git LttngTop is an ncurses interface for reading and browsing traces recorded by the LTTng tracer and displaying various statistics. As of now, the cpu usage, per file/process I/O bandwidth, perf counters and kprobe hits are displayed. This release is the first one that handles live and offline sessions, so you can just run "lttngtop" without any arguments and it will automatically create and attach a local live session. You can also use the -r argument to connect to a remote relay and attach to a remote trace. Along with this release comes the lttngtoptrace tool that aims to simplify the usage of LTTng live in situation where you want something strace-alike but with more flexibility (multi-processes, whole system, kprobe support, CPU migrations, etc) and less perturbation on the target system. If someone is interested to contribute to this software, I have tons of improvement ideas and no time to implement them, so please feel free to step in ! The 2 main topics are: rewrite in C++ with a proper state system library, more complete I/O syscall support, semi-live enabling of perf counters and kprobes, getting rid of the contexts (requires the state system rework), etc. Special thanks to Michael Jeanson for pressuring me to do this long overdue release ! We appreciate all kinds of feedbacks, so please test it and let us know what you think about it. Thanks, Julien