From: Julien Desfossez Date: Mon, 10 Feb 2014 23:52:28 +0000 (-0500) Subject: Fix: lttng-live documentation X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=729922cd5ebcaf62d197bd0bef241e4854e9e8eb Fix: lttng-live documentation Signed-off-by: Julien Desfossez Signed-off-by: David Goulet --- diff --git a/doc/live-reading-howto.txt b/doc/live-reading-howto.txt index 4a54f1c4a..2b27eed34 100644 --- a/doc/live-reading-howto.txt +++ b/doc/live-reading-howto.txt @@ -31,23 +31,7 @@ stream up to a certain point in time. Once the session is created, the user can activate events as usual. In order to view the live trace, the viewer must implement the live-reading -protocol. - -For now, a basic client is available in the branch index2013 of the git -repository : -https://github.com/jdesfossez/babeltrace-dev.git - -This client is still in heavy development and the branch will be rebased, it is -only provided as a proof-of-concept and an exemple on how to use the protocol. -Once compiled and installed, just run : -$ test-live hostname 2>/dev/null - -If you want to see all the debug, just get rid of "2>/dev/null". -Once again, it is a client in development, the name is purposely bad and the -debug output is relatively heavy. - -Known viewer issues : -- adding metadata on the fly (enabling events when a viewer is connected) -- destroy not clean -- aggressive polling when all the streams are inactive (after a lttng stop) -- restart reading from the beginning (SEEK_LAST not implemented yet) +protocol. As of now, Babeltrace[1] and LTTngTop[2] implement the protocol. + +[1] git://git.efficios.com/babeltrace.git +[2] git://git.lttng.org/lttngtop.git