<div dir="ltr">Hello,<div><br></div><div>Is there any option where I can disableĀ LTTng tracing to disk? But, I want in memory tracing.</div><div><br></div><div>What I want is not to write to disk and reading the tracing from the in memory. So, my next question will be how to read in memory tracing ?</div><div><br></div><div>I tried following but I am not sure whether this will disable tracing to disk or not.</div><div><br></div><div><div>lttng create --no-output TESTING</div><div>lttng enable-channel --userspace --tracefile-size 1M --tracefile-count 1 --overwrite channel1<br></div><div>lttng enable-event -u -a -c channel1<br></div><div>lttng start<br></div></div><div><br></div><div>Thanks.</div></div>