Installing and configuring jmeter.
安装和配置jmeter。
Integrate JMeter tests within a CI environment.
在CI环境中集成JMeter测试。
Is JMeter can be used to perform functional testing?
是JMeter可以用来执行功能测试?
JMeter records statistics about each request it makes.
JMeter会记录它发出的每个请求的统计数据。
You've already seen how to display JMeter test reports using Ant.
您已经看到了如何使用Ant显示JMeter测试报告。
Server performance characterization: Load testing with Apache JMeter
服务器性能描述:用ApacheJMeter 进行负载测试
Use Apache JMeter to test the concurrency when the application is running on the server.
当应用程序在服务器上运行时,使用ApacheJMeter测试并发性。
The example code in Listing 2 runs a single JMeter load test, called BreweryTestPlan.jmx.
清单2中的示例代码运行一个JMeter负载测试BreweryTestPlan . jmx。
JMeter was easy to install and of medium complexity to learn (see the next lesson learned).
JMeter易于安装并且具有中等的认识复杂度(请参阅下一条经验)。
JMeter provides a GUI-based application to design and execute a variety of reusable test plans.
JMeter提供一个基于GUI的应用程序,用于设计和执行多种可重用的测试计划。
The following five JMeter test plan components were used to prepare the performance test scripts.
下面五个JMeter测试计划组件用于准备性能测试脚本。
The selected JMeter components supported a common structure for all the performance test scripts.
所选择的JMeter组件针对所有的性能测试脚本提供了一个公共的结构。
JMeter also provides a less detailed XSL stylesheet file that summarizes the load tests' results.
JMeter也提供了一个不太详细的xsl样式表文件,用于总结负载测试的结果。
JMeter also supports the capture of test results in XML format for post-test statistical analysis.
JMeter还支持以xml格式捕捉测试结果,用于测试后的统计分析。
The REFID column is a sequential number generated my the JMeter test case when creating the tasks.
refid列是一串序列号,是在创建任务时JMeter测试案例所生成的。
You can use the JMeter GUI to create test plans. The different types of test plans in JMeter include
您可以使用JMeterGUI创建测试计划。
The required attributes of the jmeter task are jmeterhome, testplan (s), and resultlog or resultlogdir.
jmeter任务所需的属性为jmeterhome、testplan (s)以及resultlog或resultlogdir。
After you have met all the prerequisites, you can start it from the bin subdirectory in the JMeter directory.
满足所有先决条件以后,您可以从JMeter目录中的bin子目录中启动它。
Start the JMeter application by selecting the JMeter.bat file in the JMeter install location's bin directory.
通过选择JMeter安装位置的bin目录下的JMeter .bat文件来启动JMeter应用程序。
As the connection pool from JMeter is established, the server provides much more consistent workload response.
当从JMeter建立连接池时,服务器会提供更加一致的工作负载响应时间。
All the graphs in this article were generated with JMeter as the load generator, also know as the "test harness."
本文中的所有图形都是使用JMeter作为负载生成器(也称“测试用具”)的情况下生成的。
You can use this technique in a production environment to distinguish artificial JMeter requests from real users.
您可以在生产环境中使用此项技术来区分模拟JMeter请求与实际用户。
A business user may find it difficult to work with the technical specifications for the various JMeter components.
商业用户可能发现难以使用各种JMeter组件的技术规范。
The JMeter test plan was configured to deliver requests at an average rate of 16 requests per second per virtual machine.
JMeter测试计划配置为平均每秒每台虚拟机发送16个请求。
Once the required JMeter components were identified and a general test plan design conceived, the test scripts had to be built.
一旦已经确定所需的JMeter组件并且已经构思好一个通用的测试计划设计,就必须构建测试脚本了。
The baseline performance shows an average response time of 37.6 milliseconds (see lower right-hand corner of the JMeter frame).
基准性能表明平均响应时间为37.6毫秒(请看jmeter帧的右下角)。
Then, we can use a (manual) correlation among the requests made by JMeter and the results logged by portal analytics to sa.log.
然后,我们可以在JMeter发出的请求和门户分析工具记录到sa . log中的结果之间使用(人工)关联。
In Listing 1, I use Ant's taskdef task to define the jmeter task. I name it jmeter so that I can use it elsewhere in the Ant script.
在清单1中,我使用Ant的taskdef任务定义jmeter任务,我将其命名为jmeter,这样我可以在该ant脚本的其他地方使用它。
Without going into too much detail regarding how we configured JMeter, here are the main config items that are used to conduct the test.
无需深入了解有关如何配置JMeter的太多细节,下面是用于执行该测试的主要配置项?
Apache JMeter is an open source project you can use to simulate a heavy load on a server (see Resources for more information on JMeter).
ApacheJMeter是一个开放源码项目,您可以用来在服务器上模拟重负载(有关JMeter的更多信息,请参阅参考资料)。
应用推荐