Systems | Development | Analytics | API | Testing

February 2023

How to configure and use JMeter logging

We are going to look at how JMeter outputs to both the log panel in GUI mode and the log file in non-GUI mode. We will look at the properties relating to the GUI log panel and the Appenders and Loggers that determine what data is output and at what level the logs are output at. JMeter uses log4j to provide its logging mechanism and from the log4j website: We will look at how Jmeter configures Appenders and Loggers separately but they work together to produce the logged output.

Use JMeter to create a website crawler

The idea behind this blog post originated when we updated our documentation after the release of our new UI. With more than 250 blog posts at the time I’m writing this one, you can see how this could prove challenging. And of course the twist is that we also took this opportunity to reorganize the documentation so it’s not as simple as a search and replace of the domain..

Performance Testing, Artificial Intelligence and Machine Learning

We are going to look at how performance testing can work hand in hand with Artificial Intelligence and Machine Learning: As there are many Artificial Intelligence solutions to choose from and for the purposes of this post this is the easiest way to discuss the principles of Artificial Intelligence working with performance testing rather than discussing a particular framework.