property server.rmi.localhostname on jmeter version 2.13

2015-11-06 Thread Bhadauria, Tarun Kumar
I have set up jmeter distributed testing using my local machine (master)
and AWS EC2 machines (slaves). Most of the config is based on
http://blog.ionelmc.ro/2012/02/16/how-to-run-jmeter-over-ssh-tunnel/.

When running tests I have following exception on jmeter-server.log


2015/11/06 12:42:37 ERROR - jmeter.samplers.RemoteTestListenerWrapper:
java.rmi.ConnectException: Connection refused to host: 127.0.1.1; nested
exception is:
java.net.ConnectException: Connection refused
#

One possible solution I came across is -

-
http://stackoverflow.com/questions/15685686/java-rmi-connectexception-connection-refused-to-host-127-0-1-1


and I indeed start my server as -
./jmeter-server -Djava.rmi.server.hostname=127.0.0.1

and it did not solve the problem. Few other blogs talk about setting
following property on server -
server.rmi.localhostname=127.0.0.1

But I can not find any such property on jmeter 2.13
Was this property removed or replaced by some other property ?


JMeter feature request - Overriding timer

2015-11-06 Thread Ričardas Šliapikas
Hello,

I have the following situation. I have several HTTP requests in my test plan 
and some of the requests are "transations", i.e. they must happen immediatelly 
one after another. Consider the following example:

[cid:image001.png@01D118A1.EFC65990]

Quickview Printed summer dress is a "Transation controler" and there are two 
requests which happen when I select "Printed Summer dress" in webshop. So I 
want them to be executed without any timer. I could do this by puting a 
separate timer as a child of each request, but this is not very convenient if 
there are many requests. So I want to have one timer for most of my requests, 
but I want to be able to exclude some request sequesnces from this timer. Or to 
say in other words I want to override the "Gaussian Random Timer" just for the 
two requests under "Quickview Printed summer dress".
This is a real situation in a webshop, because "Quickview Printed summer dress" 
opens a new html page and then immediatelly submits ajax request to open popup.

Maybe there is a way to do it? Or is it only possible with new feature?






Re: Donation of a New Dashboard for JMeter : Questions and more

2015-11-06 Thread UBIK LOAD PACK
Hello,
We have completed our UATs for V1 milestone and fixed all bugs and
enhancements detected.

We released Preview 1.0.0:
-
https://github.com/ubikloadpack/jmeter/releases/tag/2.14-preview-ubikloapack-1.0.0

Users and Dev team can this way download the bundle and test it, page above
mentions all required informations to test, report issues and see a demo.

We think this feature is really needed in JMeter and it has been developed
to ensure it never impacts load testing, reports being generated at end.

If you look at code  there is 0 risk of regression as it's an additional
behaviour that is activated by new command line options.

We'll be happy to provide JMeter Team with all requested information
regarding design, implementation ...

We really hope it will be accepted by the Team.

Thanks in advance and kudos for all your work on JMeter.

Regards
Ubik Load Pack Team.





On Mon, Nov 2, 2015 at 9:27 PM, UBIK LOAD PACK <
ubik-load-pack-sa...@ubik-ingenierie.com> wrote:

> Hello,
> Thanks for feedback.
> Find our answers below inline.
>
> Note the V1 milestone is close to release, here are the
> issues/enhancements in progress:
>
>-
>
> https://github.com/ubikloadpack/jmeter/issues?q=is%3Aopen+is%3Aissue+milestone%3AV1
>
>
>
> Regards
> @ubikloadpack
>
> On Mon, Nov 2, 2015 at 9:10 PM, Felix Schumacher <
> felix.schumac...@internetallee.de> wrote:
>
>> Am 27.10.2015 um 23:55 schrieb UBIK LOAD PACK:
>>
>>> Hello,
>>> We plan to donate a new feature that allows to generate an HTML report
>>> containing:
>>> - Javascript Graphs (Response time, Error code, Percentiles
>>> - Tables of results
>>> - ...
>>>
>>> You can see a demo of what is generated at:
>>> - http://ubikloadpack.com/donations/dashboard/
>>>
>>> Code is here:
>>> -
>>>
>>> https://github.com/ubikloadpack/jmeter/tree/UBIKLOADPACK_REPORT_DASHBOARD_DONATION
>>>
>>>
>>> Concerned folders:
>>> - bin/report-template
>>> - xdocs/usermanual/generating-dashboard.xml
>>> - src/core/org/apache/jmeter/report
>>> - src/core/org/apache/jmeter/JMeter.java
>>>
>>>
>>> We are in the process of finalizing documentation for it.
>>>
>>> We have the following questions:
>>> 0/ Would this donation be of interest for Apache JMeter ?
>>>
>> This is the same report feature, that was discussed earlier, right?
>>
> No it's a new one.
>
>>
>> I think it would be nice to have a simple (extendable) report page, that
>> can be generated after a jmeter run. But I remember there were some
>> objections, whether this feature would slow down normal operations.
>>
> It doesn't as report is generated can be generated in 2 ways:
> - At end of load test
> - By a new command line option
>
> Command line options:
> -
> http://ubikloadpack.com/donations/dashboard/docs/usermanual/get-started.html#options
> User manual dedicated page:
> -
> http://ubikloadpack.com/donations/dashboard/docs/usermanual/generating-dashboard.html
>
>>
>>> 1/ We created a new usermanual page, we think its best place in index is
>>> between Remote Testing and Real-time Result, it will be called Dashboard
>>> Report. Doing so mean incrementing section number  of following pages, is
>>> this ok ?
>>>
>>> http://ubikloadpack.com/donations/dashboard/docs/usermanual/generating-dashboard.html
>>>
>> No problem with me.
>>
> Done this way.
>
>>
>>
>>> 2/ We have created a Developer Oriented documentation that explains the
>>> architecture of the components. We think in the future and if the
>>> donation
>>> is accepted, this documentation could be also useful to jmeter users who
>>> want to customize graphs, dashboard, add new graphs  So we think its
>>> format should be XML and it should be included in documentation , but
>>> where
>>> ?
>>>
>> A new subject Documentation->Developer Manual? That could probably be the
>> home of Documentation->Building JMeter and Add-Ons or the new (not yet
>> committed) Docwriters page.
>>
> OK
> For now documentation is here:
> http://ubikloadpack.com/donations/dashboard/docs/devguide-dashboard.html
>
>>
>>> 3/ From our understanding , IP Clearance would have to be done in case
>>> this
>>> donation is accepted by the project, in this case we would required some
>>> help on the process as we're newbies in it, we suppose this would have to
>>> be filled in:
>>> http://incubator.apache.org/ip-clearance/ip-clearance-template.html
>>>
>> Haven't done this either.
>>
>> Regards,
>>  Felix
>>
> Thanks for feedback
>
>>
>>>
>>>
>>> - The donation will be composed of :
>>> * Nearly 95 Java classes
>>> * 4 HTML templates
>>> * 2 Javascript templates
>>> * 1 CSS
>>> * Dependencies on:
>>> 1) Freemarker (Apache2)
>>> 2) jodd-props (Simplified BSD)
>>> 3) JAVAX.JSON (COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL)Version
>>> 1.1)
>>> 4) Start Bootstrap (http://startbootstrap.com) , Apache2
>>> 5) Jquery (MIT)
>>> 6) Flot (MIT)
>>>
>>>
>>>
>>> Regards
>>> Benoit V., Florent S. and Philippe M.
>>>
>>> UbikLoadPack Team
>>> @ubikloadpack
>>>
>>>
>>
>> -