Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jmeter certificate is not created

Tags:

jmeter

I start want to record in jmeter 1st time.

My steps were:

  1. I installed jmeter in mac: brew install jmeter
  2. I created new Recording template
  3. I click start button. It display a pop up as in picture below.

It display a pop up as in picture below.

enter image description here

However, when I go to check the file in /usr/local/Cellar/jmeter/3.2/bin or in /usr/local/bin directories it does not exists. I am not sure which one it should be located. Only possible reason that I found myself was using of wrong version of java. I use java 8, so it shouldn't be a problem in my case. I do not see any errors. When I start and stop again I see the log as in the picture below:

enter image description here

like image 401
Jacob Avatar asked Sep 09 '17 05:09

Jacob


1 Answers

Most probably JMeter cannot write in the folder.

Edit user.properties and modify:

proxy.cert.directory

See this blog to know where to find configuration files:

  • http://www.ubik-ingenierie.com/blog/using-homebrew-to-install-and-configure-jmeter-under-mac-osx/
like image 69
UBIK LOAD PACK Avatar answered Oct 26 '22 00:10

UBIK LOAD PACK