From: Julien Desfossez Date: Thu, 21 Dec 2017 19:57:49 +0000 (-0500) Subject: Example client to use the session rotation API X-Git-Tag: v2.11.0-rc1~328 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=7779bc96ee56bdcb10bc91ee0631114a57229049;hp=7779bc96ee56bdcb10bc91ee0631114a57229049;p=lttng-tools.git Example client to use the session rotation API This client creates a session with all system calls enabled, offers the option to rotate periodically the session (unlimited or only a number of times), and call a script on each rotated chunk. The script provided compresses the chunk and deletes the original. Signed-off-by: Julien Desfossez Signed-off-by: Jérémie Galarneau ---