Apache JMeter

Feedback, questions and comments should be sent to the Apache JMeter Users mailing list.

Please visit the Apache JMeter Website for more information.

Signatures

The release archives have been signed using GnuPG.

Always check the signature of the archive

Java version

Apache JMeter 5.6.3 requires Java 8+

Icon  Name                    Last modified      Size  Description
[PARENTDIR] Parent Directory - [DIR] binaries/ 2024-01-07 17:59 - [DIR] source/ 2024-01-07 17:59 -

Download from your nearest mirror site!

Do not download from www.apache.org. Please use a mirror site to help us save apache.org bandwidth. Go here to find your nearest mirror.

PGP/GPG Signatures

All of the release distribution packages have been digitally signed (using PGP or GPG) by the ASF committers that constructed them. There will be an accompanying distribution.asc file in the same directory as the distribution. The PGP/GPG keys can be found at the MIT key repository and within this project's KEYS file at https://www.apache.org/dist/jmeter/KEYS.

Always download the KEYS file directly from the Apache site, never from a mirror.

Always check signatures to validate package authenticity, e.g.,
$ pgpk -a KEYS
$ pgpv apache-jmeter-5.6.3.tgz.asc
or,
$ pgp -ka KEYS
$ pgp apache-jmeter-5.6.3.tgz.asc
or
$ gpg --verify apache-jmeter-5.6.3.tgz.asc apache-jmeter-5.6.3.tgz

We also offer SHA512 hashes to validate the integrity of the downloaded files. See the distribution.sha512 files.
Note that such hashes are only useful as a check that the file has been downloaded OK. They do not provide any guarantee that the downloaded file is authentic.