Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to install jmeter #283

Closed
levi106 opened this issue Apr 4, 2023 · 0 comments
Closed

Failed to install jmeter #283

levi106 opened this issue Apr 4, 2023 · 0 comments

Comments

@levi106
Copy link

levi106 commented Apr 4, 2023

The url http://www-us.apache.org/dist/jmeter/binaries/apache-jmeter-4.0.tgz in loadtest.sh does not exist.

    wget -O apache-jmeter-4.0.tgz http://www-us.apache.org/dist/jmeter/binaries/apache-jmeter-4.0.tgz || return 1
    tar xfz apache-jmeter-4.0.tgz -C ~
    mkdir -p ~/bin
    ln -s ~/apache-jmeter-4.0/bin/jmeter ~/bin/jmeter
    rm apache-jmeter-4.0.tgz

It should be replaced with https://archive.apache.org/dist/jmeter/binaries/apache-jmeter-4.0.tgz or other url.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants