Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 641 Bytes

performancechecker.rst

File metadata and controls

24 lines (17 loc) · 641 Bytes

PerformanceChecker

The PerformanceChecker checks and logs the processing time of a message.

Configuration

The PerformanceChecker requires the following configuration entries:

[perfchecker-config]
type = PerformanceChecker
write.to = /app/output/performance.csv
type

To configure a PerformanceChecker, use PerformanceChecker as type.

write.to

The file to write the processing time(s) to. This is an optional configuration entry. If it is omitted, the PerformanceChecker will write the times only to the configured logger.