Azure / Moodle

Tooling and guidance on deploying Scalable Moodle Clusters on Azure.
MIT License
153 stars 165 forks source link

Failed to install jmeter #283

Closed levi106 closed 1 year ago

levi106 commented 1 year ago

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.