[lttng-dev] A question on protocols

2018-11-16 Thread mrx
Hi, I have a need to collect LTTng live-traces from systems with very limited RAM and flash resources. This tracing will be running continuesly for months monitoring our systems. The only way for me to transport those CTF records somewhere else is via HTTP proxy. LTTng doesn't seem to have support

Re: [lttng-dev] A question on protocols

2018-11-16 Thread Jonathan Rajotte-Julien
Hi Patrick, On Fri, Nov 16, 2018 at 09:49:52AM +0100, mrx wrote: > Hi, > > I have a need to collect LTTng live-traces from systems with very limited > RAM > and flash resources. This tracing will be running continuesly for months > monitoring our systems. The only way for me to transport those CT

Re: [lttng-dev] [PATCH lttng-tools 2/2] Fix: typo 'convet' -> 'convert'

2018-11-16 Thread Jérémie Galarneau
All four typo fix patches were merged in master and stable-2.11. Thanks! Jérémie On Thu, Nov 15, 2018 at 12:16:37PM -0500, Michael Jeanson wrote: > Signed-off-by: Michael Jeanson > --- > src/common/lttng-elf.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/common/

Re: [lttng-dev] [PATCH lttng-tools 1/2] Fix: Connect timeout arithmetic in inet/inet6 (v4)

2018-11-16 Thread Jérémie Galarneau
Merged all the way back to 2.9. Thanks! Jérémie On Tue, Nov 13, 2018 at 12:12:20PM -0500, Mathieu Desnoyers wrote: > The nanoseconds part of the timespec struct time_a is not always > bigger than time_b since it wrap around each seconds. > > Use 64-bit arithmetic to perform the difference. > >

Re: [lttng-dev] [PATCH lttng-tools 2/2] Fix: max_t/min_t macros are missing cast on input

2018-11-16 Thread Jérémie Galarneau
Merged all the way back to 2.9. Thanks! Jérémie On Tue, Nov 13, 2018 at 12:12:21PM -0500, Mathieu Desnoyers wrote: > The semantic expected from max_t and min_t is to perform the max/min > comparison in the type provided as first parameter. > > Cast the input parameters to the proper type before