- Oracle SOA Suite 11g Performance Tuning Cookbook
- Matthew Brasier Nicholas Wright
- 256字
- 2021-08-13 16:51:45
Installing Apache JMeter
To enable our performance testing, we'll install the open source tool Apache JMeter.
Getting ready
You'll need to install Java JDK Version 6 or higher on a machine to follow this recipe.
How to do it…
Follow these steps to complete the installation of Apache JMeter:
- Navigate to http://jmeter.apache.org/download_jmeter.cgi, and select the latest binary version for download. If you're on Windows, it will be easier to proceed with the ZIP file.
- The next step will assume that you've selected the ZIP version, or that you know what you're doing with the
tar.gz
file. Unzip the downloaded file. On Windows, you can right-click and select Extract All; on Linux, you can use theunzip
orgunzip
commands. - Place the extracted contents in a suitable location. The rest of the recipe will use the location
C:\performance-testing\apache-jmeter-2.8
. - Within the
bin
directory, runjmeterw.cmd
on Windows, orjmeter.sh
on Linux (if using the ZIP bundle, remember to set the file as executable first via thechmod
command). - We now have JMeter installed and are ready to use.
How it works…
JMeter is simply a series of JAR files that are bootstrapped by wrapper scripts. There are no complicated installers or dependencies to maintain; all we need is an installation of Java to get going! This methodology extends into the rest of JMeter, so don't be put off if some of the recipes in this chapter don't seem glamorous; this is a powerful tool.
See also
- The Creating a web service test by using JMeter recipe
推薦閱讀
- Web安全防護指南:基礎篇
- RCNP實驗指南:構建高級的路由互聯網絡(BARI)
- 解析QUIC/HTTP3:未來互聯網的基石
- Oracle SOA Suite 11g Performance Tuning Cookbook
- Hands-On Full Stack Development with Spring Boot 2 and React(Second Edition)
- Learning Karaf Cellar
- 通信簡史:從信鴿到6G+
- 世界互聯網發展報告·2019
- WordPress Web Application Development
- 通信原理及MATLAB/Simulink仿真
- 端到端QoS網絡設計
- 物聯網M2M開發技術:基于無線CPU-Q26XX
- Enterprise ApplicationDevelopment with Ext JSand Spring
- 新IP:面向泛在全場景的未來數據網絡
- Building Microservices with Spring