-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create 2024-07-15-apache-solr-performance-jmeter.md (#114)
Added a new blog post about Apache Solr Performance test
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
content/pages/blogposts/2024-07-15-apache-solr-performance-jmeter.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |