Re: Looking for a buildpack to run JMeter on CF
Daniel Mikusa
On Mon, Jul 18, 2016 at 2:42 AM, Daniel Jones <
daniel.jones(a)engineerbetter.com> wrote: Hi Manglu,+1 On Mon, Jul 18, 2016 at 1:04 AM, Manglu Balasubramanian <manglu(a)gmail.com>Why not? What happens when you try this? What fails. Have you tried manually setting a command? You can set the `-c` arg to `cf push` and it should run the command exactly as you tell it. What are you trying to push? The jmeter jars or are you trying to push aI tried to comprehend the Java Build pack to see how it runs the scripts test plan? It would probably be easier to push a test plan which is just a small xml file and then have the build pack download the latest jmeter binary for you. THe compile script doesn't need to do anything fanciful This could download the Jmeter binary for you. while the release script should using the "jmeter.sh" for the start up ofYes. While probably obvious I just want to point out there's no GUI, sothe droplet. you'd need to run the cli only commands. You should also run jmeter in some way that it keeps running forever. If jmeter exits, for example when a test plan finishes, CF (the v2 API) will interpret this as the application crashing and it will restart the app which may not be expected / wanted. Appreciate if someone could point me to docs that could help me in I think the "Extending" section here is probably a good start:comprehending the Java Build pack better so that I can fork this and create https://github.com/cloudfoundry/java-buildpack#additional-documentation Dan
|
|