Re: How to reset throughput logger

2018-02-06 Thread Dennis Holunder
gt; > > > -- > Claus Ibsen > - > http://davsclaus.com @davsclaus > Camel in Action 2: https://www.manning.com/ibsen2 > > > > If you reply to this email, your message will be added to the discussion > below: > http://

Re: How to reset throughput logger

2018-02-06 Thread Claus Ibsen
You can try via JMX, it should have a reset operation - resetThroughputLogger You can get hold of that via Java API as well. Camel in Action 2nd book talks about this in chapter 16, section 16.5.2. On Tue, Feb 6, 2018 at 2:33 PM, Dennis Holunder wrote: > Hello, > > Is there a way to reset throu

How to reset throughput logger

2018-02-06 Thread Dennis Holunder
Hello, Is there a way to reset throughput logger? I have a cron job and for each run it should reset the throughput statistics - D