Re: Need to measure start and end time for a processor

2016-05-28 Thread Igor Kravzov
Thanks guys. On Fri, May 27, 2016 at 6:44 PM Andy LoPresto wrote: > To add on to Lee’s excellent points, if you are concerned about capturing > the total lifetime, you may be able to intercept the messages coming from > the console application and insert an attribute for

Re: Need to measure start and end time for a processor

2016-05-27 Thread Andy LoPresto
To add on to Lee’s excellent points, if you are concerned about capturing the total lifetime, you may be able to intercept the messages coming from the console application and insert an attribute for timing before Kafka processes those messages. You can then evaluate against that in NiFi. This

Re: Need to measure start and end time for a processor

2016-05-27 Thread Lee Laim
Igor, Here are 3 methods which may help: 1, Processor Statistics - 'Average Task Duration' is one of the processor statistics you can use to determine, on average, how fast an individual process takes. Additionally, 'Average Lineage duration' might give you some insight across multiple