For aarch64 platform, I have built Jmeter from source.
Steps
Following steps were used for the building and installation:
# sudo apt update
# sudo apt install make cmake wget openjdk-11-jdk ant -y
# wget https://github.com/apache/jmeter/archive/refs/tags/v5_0.tar.gz
# tar -xvf v5_0.tar.gz
# cd jmeter-5_0
# ant download_jars
# ant
Outcome
To validate that the build was successful we ran a version check. The version info returned matched the expected value.
I am not really sure, what this issue is about? JMeter is a Java program, which should run everywhere, where you have a JRE available. Apart from that, the version 5.0 is really, really old.
The documentation URL
https://jmeter.apache.org/index.html
Feedback
Description
For aarch64 platform, I have built
Jmeter
from source.Steps
Following steps were used for the building and installation:
Outcome
To validate that the build was successful we ran a version check. The version info returned matched the expected value.
All this information is also added to Software Ecosystem Dashboard for Arm.