Example client to use the session rotation API
authorJulien Desfossez <jdesfossez@efficios.com>
Thu, 21 Dec 2017 19:57:49 +0000 (14:57 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 3 Apr 2018 16:12:28 +0000 (12:12 -0400)
commit7779bc96ee56bdcb10bc91ee0631114a57229049
tree5222518b76b9115e687ee5194b40ad9ef2edcc53
parent329f344308786acb81d8939eb8e1ad37307696c2
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 <jdesfossez@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
doc/examples/rotation/rotate-client-compress.sh [new file with mode: 0755]
doc/examples/rotation/rotate-client-example.c [new file with mode: 0644]
This page took 0.024877 seconds and 4 git commands to generate.