简体   繁体   中英

how to know the time taken by each component in mule?

In my mule project i want to know the time taken by each component in a flow to execute and also the total time taken by a flow to execute.How can i know that.I tried by googling.i found timer interceptor as answer.

But how to configure it to know the datamapper execution time?And also i dont know how to configure it for a flow to know the flow execution time.

You can subscribe to message processor notifications and print the before and after timestamps. Take a look at: http://www.mulesoft.org/documentation/display/current/Mule+Server+Notifications

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM