Dave Sperling
Dave Sperling
We have started the 'n7m' project, a [Numeronym](https://en.wikipedia.org/wiki/Numeronym) for [Nominatim](https://nominatim.org/). It's not nearly as mature as 'nominatim-docker' but something we have been experimenting with. This branch has a FPM docker...
@AnthraX1 - PHP-FPM support has now been merged to the main branch of [n7m](https://github.com/smithmicro/n7m) and is working extremely well. Comments welcome. https://github.com/smithmicro/n7m
Today the JMeter images can only install 1 custom plugin. I also wanted to point out a recent change where all standard plugins (minus deprecated ones) are installed in the...
Gru is setup to create the HTML report. That happens here: https://github.com/smithmicro/jmeter-ecs/blob/f9f4459b8b738103aef1818879fd40a776b4e376/jmeter/entrypoint.sh#L39 Much of the same information ins available from the statistics table in the HTML dashboard. To my knowledge,...
The JMETER_FLAGS are passed to Gru here: https://github.com/smithmicro/jmeter-ecs/blob/f9f4459b8b738103aef1818879fd40a776b4e376/lucy/lucy.sh#L160-L161 This has been a recent change, so I a wondering if you might have an older Lucy image. Can you try the...
OK, I understand the scenario now. Currently, JMETER_FLAGS are only passed to Gru. Passing JMETER_FLAGS to the Minions is straightforward and would be a simple edition to `lucy.sh` and `lucy.yml`....
I have the change coded but not yet tested. If you want to give it a try, change your `docker run` command line to: ```docker run ... smithmicro/lucy:feature-39```
Strike 1. Is there a jmx and p12 file you could share with me to duplicate the issue?
Code changes may not be required assuming the --globalproperty (-G) switch works as advertised. Try using the production lucy:latest and change your JMETER_FLAGS variable to: ``` --env JMETER_FLAGS=-Gjavax.net.ssl.keyStore=/plans/someCert.p12 ``` You...
There is a missing piece. In order to unlock the keystore remotely, we will need to pass the following variable: ``` javax.net.ssl.keyStorePassword ``` Could you send the password for your...