![JAR search and dependency download from the Maven repository](/logo.png)
e.jmeter.backendlistener.kafka.1.0.1.source-code.log4j2.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jmeter.backendlistener.kafka Show documentation
Show all versions of jmeter.backendlistener.kafka Show documentation
JMeter Backend Listener Kafka is a JMeter plugin enabling you to send test results to a Kafka server. It is meant as an alternative live-monitoring tool to the built-in "InfluxDB" backend listener of JMeter.
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <Configuration status="info"> <Appenders> <Console name="Console" target="SYSTEM_OUT"> <PatternLayout pattern="%highlight{%d{dd MMM yyyy HH:mm:ss,SSS} %-5p [%t] - %msg%n%n}{FATAL=bright red, ERROR=bright red, WARN=bright yellow, INFO=bright white, DEBUG=bright blue, TRACE=white}"/> </Console> <File name="File" fileName="logs/${date:yyyyMMdd_HHmmss}.log"> <PatternLayout pattern="%d{dd MMM yyyy HH:mm:ss,SSS} %-5p %marker [%t] %C %M - %msg%n"/> <!--logs/${ctx:testrun:-unknown}_${date:yyyyMMdd_HHmmss}_${ctx:application:-unknown}_${ctx:loadprofile:-Log}.log--></File> </Appenders> <Loggers> <Root level="trace"> <AppenderRef ref="File"/> <AppenderRef ref="Console"/> </Root> </Loggers> </Configuration>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy