On-disk multiple tracefiles circular buffer
authorJulien Desfossez <jdesfossez@efficios.com>
Wed, 27 Mar 2013 17:27:55 +0000 (13:27 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 28 Mar 2013 16:55:22 +0000 (12:55 -0400)
This patch introduces the tracefile_size and tracefile_count parameters
to the enable-channel command and the API.

This allows to split a stream into multiple tracefiles and limit the
amount of trace data to keep on disk. The tracefiles are readable
independently or with the others as long as the metadata file is
present.

For now only local traces are handled, relayd modifications coming soon.

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>

No differences found
This page took 0.024356 seconds and 4 git commands to generate.