Jmeter vs apache 基准测试 solr-nutch 应用程序?
Jmeter vs apache benchmark to test a solr-nutch application?
在不导致系统崩溃的情况下,使用 Jmeter 或 Apache 基准测试对我的系统进行负载测试更方便。哪个更容易使用?
我只需要知道系统的平均或最大请求数。
我正在使用 solar8.3.1 和 nutch1.16。
给定 Nutch is a web-crawler and Solr is a search platform my expectation is that you will be testing the performance of Solrs JSON Request API
ab 将是 "easier and simple to use" 如果您只想用固定数量的并发请求来打击 Solr API 端点。
JMeter 使用起来会更方便,因为看起来你要执行一个 Stress Test, to wit start with 1 virtual user and ramping-up the load until response time starts exceeding acceptable or errors start occurring. Moreover JMeter has better reporting
在不导致系统崩溃的情况下,使用 Jmeter 或 Apache 基准测试对我的系统进行负载测试更方便。哪个更容易使用? 我只需要知道系统的平均或最大请求数。 我正在使用 solar8.3.1 和 nutch1.16。
给定 Nutch is a web-crawler and Solr is a search platform my expectation is that you will be testing the performance of Solrs JSON Request API
ab 将是 "easier and simple to use" 如果您只想用固定数量的并发请求来打击 Solr API 端点。
JMeter 使用起来会更方便,因为看起来你要执行一个 Stress Test, to wit start with 1 virtual user and ramping-up the load until response time starts exceeding acceptable or errors start occurring. Moreover JMeter has better reporting