A modified clone from Apache Jmeter, modified to support the testing of vehicle tracking devices tcp protocols.
By Afaqy Software quality team.
Afaqy_MOD: 1.2
- Create new custom TCP sampler for AFAQY tracker devices
- Add the custom message as input inside the custom sampler
Jmeter: 5.4.1
Supported device protocols:
- BCE Standard (Not SDK/IOT)
JMeter is built using Gradle.
The following command builds and tests JMeter:
./gradlew buildIf the system does not have a GUI display then:
./gradlew build -Djava.awt.headless=trueThe output artifacts (jars, reports) are placed in the build folder.
For instance, binary artifacts can be found under src/dist/build/distributions.
The following command would compile the application and enable you to run jmeter
from the bin directory.
Note that it completely refreshes
lib/contents, so it would remove custom plugins should you have them installed.
./gradlew createDistAlternatively, you could get Gradle to start the GUI:
./gradlew runGuiFor legal and licensing information, please see the following files:
Thank you for using Apache JMeter - Afaqy_MOD.
Amr Aly @ 2021