X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Flive-reading-howto.txt;fp=doc%2Flive-reading-howto.txt;h=2b27eed34f5ecd719efabb6c527b1648f2eec02f;hp=4a54f1c4a2e8a260e05a627ca7fd720f71b82592;hb=729922cd5ebcaf62d197bd0bef241e4854e9e8eb;hpb=151b6b1ac2ac1a85b587e578e69b48f6e5feab6a 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