From: mathieu.desnoyers@efficios.com (Mathieu Desnoyers)
Subject: [lttng-dev] [RELEASE] Babeltrace 1.2.0
Date: Fri, 28 Feb 2014 18:16:09 +0000 (UTC) [thread overview]
Message-ID: <1483653033.32401.1393611369672.JavaMail.zimbra@efficios.com> (raw)
In-Reply-To: <2141248164.32385.1393611290811.JavaMail.zimbra@efficios.com>
The Babeltrace project provides trace read and write libraries, as well
as a trace converter. Plugins can be created for any trace format to
allow its conversion to/from another trace format.
The main format expected to be converted to/from is the Common Trace
Format (CTF). The default input format of the "babeltrace" command is
CTF, and its default output format is a human-readable text log. The
"babeltrace-log" command converts from a text log to a CTF trace.
New and noteworthy features in the 1.2 release of Babeltrace:
1) lttng-live input plugin to read live streams with LTTng 2.4.
Getting up and running with live for kernel tracing in a nutshell
through localhost (adapt to use over the network):
# assumes you installed lttng 2.4 packages already
lttng-relayd -d # as root
lttng-sessiond -d # as root
lttng create mysession --live 1000000 -U net://localhost
lttng enable-event -k -a
lttng start
babeltrace -i lttng-live net://localhost # list the viewable sessions
babeltrace -i lttng-live net://localhost/host/${HOSTNAME}/mysession
# ... now getting live view of the kernel trace ...
See LTTng Tools live-reading-howto.txt and Babeltrace lttng-live.txt
for details.
2) CTF writer library
C/C++ library and Python bindings to write CTF traces.
See include/babeltrace/ctf-writer/*.h for details.
3) Babeltrace Python bindings
Allow reading and writing CTF traces from Python. See doc/python-howto.txt
for details.
4) CTF indexes support
Support index files extension of the Common Trace Format. Those are generated
starting from LTTng 2.4.
Changelog:
2014-02-28 Babeltrace 1.2.0
* Fix: lttng-live parse url port check
Project website: http://www.efficios.com/babeltrace
Download link: http://www.efficios.com/files/babeltrace/
CTF specification: http://www.efficios.com/ctf
--
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com
parent reply other threads:[~2014-02-28 18:16 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <2141248164.32385.1393611290811.JavaMail.zimbra@efficios.com>]
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=1483653033.32401.1393611369672.JavaMail.zimbra@efficios.com \
--to=mathieu.desnoyers@efficios.com \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox