Re: JMeter project analytics

2017-07-19 Thread Philippe Mouawad
Hello Emilian,
In the past it was possible through Apache to know number of downloads.
With mirrors it appears we lost this precious (IMO) info.

What you propose is a good idea but there are many issues:
- privacy if we use something like GA
- all users behind enterprise proxies or with a bad network
- plus amount of work

For now we use:
- number of issues reported
- questions on SO and mailing lists

IMO, we should concentrate our efforts on:
- http2 support
- fix on undo/redo . With your experience of Netbeans , would you have an
idea for that missing and always requested feature
- fix caching of resources in already cached resources

Thanks for your recent works !
Regards

On Thursday, July 20, 2017, Emilian Bold  wrote:

> Hello,
>
> I was wondering about how many users / downloads does JMeter have and
> I couldn't find such information except indirectly via the usage
> statistics from http://www.jmeter-plugins.org/stats/
>
> Just yesterday we were discussing about MongoDB support which is
> deprecated since it's not used very much but usage is measured
> indirectly from support questions.
>
> Are there any other sources of such info?
>
> I believe it would be healthy for JMeter to actively measure such
> usage info in order to better decide the future.
>
> A while back NetBeans measured anonymously various metrics in order to
> prioritise work. Information such as this
> http://statistics.netbeans.org/analytics/graph/projecttypes.jsp and
> this http://statistics.netbeans.org/analytics/graph/databaseservers.jsp
> and this http://statistics.netbeans.org/analytics/graph/technologies.jsp
> help determine which plugin deserves extra attention and which is
> heading towards deprecation.
>
> So, we should think about how we could implement something like this
> while respecting the Apache rules surrounding user data.
>
> --emi
>


-- 
Cordialement.
Philippe Mouawad.


JMeter project analytics

2017-07-19 Thread Emilian Bold
Hello,

I was wondering about how many users / downloads does JMeter have and
I couldn't find such information except indirectly via the usage
statistics from http://www.jmeter-plugins.org/stats/

Just yesterday we were discussing about MongoDB support which is
deprecated since it's not used very much but usage is measured
indirectly from support questions.

Are there any other sources of such info?

I believe it would be healthy for JMeter to actively measure such
usage info in order to better decide the future.

A while back NetBeans measured anonymously various metrics in order to
prioritise work. Information such as this
http://statistics.netbeans.org/analytics/graph/projecttypes.jsp and
this http://statistics.netbeans.org/analytics/graph/databaseservers.jsp
and this http://statistics.netbeans.org/analytics/graph/technologies.jsp
help determine which plugin deserves extra attention and which is
heading towards deprecation.

So, we should think about how we could implement something like this
while respecting the Apache rules surrounding user data.

--emi


Re: MongoDB driver

2017-07-19 Thread John Schulz
When the decision was made to deprecate no one was volunteering to update it. 
If we have volunteers then the volunteer(s) can update the driver. Mongo 
becomes undeprecated.

Sent from my iPhone

> On Jul 19, 2017, at 10:02 AM, Antonio Gomes Rodrigues  
> wrote:
> 
> Issues, question in stackoverflow...
> 
> 2017-07-19 16:00 GMT+02:00 Emilian Bold :
> 
>> Out of curiosity, how do you measure usage? Based on issues opened?
>> 
>> --emi
>> 
>> 
>> On Wed, Jul 19, 2017 at 3:19 PM, Antonio Gomes Rodrigues
>>  wrote:
>>> Hi,
>>> 
>>> If I remember it's because we have few time to update it and because it's
>>> not very used
>>> 
>>> Antonio
>>> 
>>> 2017-07-19 14:15 GMT+02:00 Emilian Bold :
>>> 
 I don't know why the MongoDB protocol got deprecated, but the next
 step would be removal of the classes not updating libraries.
 
 --emi
 
 
 On Wed, Jul 19, 2017 at 12:55 PM, Maxime Chassagneux
  wrote:
> Hi,
> 
> The JMeter bundle still include a mongoDB java driver ( version
>> 2.11.3 )
> which is really old and doesn't work with all authentication
> 
> By example :
> 
> javax.script.ScriptException: java.lang.IllegalArgumentException:
> Unsupported authMechanism: SCRAM-SHA-1
> 
> 
> As mongoDB is deprecated in JMeter, my question is : Should we keep
>> this
> librairie or update it to the lastest version ?
> 
> Thanks for ur feedback.
 
>> 



Re: MongoDB driver

2017-07-19 Thread Antonio Gomes Rodrigues
Issues, question in stackoverflow...

2017-07-19 16:00 GMT+02:00 Emilian Bold :

> Out of curiosity, how do you measure usage? Based on issues opened?
>
> --emi
>
>
> On Wed, Jul 19, 2017 at 3:19 PM, Antonio Gomes Rodrigues
>  wrote:
> > Hi,
> >
> > If I remember it's because we have few time to update it and because it's
> > not very used
> >
> > Antonio
> >
> > 2017-07-19 14:15 GMT+02:00 Emilian Bold :
> >
> >> I don't know why the MongoDB protocol got deprecated, but the next
> >> step would be removal of the classes not updating libraries.
> >>
> >> --emi
> >>
> >>
> >> On Wed, Jul 19, 2017 at 12:55 PM, Maxime Chassagneux
> >>  wrote:
> >> > Hi,
> >> >
> >> > The JMeter bundle still include a mongoDB java driver ( version
> 2.11.3 )
> >> > which is really old and doesn't work with all authentication
> >> >
> >> > By example :
> >> >
> >> > javax.script.ScriptException: java.lang.IllegalArgumentException:
> >> > Unsupported authMechanism: SCRAM-SHA-1
> >> >
> >> >
> >> > As mongoDB is deprecated in JMeter, my question is : Should we keep
> this
> >> > librairie or update it to the lastest version ?
> >> >
> >> > Thanks for ur feedback.
> >>
>


Re: MongoDB driver

2017-07-19 Thread Emilian Bold
Out of curiosity, how do you measure usage? Based on issues opened?

--emi


On Wed, Jul 19, 2017 at 3:19 PM, Antonio Gomes Rodrigues
 wrote:
> Hi,
>
> If I remember it's because we have few time to update it and because it's
> not very used
>
> Antonio
>
> 2017-07-19 14:15 GMT+02:00 Emilian Bold :
>
>> I don't know why the MongoDB protocol got deprecated, but the next
>> step would be removal of the classes not updating libraries.
>>
>> --emi
>>
>>
>> On Wed, Jul 19, 2017 at 12:55 PM, Maxime Chassagneux
>>  wrote:
>> > Hi,
>> >
>> > The JMeter bundle still include a mongoDB java driver ( version 2.11.3 )
>> > which is really old and doesn't work with all authentication
>> >
>> > By example :
>> >
>> > javax.script.ScriptException: java.lang.IllegalArgumentException:
>> > Unsupported authMechanism: SCRAM-SHA-1
>> >
>> >
>> > As mongoDB is deprecated in JMeter, my question is : Should we keep this
>> > librairie or update it to the lastest version ?
>> >
>> > Thanks for ur feedback.
>>


Re: MongoDB driver

2017-07-19 Thread Antonio Gomes Rodrigues
Hi,

If I remember it's because we have few time to update it and because it's
not very used

Antonio

2017-07-19 14:15 GMT+02:00 Emilian Bold :

> I don't know why the MongoDB protocol got deprecated, but the next
> step would be removal of the classes not updating libraries.
>
> --emi
>
>
> On Wed, Jul 19, 2017 at 12:55 PM, Maxime Chassagneux
>  wrote:
> > Hi,
> >
> > The JMeter bundle still include a mongoDB java driver ( version 2.11.3 )
> > which is really old and doesn't work with all authentication
> >
> > By example :
> >
> > javax.script.ScriptException: java.lang.IllegalArgumentException:
> > Unsupported authMechanism: SCRAM-SHA-1
> >
> >
> > As mongoDB is deprecated in JMeter, my question is : Should we keep this
> > librairie or update it to the lastest version ?
> >
> > Thanks for ur feedback.
>


Re: MongoDB driver

2017-07-19 Thread Emilian Bold
I don't know why the MongoDB protocol got deprecated, but the next
step would be removal of the classes not updating libraries.

--emi


On Wed, Jul 19, 2017 at 12:55 PM, Maxime Chassagneux
 wrote:
> Hi,
>
> The JMeter bundle still include a mongoDB java driver ( version 2.11.3 )
> which is really old and doesn't work with all authentication
>
> By example :
>
> javax.script.ScriptException: java.lang.IllegalArgumentException:
> Unsupported authMechanism: SCRAM-SHA-1
>
>
> As mongoDB is deprecated in JMeter, my question is : Should we keep this
> librairie or update it to the lastest version ?
>
> Thanks for ur feedback.


Netty Client Implementation for HTTP Sampler

2017-07-19 Thread Isuru Perera
Hi Devs,

Is there a Netty client implementation for HTTP Sampler either using Netty
directly or using https://github.com/AsyncHttpClient/async-http-client?

-- 
Isuru Perera
about.me/chrishantha


MongoDB driver

2017-07-19 Thread Maxime Chassagneux
Hi,

The JMeter bundle still include a mongoDB java driver ( version 2.11.3 )
which is really old and doesn't work with all authentication

By example :

javax.script.ScriptException: java.lang.IllegalArgumentException:
Unsupported authMechanism: SCRAM-SHA-1


As mongoDB is deprecated in JMeter, my question is : Should we keep this
librairie or update it to the lastest version ?

Thanks for ur feedback.


JMeter WSS-Password Type

2017-07-19 Thread Lee, Wei Jie
Greetings, I have encountered a similar problem as to this post: 
https://stackoverflow.com/questions/36478457/how-to-add-wsdl-authentication-to-jmeter#
 , but have not able to find a working solution yet.

I tried to simulate a similar SOAP request in JMeter, but it seems I am not 
able to configure WSS-Password Type in anywhere and include it into HTTP 
Authorization Manager, and keep receiving message "Message security 
verification failed" where the same reply is received in SOAPUI when the 
WSS-Password Type is set to none. Is there a way to input WSS-Password Type for 
the authentication process?