apache / jmeter

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
https://jmeter.apache.org/
Apache License 2.0
8.42k stars 2.1k forks source link

Build and test for Linux/ARM64 #6367

Closed odidev closed 4 weeks ago

odidev commented 1 month ago

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:

# 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.

All this information is also added to Software Ecosystem Dashboard for Arm.

FSchumacher commented 4 weeks ago

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.