<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi:<br><br>I am using LTTng for tracing user-space application. Does LTTng support hourly/weekly/monthly rollover tracing? Some of the tracing libraries like log4j supports this, it will separate traces into different files for each hour/week/month depending on your setup. You could start to read the older traces while the user application is still running and writing traces. Does LTTng support this kind of feature? If not, what is the closest I could get? Ideally, I need to read the trace while the trace session is still running. It doesn't have to be real-time trace, could be couple hours old. I saw that LTTng has the snapshot mode, but it is still not exactly the same as the one I need, Snapshot mode could suffer from event lost, since it keeps overwriting old events. Thanks.<br><br>                                          </div></body>
</html>