Recording HTTP traffic with JMeter
JMeter is an open-source load testing tool. See related posts if you want more information about JMeter. JMeter allows to record HTTP traffic with its built-in HTTP(S) Test Script Recorder. OctoPerf natively supports importing JMeter recordings.
Installation
First, you need to install JMeter on your computer:
- Get JMeter from JMeter Download Page,
- Decompress the archive,
- Run JMETER_HOME/bin/jmeter executable (extension depends on your OS).
JMeter GUI should appear. JMeter is a Java program, it requires a Java JRE. Install one if you don't have any.