Wrapping this in a clickable launcher would be cleaner, but this way, I can easily see if I hit an OutOfMemory error, and I can CTRL-C to kill it if the interface locks up.
Script:
JVM_ARGS="-Xms2g -Xmx2g"
export JVM_ARGS
jmpath='/Applications/jmeter_2.12'
jmexec=${jmpath}/bin/jmeter
jmexec=${jmpath}/bin/jmeter
cd ~/Documents/jmplans/
chmod +x ${jmexec}
${jmexec}
${jmexec}
No comments:
Post a Comment