使用自制软件将 Jmeter 升级到 3.2
Upgrade Jmeter to 3.2 using homebrew
我目前用自制软件安装了 jmeter 3.1,但是我想将它升级到 3.2 版。
我已经尝试 brew upgrade jmeter
但 returns 出现错误
jmeter 3.1 is already installed
我已经通过下载 3.2 版然后通过导航到文件夹来启动它来解决这个问题,但如果可能的话我希望自制软件版本是最新的?
根据 braumeister.org,自制软件上的当前 JMeter 版本是 3.1。这意味着还没有人更新它。你可以
- 等他们更新吧
- 如FAQ说明,自行编辑jmeter公式:
Just brew edit <formula>
. You don’t have to submit modifications back to homebrew/core, just edit the formula as you personally need it and brew install. As a bonus brew update will merge your changes with upstream so you can still keep the formula up-to-date with your personal modifications!
- 或者提交对 jmeter.rb 的更新以包含 3.2 并查看他们是否接受您的更改
我目前用自制软件安装了 jmeter 3.1,但是我想将它升级到 3.2 版。
我已经尝试 brew upgrade jmeter
但 returns 出现错误
jmeter 3.1 is already installed
我已经通过下载 3.2 版然后通过导航到文件夹来启动它来解决这个问题,但如果可能的话我希望自制软件版本是最新的?
根据 braumeister.org,自制软件上的当前 JMeter 版本是 3.1。这意味着还没有人更新它。你可以
- 等他们更新吧
- 如FAQ说明,自行编辑jmeter公式:
Just
brew edit <formula>
. You don’t have to submit modifications back to homebrew/core, just edit the formula as you personally need it and brew install. As a bonus brew update will merge your changes with upstream so you can still keep the formula up-to-date with your personal modifications!
- 或者提交对 jmeter.rb 的更新以包含 3.2 并查看他们是否接受您的更改