JMeter

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

Please visit the JMeter Website for more information.

Signatures

Many of the files have been signed using GnuPG.

If so, there will be an accompanying file.asc signature file in the same directory as the file (binaries or source).
The signing keys can be found in the distribution directory at http://www.apache.org/dist/jakarta/jmeter/KEYS.

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

Always test available signatures eg.

$ pgpk -a KEYS
$ pgpv jmeter-1.3.1.tar.gz.asc
or,
$ pgp -ka KEYS
$ pgp jmeter-1.3.1.tar.gz.asc
or,
$ gpg --import KEYS
$ gpg --verify jmeter-1.3.1.tar.gz.asc