RedisDataSet failed to retrieve dataset from AWS MemoryDB Redis instance

2024-02-06 Thread Joseph Roy
Hi all, Has anyone tried running a test against Redis configured in AWS MemoryDB Redis instance? When I run a load/single-user test I get interim connection issues and it kills the thread. In the logs, I see below: 2024-01-30 03:10:00,027 INFO o.a.j.r.Summariser: summary = 73168 in 00

RE: Redis

2015-12-03 Thread Erez Naim
Solved the problem... it was not firewall or anything like that I just had to use the full address of the Redis server while locally I just used the IP address.. Thanks ! -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: Wednesday, December 2, 2015 7:14 PM To

Re: Redis

2015-12-02 Thread Deepak Shetty
Hi anything in jmeter log ? regards deepak On Wed, Dec 2, 2015 at 5:12 AM, Erez Naim wrote: > Hello all, > > I am trying to run on Linux server a script which connect to Redis > database, however , when I tried doing this on Linux server it does not > seem to work , but it works

Re: Redis

2015-12-02 Thread anishjp
Have you checked the firewall? -- View this message in context: http://jmeter.512774.n5.nabble.com/Redis-tp5723525p5723526.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user

Redis

2015-12-02 Thread Erez Naim
Hello all, I am trying to run on Linux server a script which connect to Redis database, however , when I tried doing this on Linux server it does not seem to work , but it works on my local pc (windows environment) I have added all relevant jars exactly like I did in my local PC (windows

Redis data Set

2015-11-30 Thread Erez Naim
Hello all, I am trying to use Redis Data Set in order to load test the data base (I am using Extra lib with data set plugin). Anybody tried this plugin? And knows how to use it exactly? Thanks! --Erez--

Re: Does Redis plugin works?

2015-04-15 Thread Philippe Mouawad
ript is much easier. > > On 15/04/15 01:29, Philippe Mouawad wrote: > >> Hi Bob, >> AS documentation states: >> >> - RANDOM_REMOVE uses a Redis List, once a value is retrieved it is >> removed from List, this is useful if you must ensure unique data is >

Re: Does Redis plugin works?

2015-04-14 Thread Bob
. On 15/04/15 01:29, Philippe Mouawad wrote: Hi Bob, AS documentation states: - RANDOM_REMOVE uses a Redis List, once a value is retrieved it is removed from List, this is useful if you must ensure unique data is used accross test servers - RANDOM_KEEP uses a Redis Set, retrieved value

Re: Does Redis plugin works?

2015-04-14 Thread Philippe Mouawad
Hi Bob, AS documentation states: - RANDOM_REMOVE uses a Redis List, once a value is retrieved it is removed from List, this is useful if you must ensure unique data is used accross test servers - RANDOM_KEEP uses a Redis Set, retrieved value stays in Set, this is useful if you

Re: Does Redis plugin works?

2015-04-14 Thread Bob
INFO - jmeter.threads.JMeterThread: Stop Thread seen: org.apache.jorphan.util.JMeterStopThreadException: End of redis data detected, thread will exit" Redis key: metadata:regions,metadata:timezone Variable names: var1,var2 Delimiter: , Mode: RANDOM_KEEP Plugin supports retrieving multiple ke

Re: Does Redis plugin works?

2015-04-13 Thread Bob
Hi Philippe, Thanks for response. Did you use the java main program mentionned here: - http://jmeter-plugins.org/wiki/RedisDataSet/ Nope and not sure if I can use Java code as I planned to use Redis as pre-defined CSV data storage. I just inserted data manually. I added manually two types

Re: Does Redis plugin works?

2015-04-12 Thread Philippe Mouawad
it would be nice :) On Monday, April 13, 2015, Bob wrote: > Hi, > > I was told about Redis plugin when asked how to select data randomly. So I > installed Redis server and added some sample data but Redis plugin is > failing. Does RedisDataSet works? As I can see the last changes wa

Does Redis plugin works?

2015-04-12 Thread Bob
Hi, I was told about Redis plugin when asked how to select data randomly. So I installed Redis server and added some sample data but Redis plugin is failing. Does RedisDataSet works? As I can see the last changes was made 1 year ago. Here is full stack: 2015/04/13 08:22:25 ERROR