From f663e97af566c1c52235f5700dd3524e5227ee2f Mon Sep 17 00:00:00 2001 From: lizbiella <114702254+lizbiella@users.noreply.github.com> Date: Wed, 17 Jul 2024 10:16:20 +0200 Subject: [PATCH] Create 2024-07-15-apache-solr-performance-jmeter.md (#114) Added a new blog post about Apache Solr Performance test --- .../2024-07-15-apache-solr-performance-jmeter.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 content/pages/blogposts/2024-07-15-apache-solr-performance-jmeter.md diff --git a/content/pages/blogposts/2024-07-15-apache-solr-performance-jmeter.md b/content/pages/blogposts/2024-07-15-apache-solr-performance-jmeter.md new file mode 100644 index 000000000..b2f06710e --- /dev/null +++ b/content/pages/blogposts/2024-07-15-apache-solr-performance-jmeter.md @@ -0,0 +1,12 @@ +Title: Benchmark Apache Solr Performance With Apache JMeter +category: solr/blogposts +summary: This blog post shows an example of how to create an Apache Solr performance test using the Apache JMeter tool. Written by Ilaria Petreti, Information Retrieval/Machine Learning Engineer at Sease. +slug: benchmark-apache-solr-performance-with-apache-jmeter +URL: blogposts/benchmark-apache-solr-performance-with-apache-jmeter.html +save_as: blogposts/benchmark-apache-solr-performance-with-apache-jmeter.html + +# Benchmark Apache Solr Performance With Apache JMeter + +If you are familiar with Apache Solr and have no idea how to create a Solr performance test, you are in the right place. +This blog post illustrates how to create Solr benchmarks using the JMeter tool. We will stress test Apache Solr query time capabilities by submitting several queries, where the query term (of a specific field) changes each time, to simulate real users sending multiple requests to the server. +Read about how to set up a performance test with JMeter with Apache Solr as a target - the complete post can be read here: [Benchmark Apache Solr Performance With Apache JMeter](https://sease.io/2023/02/benchmark-apache-solr-performance-with-apache-jmeter.html)