无法在Centos7上运行jmeter 4.0脚本

时间:2018-03-13 12:17:12

标签: java linux jmeter-plugins jmeter-3.2

我从命令行在我的centos 7系统上运行jmeter 4.0但是得到以下错误,请帮忙。

JMeter命令: -

./jmeter -n -t file_load.jmx -l loadResult.csv

错误:

Unrecognized VM option 'MaxMetaspaceSize=256m'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

java -version

Picked up _JAVA_OPTIONS: -Xmx512M
openjdk version "1.8.0_161"
OpenJDK Runtime Environment (build 1.8.0_161-b14)
OpenJDK 64-Bit Server VM (build 25.161-b14, mixed mode)

1 个答案:

答案 0 :(得分:1)

确保真的使用Java 8运行JMeter,通过alternatives --config java命令仔细检查您正在使用的Java

例如,我无法使用Java 8重现您的问题,但是使用Java 7会失败:

JMeter Java 8

根据What’s New in JMeter 4.0?文章,您至少需要使用Java 8来运行JMeter 4.0