You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Sreenivasulu TV <tv...@gmail.com> on 2014/09/10 18:17:08 UTC

Unique values pick up from CSV file

Team,

Could anyone please let me know how can we pick up unique values every
iteration in Jmeter (from Parmeterization file? Thanks in advance.

Rgds,
Sreenivas.

Re: Unique values pick up from CSV file

Posted by sebb <se...@gmail.com>.
On 11 September 2014 12:16, Flavio Cysne <fl...@gmail.com> wrote:
> CSV Dataset Config, when 'Recycle on EOF' is true and 'Stop thread on EOF'
> is false, will start reading the first line again when next thread requires
> new data and file reader gets to EOF. Each thread in the same JMeter
> machine will get a different row from CSV file. For distributed
> environment, if you want to read distinct values from CSV you'll need to
> have a CSV with distinct values for each JMeter slave, since each JMeter
> Slave will start reading from the first line of CSV file.
>
> For example, if your CSV file has 15 rows then the 16th thread of a
> specific JMeter machine will read the CSV file's first line again. 17th
> thread will read the 2nd line, and so on.
>
> @JMeter Devs
> CSV Dataset Config could have some extra parameters such as 'Start from
> line', 'Step by' and 'Read random lines?' to help better config tests with
> this kind of requirement.
>
> CSVRead also could have a 'Reset?' or 'Cursor at line' and 'Step By before
> reading' parameters so it could be done using a function, mimicking the
> parameters suggested above.

Please raise these suggestions in a separate e-mail or Bugzilla
enhancement request

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org


Re: Unique values pick up from CSV file

Posted by Tim Koopmans <ti...@flood.io>.
You need to make sure you've added the jars from the jmeter plugins (with
extras set) found here: http://jmeter-plugins.org/wiki/ExtrasWithLibsSet/

Regards,


Tim Koopmans
+61 3 9221 6309

[image: Flood IO Pty Ltd] <https://flood.io>

Level 27, 101 Collins Street
Melbourne, Vic 3000



On Wed, Sep 24, 2014 at 1:08 AM, Sreenivasulu TV <
tvsreenivasulu483@gmail.com> wrote:

> Hi Tim,
>
> Finally i was able to install Redis on windows from
>  redis-64.2.8.12.nupkg. I was able to see communication between redis
> client and server with ping and PONG response. Pls find the attachment for
> the same.
>
> But i am not able to see this Redis Data set under Jmeter"Config
> Elements". Am i missing something here in terms of configuration? Pls
> update.
>
> Thanks,
> Sreeni.
>
>
> On Tue, Sep 23, 2014 at 11:21 AM, Sreenivasulu TV <
> tvsreenivasulu483@gmail.com> wrote:
>
>> Thanks for the update Tim.
>>
>> Rgds,
>> Sreeni.
>>
>>
>> On Tue, Sep 23, 2014 at 6:19 AM, Tim Koopmans <ti...@flood.io> wrote:
>>
>>> Sorry, I don't personally run redis on windows myself, only on linux --
>>> so
>>> you might need to google around for that ...
>>>
>>> Regards,
>>>
>>>
>>> Tim Koopmans
>>> +61 3 9221 6309
>>>
>>> [image: Flood IO Pty Ltd] <https://flood.io>
>>>
>>> Level 27, 101 Collins Street
>>> Melbourne, Vic 3000
>>>
>>>
>>>
>>> On Tue, Sep 23, 2014 at 3:37 AM, Sreenivasulu TV <
>>> tvsreenivasulu483@gmail.com> wrote:
>>>
>>> > Hi Tim,
>>> >
>>> > Thanks for your valuable input. I have downloaded windows compatable
>>> >  Redis at below link. But while trying to install from CMD, i am
>>> getting
>>> > attached error. Please find the attachment for the same.Can you please
>>> let
>>> > me know that am i missing something here?
>>> >
>>> > Thanks,
>>> > Sreeni.
>>> >
>>> > On Mon, Sep 22, 2014 at 4:44 AM, Tim Koopmans <ti...@flood.io> wrote:
>>> >
>>> >> Did you try the windows port in that link?
>>> >>
>>> >> https://github.com/MSOpenTech/redis
>>> >>
>>> >>
>>> >> Tim Koopmans
>>> >> +61 3 9221 6309
>>> >>
>>> >> [image: Flood IO Pty Ltd] <https://flood.io>
>>> >>
>>> >> Level 27, 101 Collins Street
>>> >> Melbourne, Vic 3000
>>> >>
>>> >>
>>> >>
>>> >> On Sun, Sep 21, 2014 at 11:18 PM, Sreenivasulu TV <
>>> >> tvsreenivasulu483@gmail.com> wrote:
>>> >>
>>> >> > Hi Team,
>>> >> >
>>> >> > I have downloaded below redis from http://redis.io/download
>>> >> > But i am not able to install in Windows 7 OS. While typing the given
>>> >> > commands in CMD, i am getting them as invalid commands. Could anyone
>>> >> please
>>> >> > let me know how can we install and configure above redis in
>>> WindowsOS?
>>> >> > Thanks in advance.
>>> >> >
>>> >> > Rgds,
>>> >> > Sreeni.
>>> >> >
>>> >> > On Fri, Sep 19, 2014 at 10:45 AM, Sreenivasulu TV <
>>> >> > tvsreenivasulu483@gmail.com> wrote:
>>> >> >
>>> >> > > Thanks for the update Tim.
>>> >> > >
>>> >> > > On Fri, Sep 19, 2014 at 4:05 AM, Tim Koopmans <ti...@flood.io>
>>> wrote:
>>> >> > >
>>> >> > >> You will need to install and configure redis-server on a network
>>> host
>>> >> > >> reachable by your load generator.
>>> >> > >>
>>> >> > >> http://redis.io/download
>>> >> > >>
>>> >> > >>
>>> >> > >> Tim Koopmans
>>> >> > >> +61 3 9221 6309
>>> >> > >>
>>> >> > >> [image: Flood IO Pty Ltd] <https://flood.io>
>>> >> > >>
>>> >> > >> Level 27, 101 Collins Street
>>> >> > >> Melbourne, Vic 3000
>>> >> > >>
>>> >> > >>
>>> >> > >>
>>> >> > >> On Thu, Sep 18, 2014 at 7:18 PM, Sreenivasulu TV <
>>> >> > >> tvsreenivasulu483@gmail.com> wrote:
>>> >> > >>
>>> >> > >> > Team,
>>> >> > >> >
>>> >> > >> > I have placed all latest Jmeter plugin's set to Jmeter latest
>>> >> version,
>>> >> > >> but
>>> >> > >> > not able to see below RedisDataSet. Can you pls let me know
>>> where
>>> >> > >> exactly
>>> >> > >> > we can find this RedisDataset?
>>> >> > >> >
>>> >> > >> > Thanks,
>>> >> > >> > Sreeni.
>>> >> > >> >
>>> >> > >> > On Sat, Sep 13, 2014 at 10:53 AM, Sreenivasulu TV <
>>> >> > >> > tvsreenivasulu483@gmail.com> wrote:
>>> >> > >> >
>>> >> > >> > > Thanks UBIK team.This is helpfull.
>>> >> > >> > >
>>> >> > >> > > On Sat, Sep 13, 2014 at 2:35 AM, UBIK LOAD PACK Support <
>>> >> > >> > > support@ubikloadpack.com> wrote:
>>> >> > >> > >
>>> >> > >> > >> Hello,
>>> >> > >> > >> This might be interesting for the described requirement
>>> using
>>> >> Get
>>> >> > >> Mode :
>>> >> > >> > >> RANDOM*_REMOVE* and a REDIS Server:
>>> >> > >> > >>
>>> >> > >> > >> - http://jmeter-plugins.org/wiki/RedisDataSet/
>>> >> > >> > >>
>>> >> > >> > >>
>>> >> > >> > >> --
>>> >> > >> > >>
>>> >> > >> > >> Regards
>>> >> > >> > >> Ubik Load Pack <http://ubikloadpack.com> Team
>>> >> > >> > >> Follow us on Twitter <http://twitter.com/ubikloadpack>
>>> >> > >> > >>
>>> >> > >> > >>
>>> >> > >> > >> On Thu, Sep 11, 2014 at 2:12 PM, Flavio Cysne <
>>> >> > flaviocysne@gmail.com
>>> >> > >> >
>>> >> > >> > >> wrote:
>>> >> > >> > >>
>>> >> > >> > >> > Added an issue, as enhancement, as suggested.
>>> >> > >> > >> > https://issues.apache.org/bugzilla/show_bug.cgi?id=56961
>>> >> > >> > >> >
>>> >> > >> > >>
>>> >> > >> > >>
>>> >> > >> > >>
>>> >> > >> > >>
>>> >> > >> > >>
>>> >> > >> > >> Cordialement
>>> >> > >> > >> L'équipe Ubik Load Pack <http://ubikloadpack.com>
>>> >> > >> > >> Suivez-nous sur Twitter <http://twitter.com/ubikloadpack>
>>> >> > >> > >>
>>> >> > >> > >
>>> >> > >> > >
>>> >> > >> >
>>> >> > >>
>>> >> > >
>>> >> > >
>>> >> >
>>> >>
>>> >
>>> >
>>> >
>>> > ---------------------------------------------------------------------
>>> > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>>> > For additional commands, e-mail: user-help@jmeter.apache.org
>>> >
>>>
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>

Re: Unique values pick up from CSV file

Posted by Sreenivasulu TV <tv...@gmail.com>.
Hi Tim,

Finally i was able to install Redis on windows from  redis-64.2.8.12.nupkg.
I was able to see communication between redis client and server with ping
and PONG response. Pls find the attachment for the same.

But i am not able to see this Redis Data set under Jmeter"Config Elements".
Am i missing something here in terms of configuration? Pls update.

Thanks,
Sreeni.


On Tue, Sep 23, 2014 at 11:21 AM, Sreenivasulu TV <
tvsreenivasulu483@gmail.com> wrote:

> Thanks for the update Tim.
>
> Rgds,
> Sreeni.
>
>
> On Tue, Sep 23, 2014 at 6:19 AM, Tim Koopmans <ti...@flood.io> wrote:
>
>> Sorry, I don't personally run redis on windows myself, only on linux -- so
>> you might need to google around for that ...
>>
>> Regards,
>>
>>
>> Tim Koopmans
>> +61 3 9221 6309
>>
>> [image: Flood IO Pty Ltd] <https://flood.io>
>>
>> Level 27, 101 Collins Street
>> Melbourne, Vic 3000
>>
>>
>>
>> On Tue, Sep 23, 2014 at 3:37 AM, Sreenivasulu TV <
>> tvsreenivasulu483@gmail.com> wrote:
>>
>> > Hi Tim,
>> >
>> > Thanks for your valuable input. I have downloaded windows compatable
>> >  Redis at below link. But while trying to install from CMD, i am getting
>> > attached error. Please find the attachment for the same.Can you please
>> let
>> > me know that am i missing something here?
>> >
>> > Thanks,
>> > Sreeni.
>> >
>> > On Mon, Sep 22, 2014 at 4:44 AM, Tim Koopmans <ti...@flood.io> wrote:
>> >
>> >> Did you try the windows port in that link?
>> >>
>> >> https://github.com/MSOpenTech/redis
>> >>
>> >>
>> >> Tim Koopmans
>> >> +61 3 9221 6309
>> >>
>> >> [image: Flood IO Pty Ltd] <https://flood.io>
>> >>
>> >> Level 27, 101 Collins Street
>> >> Melbourne, Vic 3000
>> >>
>> >>
>> >>
>> >> On Sun, Sep 21, 2014 at 11:18 PM, Sreenivasulu TV <
>> >> tvsreenivasulu483@gmail.com> wrote:
>> >>
>> >> > Hi Team,
>> >> >
>> >> > I have downloaded below redis from http://redis.io/download
>> >> > But i am not able to install in Windows 7 OS. While typing the given
>> >> > commands in CMD, i am getting them as invalid commands. Could anyone
>> >> please
>> >> > let me know how can we install and configure above redis in
>> WindowsOS?
>> >> > Thanks in advance.
>> >> >
>> >> > Rgds,
>> >> > Sreeni.
>> >> >
>> >> > On Fri, Sep 19, 2014 at 10:45 AM, Sreenivasulu TV <
>> >> > tvsreenivasulu483@gmail.com> wrote:
>> >> >
>> >> > > Thanks for the update Tim.
>> >> > >
>> >> > > On Fri, Sep 19, 2014 at 4:05 AM, Tim Koopmans <ti...@flood.io>
>> wrote:
>> >> > >
>> >> > >> You will need to install and configure redis-server on a network
>> host
>> >> > >> reachable by your load generator.
>> >> > >>
>> >> > >> http://redis.io/download
>> >> > >>
>> >> > >>
>> >> > >> Tim Koopmans
>> >> > >> +61 3 9221 6309
>> >> > >>
>> >> > >> [image: Flood IO Pty Ltd] <https://flood.io>
>> >> > >>
>> >> > >> Level 27, 101 Collins Street
>> >> > >> Melbourne, Vic 3000
>> >> > >>
>> >> > >>
>> >> > >>
>> >> > >> On Thu, Sep 18, 2014 at 7:18 PM, Sreenivasulu TV <
>> >> > >> tvsreenivasulu483@gmail.com> wrote:
>> >> > >>
>> >> > >> > Team,
>> >> > >> >
>> >> > >> > I have placed all latest Jmeter plugin's set to Jmeter latest
>> >> version,
>> >> > >> but
>> >> > >> > not able to see below RedisDataSet. Can you pls let me know
>> where
>> >> > >> exactly
>> >> > >> > we can find this RedisDataset?
>> >> > >> >
>> >> > >> > Thanks,
>> >> > >> > Sreeni.
>> >> > >> >
>> >> > >> > On Sat, Sep 13, 2014 at 10:53 AM, Sreenivasulu TV <
>> >> > >> > tvsreenivasulu483@gmail.com> wrote:
>> >> > >> >
>> >> > >> > > Thanks UBIK team.This is helpfull.
>> >> > >> > >
>> >> > >> > > On Sat, Sep 13, 2014 at 2:35 AM, UBIK LOAD PACK Support <
>> >> > >> > > support@ubikloadpack.com> wrote:
>> >> > >> > >
>> >> > >> > >> Hello,
>> >> > >> > >> This might be interesting for the described requirement using
>> >> Get
>> >> > >> Mode :
>> >> > >> > >> RANDOM*_REMOVE* and a REDIS Server:
>> >> > >> > >>
>> >> > >> > >> - http://jmeter-plugins.org/wiki/RedisDataSet/
>> >> > >> > >>
>> >> > >> > >>
>> >> > >> > >> --
>> >> > >> > >>
>> >> > >> > >> Regards
>> >> > >> > >> Ubik Load Pack <http://ubikloadpack.com> Team
>> >> > >> > >> Follow us on Twitter <http://twitter.com/ubikloadpack>
>> >> > >> > >>
>> >> > >> > >>
>> >> > >> > >> On Thu, Sep 11, 2014 at 2:12 PM, Flavio Cysne <
>> >> > flaviocysne@gmail.com
>> >> > >> >
>> >> > >> > >> wrote:
>> >> > >> > >>
>> >> > >> > >> > Added an issue, as enhancement, as suggested.
>> >> > >> > >> > https://issues.apache.org/bugzilla/show_bug.cgi?id=56961
>> >> > >> > >> >
>> >> > >> > >>
>> >> > >> > >>
>> >> > >> > >>
>> >> > >> > >>
>> >> > >> > >>
>> >> > >> > >> Cordialement
>> >> > >> > >> L'équipe Ubik Load Pack <http://ubikloadpack.com>
>> >> > >> > >> Suivez-nous sur Twitter <http://twitter.com/ubikloadpack>
>> >> > >> > >>
>> >> > >> > >
>> >> > >> > >
>> >> > >> >
>> >> > >>
>> >> > >
>> >> > >
>> >> >
>> >>
>> >
>> >
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
>> > For additional commands, e-mail: user-help@jmeter.apache.org
>> >
>>
>
>

Re: Unique values pick up from CSV file

Posted by Sreenivasulu TV <tv...@gmail.com>.
Thanks for the update Tim.

Rgds,
Sreeni.

On Tue, Sep 23, 2014 at 6:19 AM, Tim Koopmans <ti...@flood.io> wrote:

> Sorry, I don't personally run redis on windows myself, only on linux -- so
> you might need to google around for that ...
>
> Regards,
>
>
> Tim Koopmans
> +61 3 9221 6309
>
> [image: Flood IO Pty Ltd] <https://flood.io>
>
> Level 27, 101 Collins Street
> Melbourne, Vic 3000
>
>
>
> On Tue, Sep 23, 2014 at 3:37 AM, Sreenivasulu TV <
> tvsreenivasulu483@gmail.com> wrote:
>
> > Hi Tim,
> >
> > Thanks for your valuable input. I have downloaded windows compatable
> >  Redis at below link. But while trying to install from CMD, i am getting
> > attached error. Please find the attachment for the same.Can you please
> let
> > me know that am i missing something here?
> >
> > Thanks,
> > Sreeni.
> >
> > On Mon, Sep 22, 2014 at 4:44 AM, Tim Koopmans <ti...@flood.io> wrote:
> >
> >> Did you try the windows port in that link?
> >>
> >> https://github.com/MSOpenTech/redis
> >>
> >>
> >> Tim Koopmans
> >> +61 3 9221 6309
> >>
> >> [image: Flood IO Pty Ltd] <https://flood.io>
> >>
> >> Level 27, 101 Collins Street
> >> Melbourne, Vic 3000
> >>
> >>
> >>
> >> On Sun, Sep 21, 2014 at 11:18 PM, Sreenivasulu TV <
> >> tvsreenivasulu483@gmail.com> wrote:
> >>
> >> > Hi Team,
> >> >
> >> > I have downloaded below redis from http://redis.io/download
> >> > But i am not able to install in Windows 7 OS. While typing the given
> >> > commands in CMD, i am getting them as invalid commands. Could anyone
> >> please
> >> > let me know how can we install and configure above redis in WindowsOS?
> >> > Thanks in advance.
> >> >
> >> > Rgds,
> >> > Sreeni.
> >> >
> >> > On Fri, Sep 19, 2014 at 10:45 AM, Sreenivasulu TV <
> >> > tvsreenivasulu483@gmail.com> wrote:
> >> >
> >> > > Thanks for the update Tim.
> >> > >
> >> > > On Fri, Sep 19, 2014 at 4:05 AM, Tim Koopmans <ti...@flood.io> wrote:
> >> > >
> >> > >> You will need to install and configure redis-server on a network
> host
> >> > >> reachable by your load generator.
> >> > >>
> >> > >> http://redis.io/download
> >> > >>
> >> > >>
> >> > >> Tim Koopmans
> >> > >> +61 3 9221 6309
> >> > >>
> >> > >> [image: Flood IO Pty Ltd] <https://flood.io>
> >> > >>
> >> > >> Level 27, 101 Collins Street
> >> > >> Melbourne, Vic 3000
> >> > >>
> >> > >>
> >> > >>
> >> > >> On Thu, Sep 18, 2014 at 7:18 PM, Sreenivasulu TV <
> >> > >> tvsreenivasulu483@gmail.com> wrote:
> >> > >>
> >> > >> > Team,
> >> > >> >
> >> > >> > I have placed all latest Jmeter plugin's set to Jmeter latest
> >> version,
> >> > >> but
> >> > >> > not able to see below RedisDataSet. Can you pls let me know where
> >> > >> exactly
> >> > >> > we can find this RedisDataset?
> >> > >> >
> >> > >> > Thanks,
> >> > >> > Sreeni.
> >> > >> >
> >> > >> > On Sat, Sep 13, 2014 at 10:53 AM, Sreenivasulu TV <
> >> > >> > tvsreenivasulu483@gmail.com> wrote:
> >> > >> >
> >> > >> > > Thanks UBIK team.This is helpfull.
> >> > >> > >
> >> > >> > > On Sat, Sep 13, 2014 at 2:35 AM, UBIK LOAD PACK Support <
> >> > >> > > support@ubikloadpack.com> wrote:
> >> > >> > >
> >> > >> > >> Hello,
> >> > >> > >> This might be interesting for the described requirement using
> >> Get
> >> > >> Mode :
> >> > >> > >> RANDOM*_REMOVE* and a REDIS Server:
> >> > >> > >>
> >> > >> > >> - http://jmeter-plugins.org/wiki/RedisDataSet/
> >> > >> > >>
> >> > >> > >>
> >> > >> > >> --
> >> > >> > >>
> >> > >> > >> Regards
> >> > >> > >> Ubik Load Pack <http://ubikloadpack.com> Team
> >> > >> > >> Follow us on Twitter <http://twitter.com/ubikloadpack>
> >> > >> > >>
> >> > >> > >>
> >> > >> > >> On Thu, Sep 11, 2014 at 2:12 PM, Flavio Cysne <
> >> > flaviocysne@gmail.com
> >> > >> >
> >> > >> > >> wrote:
> >> > >> > >>
> >> > >> > >> > Added an issue, as enhancement, as suggested.
> >> > >> > >> > https://issues.apache.org/bugzilla/show_bug.cgi?id=56961
> >> > >> > >> >
> >> > >> > >>
> >> > >> > >>
> >> > >> > >>
> >> > >> > >>
> >> > >> > >>
> >> > >> > >> Cordialement
> >> > >> > >> L'équipe Ubik Load Pack <http://ubikloadpack.com>
> >> > >> > >> Suivez-nous sur Twitter <http://twitter.com/ubikloadpack>
> >> > >> > >>
> >> > >> > >
> >> > >> > >
> >> > >> >
> >> > >>
> >> > >
> >> > >
> >> >
> >>
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> > For additional commands, e-mail: user-help@jmeter.apache.org
> >
>

Re: Unique values pick up from CSV file

Posted by Tim Koopmans <ti...@flood.io>.
Sorry, I don't personally run redis on windows myself, only on linux -- so
you might need to google around for that ...

Regards,


Tim Koopmans
+61 3 9221 6309

[image: Flood IO Pty Ltd] <https://flood.io>

Level 27, 101 Collins Street
Melbourne, Vic 3000



On Tue, Sep 23, 2014 at 3:37 AM, Sreenivasulu TV <
tvsreenivasulu483@gmail.com> wrote:

> Hi Tim,
>
> Thanks for your valuable input. I have downloaded windows compatable
>  Redis at below link. But while trying to install from CMD, i am getting
> attached error. Please find the attachment for the same.Can you please let
> me know that am i missing something here?
>
> Thanks,
> Sreeni.
>
> On Mon, Sep 22, 2014 at 4:44 AM, Tim Koopmans <ti...@flood.io> wrote:
>
>> Did you try the windows port in that link?
>>
>> https://github.com/MSOpenTech/redis
>>
>>
>> Tim Koopmans
>> +61 3 9221 6309
>>
>> [image: Flood IO Pty Ltd] <https://flood.io>
>>
>> Level 27, 101 Collins Street
>> Melbourne, Vic 3000
>>
>>
>>
>> On Sun, Sep 21, 2014 at 11:18 PM, Sreenivasulu TV <
>> tvsreenivasulu483@gmail.com> wrote:
>>
>> > Hi Team,
>> >
>> > I have downloaded below redis from http://redis.io/download
>> > But i am not able to install in Windows 7 OS. While typing the given
>> > commands in CMD, i am getting them as invalid commands. Could anyone
>> please
>> > let me know how can we install and configure above redis in WindowsOS?
>> > Thanks in advance.
>> >
>> > Rgds,
>> > Sreeni.
>> >
>> > On Fri, Sep 19, 2014 at 10:45 AM, Sreenivasulu TV <
>> > tvsreenivasulu483@gmail.com> wrote:
>> >
>> > > Thanks for the update Tim.
>> > >
>> > > On Fri, Sep 19, 2014 at 4:05 AM, Tim Koopmans <ti...@flood.io> wrote:
>> > >
>> > >> You will need to install and configure redis-server on a network host
>> > >> reachable by your load generator.
>> > >>
>> > >> http://redis.io/download
>> > >>
>> > >>
>> > >> Tim Koopmans
>> > >> +61 3 9221 6309
>> > >>
>> > >> [image: Flood IO Pty Ltd] <https://flood.io>
>> > >>
>> > >> Level 27, 101 Collins Street
>> > >> Melbourne, Vic 3000
>> > >>
>> > >>
>> > >>
>> > >> On Thu, Sep 18, 2014 at 7:18 PM, Sreenivasulu TV <
>> > >> tvsreenivasulu483@gmail.com> wrote:
>> > >>
>> > >> > Team,
>> > >> >
>> > >> > I have placed all latest Jmeter plugin's set to Jmeter latest
>> version,
>> > >> but
>> > >> > not able to see below RedisDataSet. Can you pls let me know where
>> > >> exactly
>> > >> > we can find this RedisDataset?
>> > >> >
>> > >> > Thanks,
>> > >> > Sreeni.
>> > >> >
>> > >> > On Sat, Sep 13, 2014 at 10:53 AM, Sreenivasulu TV <
>> > >> > tvsreenivasulu483@gmail.com> wrote:
>> > >> >
>> > >> > > Thanks UBIK team.This is helpfull.
>> > >> > >
>> > >> > > On Sat, Sep 13, 2014 at 2:35 AM, UBIK LOAD PACK Support <
>> > >> > > support@ubikloadpack.com> wrote:
>> > >> > >
>> > >> > >> Hello,
>> > >> > >> This might be interesting for the described requirement using
>> Get
>> > >> Mode :
>> > >> > >> RANDOM*_REMOVE* and a REDIS Server:
>> > >> > >>
>> > >> > >> - http://jmeter-plugins.org/wiki/RedisDataSet/
>> > >> > >>
>> > >> > >>
>> > >> > >> --
>> > >> > >>
>> > >> > >> Regards
>> > >> > >> Ubik Load Pack <http://ubikloadpack.com> Team
>> > >> > >> Follow us on Twitter <http://twitter.com/ubikloadpack>
>> > >> > >>
>> > >> > >>
>> > >> > >> On Thu, Sep 11, 2014 at 2:12 PM, Flavio Cysne <
>> > flaviocysne@gmail.com
>> > >> >
>> > >> > >> wrote:
>> > >> > >>
>> > >> > >> > Added an issue, as enhancement, as suggested.
>> > >> > >> > https://issues.apache.org/bugzilla/show_bug.cgi?id=56961
>> > >> > >> >
>> > >> > >>
>> > >> > >>
>> > >> > >>
>> > >> > >>
>> > >> > >>
>> > >> > >> Cordialement
>> > >> > >> L'équipe Ubik Load Pack <http://ubikloadpack.com>
>> > >> > >> Suivez-nous sur Twitter <http://twitter.com/ubikloadpack>
>> > >> > >>
>> > >> > >
>> > >> > >
>> > >> >
>> > >>
>> > >
>> > >
>> >
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>

Re: Unique values pick up from CSV file

Posted by Sreenivasulu TV <tv...@gmail.com>.
Hi Tim,

Thanks for your valuable input. I have downloaded windows compatable  Redis
at below link. But while trying to install from CMD, i am getting attached
error. Please find the attachment for the same.Can you please let me know
that am i missing something here?

Thanks,
Sreeni.

On Mon, Sep 22, 2014 at 4:44 AM, Tim Koopmans <ti...@flood.io> wrote:

> Did you try the windows port in that link?
>
> https://github.com/MSOpenTech/redis
>
>
> Tim Koopmans
> +61 3 9221 6309
>
> [image: Flood IO Pty Ltd] <https://flood.io>
>
> Level 27, 101 Collins Street
> Melbourne, Vic 3000
>
>
>
> On Sun, Sep 21, 2014 at 11:18 PM, Sreenivasulu TV <
> tvsreenivasulu483@gmail.com> wrote:
>
> > Hi Team,
> >
> > I have downloaded below redis from http://redis.io/download
> > But i am not able to install in Windows 7 OS. While typing the given
> > commands in CMD, i am getting them as invalid commands. Could anyone
> please
> > let me know how can we install and configure above redis in WindowsOS?
> > Thanks in advance.
> >
> > Rgds,
> > Sreeni.
> >
> > On Fri, Sep 19, 2014 at 10:45 AM, Sreenivasulu TV <
> > tvsreenivasulu483@gmail.com> wrote:
> >
> > > Thanks for the update Tim.
> > >
> > > On Fri, Sep 19, 2014 at 4:05 AM, Tim Koopmans <ti...@flood.io> wrote:
> > >
> > >> You will need to install and configure redis-server on a network host
> > >> reachable by your load generator.
> > >>
> > >> http://redis.io/download
> > >>
> > >>
> > >> Tim Koopmans
> > >> +61 3 9221 6309
> > >>
> > >> [image: Flood IO Pty Ltd] <https://flood.io>
> > >>
> > >> Level 27, 101 Collins Street
> > >> Melbourne, Vic 3000
> > >>
> > >>
> > >>
> > >> On Thu, Sep 18, 2014 at 7:18 PM, Sreenivasulu TV <
> > >> tvsreenivasulu483@gmail.com> wrote:
> > >>
> > >> > Team,
> > >> >
> > >> > I have placed all latest Jmeter plugin's set to Jmeter latest
> version,
> > >> but
> > >> > not able to see below RedisDataSet. Can you pls let me know where
> > >> exactly
> > >> > we can find this RedisDataset?
> > >> >
> > >> > Thanks,
> > >> > Sreeni.
> > >> >
> > >> > On Sat, Sep 13, 2014 at 10:53 AM, Sreenivasulu TV <
> > >> > tvsreenivasulu483@gmail.com> wrote:
> > >> >
> > >> > > Thanks UBIK team.This is helpfull.
> > >> > >
> > >> > > On Sat, Sep 13, 2014 at 2:35 AM, UBIK LOAD PACK Support <
> > >> > > support@ubikloadpack.com> wrote:
> > >> > >
> > >> > >> Hello,
> > >> > >> This might be interesting for the described requirement using Get
> > >> Mode :
> > >> > >> RANDOM*_REMOVE* and a REDIS Server:
> > >> > >>
> > >> > >> - http://jmeter-plugins.org/wiki/RedisDataSet/
> > >> > >>
> > >> > >>
> > >> > >> --
> > >> > >>
> > >> > >> Regards
> > >> > >> Ubik Load Pack <http://ubikloadpack.com> Team
> > >> > >> Follow us on Twitter <http://twitter.com/ubikloadpack>
> > >> > >>
> > >> > >>
> > >> > >> On Thu, Sep 11, 2014 at 2:12 PM, Flavio Cysne <
> > flaviocysne@gmail.com
> > >> >
> > >> > >> wrote:
> > >> > >>
> > >> > >> > Added an issue, as enhancement, as suggested.
> > >> > >> > https://issues.apache.org/bugzilla/show_bug.cgi?id=56961
> > >> > >> >
> > >> > >>
> > >> > >>
> > >> > >>
> > >> > >>
> > >> > >>
> > >> > >> Cordialement
> > >> > >> L'équipe Ubik Load Pack <http://ubikloadpack.com>
> > >> > >> Suivez-nous sur Twitter <http://twitter.com/ubikloadpack>
> > >> > >>
> > >> > >
> > >> > >
> > >> >
> > >>
> > >
> > >
> >
>

Re: Unique values pick up from CSV file

Posted by Tim Koopmans <ti...@flood.io>.
Did you try the windows port in that link?

https://github.com/MSOpenTech/redis


Tim Koopmans
+61 3 9221 6309

[image: Flood IO Pty Ltd] <https://flood.io>

Level 27, 101 Collins Street
Melbourne, Vic 3000



On Sun, Sep 21, 2014 at 11:18 PM, Sreenivasulu TV <
tvsreenivasulu483@gmail.com> wrote:

> Hi Team,
>
> I have downloaded below redis from http://redis.io/download
> But i am not able to install in Windows 7 OS. While typing the given
> commands in CMD, i am getting them as invalid commands. Could anyone please
> let me know how can we install and configure above redis in WindowsOS?
> Thanks in advance.
>
> Rgds,
> Sreeni.
>
> On Fri, Sep 19, 2014 at 10:45 AM, Sreenivasulu TV <
> tvsreenivasulu483@gmail.com> wrote:
>
> > Thanks for the update Tim.
> >
> > On Fri, Sep 19, 2014 at 4:05 AM, Tim Koopmans <ti...@flood.io> wrote:
> >
> >> You will need to install and configure redis-server on a network host
> >> reachable by your load generator.
> >>
> >> http://redis.io/download
> >>
> >>
> >> Tim Koopmans
> >> +61 3 9221 6309
> >>
> >> [image: Flood IO Pty Ltd] <https://flood.io>
> >>
> >> Level 27, 101 Collins Street
> >> Melbourne, Vic 3000
> >>
> >>
> >>
> >> On Thu, Sep 18, 2014 at 7:18 PM, Sreenivasulu TV <
> >> tvsreenivasulu483@gmail.com> wrote:
> >>
> >> > Team,
> >> >
> >> > I have placed all latest Jmeter plugin's set to Jmeter latest version,
> >> but
> >> > not able to see below RedisDataSet. Can you pls let me know where
> >> exactly
> >> > we can find this RedisDataset?
> >> >
> >> > Thanks,
> >> > Sreeni.
> >> >
> >> > On Sat, Sep 13, 2014 at 10:53 AM, Sreenivasulu TV <
> >> > tvsreenivasulu483@gmail.com> wrote:
> >> >
> >> > > Thanks UBIK team.This is helpfull.
> >> > >
> >> > > On Sat, Sep 13, 2014 at 2:35 AM, UBIK LOAD PACK Support <
> >> > > support@ubikloadpack.com> wrote:
> >> > >
> >> > >> Hello,
> >> > >> This might be interesting for the described requirement using Get
> >> Mode :
> >> > >> RANDOM*_REMOVE* and a REDIS Server:
> >> > >>
> >> > >> - http://jmeter-plugins.org/wiki/RedisDataSet/
> >> > >>
> >> > >>
> >> > >> --
> >> > >>
> >> > >> Regards
> >> > >> Ubik Load Pack <http://ubikloadpack.com> Team
> >> > >> Follow us on Twitter <http://twitter.com/ubikloadpack>
> >> > >>
> >> > >>
> >> > >> On Thu, Sep 11, 2014 at 2:12 PM, Flavio Cysne <
> flaviocysne@gmail.com
> >> >
> >> > >> wrote:
> >> > >>
> >> > >> > Added an issue, as enhancement, as suggested.
> >> > >> > https://issues.apache.org/bugzilla/show_bug.cgi?id=56961
> >> > >> >
> >> > >>
> >> > >>
> >> > >>
> >> > >>
> >> > >>
> >> > >> Cordialement
> >> > >> L'équipe Ubik Load Pack <http://ubikloadpack.com>
> >> > >> Suivez-nous sur Twitter <http://twitter.com/ubikloadpack>
> >> > >>
> >> > >
> >> > >
> >> >
> >>
> >
> >
>

Re: Unique values pick up from CSV file

Posted by Sreenivasulu TV <tv...@gmail.com>.
Hi Team,

I have downloaded below redis from http://redis.io/download
But i am not able to install in Windows 7 OS. While typing the given
commands in CMD, i am getting them as invalid commands. Could anyone please
let me know how can we install and configure above redis in WindowsOS?
Thanks in advance.

Rgds,
Sreeni.

On Fri, Sep 19, 2014 at 10:45 AM, Sreenivasulu TV <
tvsreenivasulu483@gmail.com> wrote:

> Thanks for the update Tim.
>
> On Fri, Sep 19, 2014 at 4:05 AM, Tim Koopmans <ti...@flood.io> wrote:
>
>> You will need to install and configure redis-server on a network host
>> reachable by your load generator.
>>
>> http://redis.io/download
>>
>>
>> Tim Koopmans
>> +61 3 9221 6309
>>
>> [image: Flood IO Pty Ltd] <https://flood.io>
>>
>> Level 27, 101 Collins Street
>> Melbourne, Vic 3000
>>
>>
>>
>> On Thu, Sep 18, 2014 at 7:18 PM, Sreenivasulu TV <
>> tvsreenivasulu483@gmail.com> wrote:
>>
>> > Team,
>> >
>> > I have placed all latest Jmeter plugin's set to Jmeter latest version,
>> but
>> > not able to see below RedisDataSet. Can you pls let me know where
>> exactly
>> > we can find this RedisDataset?
>> >
>> > Thanks,
>> > Sreeni.
>> >
>> > On Sat, Sep 13, 2014 at 10:53 AM, Sreenivasulu TV <
>> > tvsreenivasulu483@gmail.com> wrote:
>> >
>> > > Thanks UBIK team.This is helpfull.
>> > >
>> > > On Sat, Sep 13, 2014 at 2:35 AM, UBIK LOAD PACK Support <
>> > > support@ubikloadpack.com> wrote:
>> > >
>> > >> Hello,
>> > >> This might be interesting for the described requirement using Get
>> Mode :
>> > >> RANDOM*_REMOVE* and a REDIS Server:
>> > >>
>> > >> - http://jmeter-plugins.org/wiki/RedisDataSet/
>> > >>
>> > >>
>> > >> --
>> > >>
>> > >> Regards
>> > >> Ubik Load Pack <http://ubikloadpack.com> Team
>> > >> Follow us on Twitter <http://twitter.com/ubikloadpack>
>> > >>
>> > >>
>> > >> On Thu, Sep 11, 2014 at 2:12 PM, Flavio Cysne <flaviocysne@gmail.com
>> >
>> > >> wrote:
>> > >>
>> > >> > Added an issue, as enhancement, as suggested.
>> > >> > https://issues.apache.org/bugzilla/show_bug.cgi?id=56961
>> > >> >
>> > >>
>> > >>
>> > >>
>> > >>
>> > >>
>> > >> Cordialement
>> > >> L'équipe Ubik Load Pack <http://ubikloadpack.com>
>> > >> Suivez-nous sur Twitter <http://twitter.com/ubikloadpack>
>> > >>
>> > >
>> > >
>> >
>>
>
>

Re: Unique values pick up from CSV file

Posted by Sreenivasulu TV <tv...@gmail.com>.
Thanks for the update Tim.

On Fri, Sep 19, 2014 at 4:05 AM, Tim Koopmans <ti...@flood.io> wrote:

> You will need to install and configure redis-server on a network host
> reachable by your load generator.
>
> http://redis.io/download
>
>
> Tim Koopmans
> +61 3 9221 6309
>
> [image: Flood IO Pty Ltd] <https://flood.io>
>
> Level 27, 101 Collins Street
> Melbourne, Vic 3000
>
>
>
> On Thu, Sep 18, 2014 at 7:18 PM, Sreenivasulu TV <
> tvsreenivasulu483@gmail.com> wrote:
>
> > Team,
> >
> > I have placed all latest Jmeter plugin's set to Jmeter latest version,
> but
> > not able to see below RedisDataSet. Can you pls let me know where exactly
> > we can find this RedisDataset?
> >
> > Thanks,
> > Sreeni.
> >
> > On Sat, Sep 13, 2014 at 10:53 AM, Sreenivasulu TV <
> > tvsreenivasulu483@gmail.com> wrote:
> >
> > > Thanks UBIK team.This is helpfull.
> > >
> > > On Sat, Sep 13, 2014 at 2:35 AM, UBIK LOAD PACK Support <
> > > support@ubikloadpack.com> wrote:
> > >
> > >> Hello,
> > >> This might be interesting for the described requirement using Get
> Mode :
> > >> RANDOM*_REMOVE* and a REDIS Server:
> > >>
> > >> - http://jmeter-plugins.org/wiki/RedisDataSet/
> > >>
> > >>
> > >> --
> > >>
> > >> Regards
> > >> Ubik Load Pack <http://ubikloadpack.com> Team
> > >> Follow us on Twitter <http://twitter.com/ubikloadpack>
> > >>
> > >>
> > >> On Thu, Sep 11, 2014 at 2:12 PM, Flavio Cysne <fl...@gmail.com>
> > >> wrote:
> > >>
> > >> > Added an issue, as enhancement, as suggested.
> > >> > https://issues.apache.org/bugzilla/show_bug.cgi?id=56961
> > >> >
> > >>
> > >>
> > >>
> > >>
> > >>
> > >> Cordialement
> > >> L'équipe Ubik Load Pack <http://ubikloadpack.com>
> > >> Suivez-nous sur Twitter <http://twitter.com/ubikloadpack>
> > >>
> > >
> > >
> >
>

Re: Unique values pick up from CSV file

Posted by Tim Koopmans <ti...@flood.io>.
You will need to install and configure redis-server on a network host
reachable by your load generator.

http://redis.io/download


Tim Koopmans
+61 3 9221 6309

[image: Flood IO Pty Ltd] <https://flood.io>

Level 27, 101 Collins Street
Melbourne, Vic 3000



On Thu, Sep 18, 2014 at 7:18 PM, Sreenivasulu TV <
tvsreenivasulu483@gmail.com> wrote:

> Team,
>
> I have placed all latest Jmeter plugin's set to Jmeter latest version, but
> not able to see below RedisDataSet. Can you pls let me know where exactly
> we can find this RedisDataset?
>
> Thanks,
> Sreeni.
>
> On Sat, Sep 13, 2014 at 10:53 AM, Sreenivasulu TV <
> tvsreenivasulu483@gmail.com> wrote:
>
> > Thanks UBIK team.This is helpfull.
> >
> > On Sat, Sep 13, 2014 at 2:35 AM, UBIK LOAD PACK Support <
> > support@ubikloadpack.com> wrote:
> >
> >> Hello,
> >> This might be interesting for the described requirement using Get Mode :
> >> RANDOM*_REMOVE* and a REDIS Server:
> >>
> >> - http://jmeter-plugins.org/wiki/RedisDataSet/
> >>
> >>
> >> --
> >>
> >> Regards
> >> Ubik Load Pack <http://ubikloadpack.com> Team
> >> Follow us on Twitter <http://twitter.com/ubikloadpack>
> >>
> >>
> >> On Thu, Sep 11, 2014 at 2:12 PM, Flavio Cysne <fl...@gmail.com>
> >> wrote:
> >>
> >> > Added an issue, as enhancement, as suggested.
> >> > https://issues.apache.org/bugzilla/show_bug.cgi?id=56961
> >> >
> >>
> >>
> >>
> >>
> >>
> >> Cordialement
> >> L'équipe Ubik Load Pack <http://ubikloadpack.com>
> >> Suivez-nous sur Twitter <http://twitter.com/ubikloadpack>
> >>
> >
> >
>

Re: Unique values pick up from CSV file

Posted by Sreenivasulu TV <tv...@gmail.com>.
Team,

I have placed all latest Jmeter plugin's set to Jmeter latest version, but
not able to see below RedisDataSet. Can you pls let me know where exactly
we can find this RedisDataset?

Thanks,
Sreeni.

On Sat, Sep 13, 2014 at 10:53 AM, Sreenivasulu TV <
tvsreenivasulu483@gmail.com> wrote:

> Thanks UBIK team.This is helpfull.
>
> On Sat, Sep 13, 2014 at 2:35 AM, UBIK LOAD PACK Support <
> support@ubikloadpack.com> wrote:
>
>> Hello,
>> This might be interesting for the described requirement using Get Mode :
>> RANDOM*_REMOVE* and a REDIS Server:
>>
>> - http://jmeter-plugins.org/wiki/RedisDataSet/
>>
>>
>> --
>>
>> Regards
>> Ubik Load Pack <http://ubikloadpack.com> Team
>> Follow us on Twitter <http://twitter.com/ubikloadpack>
>>
>>
>> On Thu, Sep 11, 2014 at 2:12 PM, Flavio Cysne <fl...@gmail.com>
>> wrote:
>>
>> > Added an issue, as enhancement, as suggested.
>> > https://issues.apache.org/bugzilla/show_bug.cgi?id=56961
>> >
>>
>>
>>
>>
>>
>> Cordialement
>> L'équipe Ubik Load Pack <http://ubikloadpack.com>
>> Suivez-nous sur Twitter <http://twitter.com/ubikloadpack>
>>
>
>

Re: Unique values pick up from CSV file

Posted by Sreenivasulu TV <tv...@gmail.com>.
Thanks UBIK team.This is helpfull.

On Sat, Sep 13, 2014 at 2:35 AM, UBIK LOAD PACK Support <
support@ubikloadpack.com> wrote:

> Hello,
> This might be interesting for the described requirement using Get Mode :
> RANDOM*_REMOVE* and a REDIS Server:
>
> - http://jmeter-plugins.org/wiki/RedisDataSet/
>
>
> --
>
> Regards
> Ubik Load Pack <http://ubikloadpack.com> Team
> Follow us on Twitter <http://twitter.com/ubikloadpack>
>
>
> On Thu, Sep 11, 2014 at 2:12 PM, Flavio Cysne <fl...@gmail.com>
> wrote:
>
> > Added an issue, as enhancement, as suggested.
> > https://issues.apache.org/bugzilla/show_bug.cgi?id=56961
> >
>
>
>
>
>
> Cordialement
> L'équipe Ubik Load Pack <http://ubikloadpack.com>
> Suivez-nous sur Twitter <http://twitter.com/ubikloadpack>
>

Re: Unique values pick up from CSV file

Posted by UBIK LOAD PACK Support <su...@ubikloadpack.com>.
Hello,
This might be interesting for the described requirement using Get Mode :
RANDOM*_REMOVE* and a REDIS Server:

- http://jmeter-plugins.org/wiki/RedisDataSet/


-- 

Regards
Ubik Load Pack <http://ubikloadpack.com> Team
Follow us on Twitter <http://twitter.com/ubikloadpack>


On Thu, Sep 11, 2014 at 2:12 PM, Flavio Cysne <fl...@gmail.com> wrote:

> Added an issue, as enhancement, as suggested.
> https://issues.apache.org/bugzilla/show_bug.cgi?id=56961
>





Cordialement
L'équipe Ubik Load Pack <http://ubikloadpack.com>
Suivez-nous sur Twitter <http://twitter.com/ubikloadpack>

Re: Unique values pick up from CSV file

Posted by Flavio Cysne <fl...@gmail.com>.
Added an issue, as enhancement, as suggested.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56961

Re: Unique values pick up from CSV file

Posted by Sreenivasulu TV <tv...@gmail.com>.
Hi Flavio and Jeff,

Thanks for your valuable inputs. Seems below could solve my requirement.
Lemme do bit more R & D on the same and will update accordingly.


Rgds,
Sreenivas.
On Thu, Sep 11, 2014 at 4:46 PM, Flavio Cysne <fl...@gmail.com> wrote:

> CSV Dataset Config, when 'Recycle on EOF' is true and 'Stop thread on EOF'
> is false, will start reading the first line again when next thread requires
> new data and file reader gets to EOF. Each thread in the same JMeter
> machine will get a different row from CSV file. For distributed
> environment, if you want to read distinct values from CSV you'll need to
> have a CSV with distinct values for each JMeter slave, since each JMeter
> Slave will start reading from the first line of CSV file.
>
> For example, if your CSV file has 15 rows then the 16th thread of a
> specific JMeter machine will read the CSV file's first line again. 17th
> thread will read the 2nd line, and so on.
>
> @JMeter Devs
> CSV Dataset Config could have some extra parameters such as 'Start from
> line', 'Step by' and 'Read random lines?' to help better config tests with
> this kind of requirement.
>
> CSVRead also could have a 'Reset?' or 'Cursor at line' and 'Step By before
> reading' parameters so it could be done using a function, mimicking the
> parameters suggested above.
>

Re: Unique values pick up from CSV file

Posted by Flavio Cysne <fl...@gmail.com>.
CSV Dataset Config, when 'Recycle on EOF' is true and 'Stop thread on EOF'
is false, will start reading the first line again when next thread requires
new data and file reader gets to EOF. Each thread in the same JMeter
machine will get a different row from CSV file. For distributed
environment, if you want to read distinct values from CSV you'll need to
have a CSV with distinct values for each JMeter slave, since each JMeter
Slave will start reading from the first line of CSV file.

For example, if your CSV file has 15 rows then the 16th thread of a
specific JMeter machine will read the CSV file's first line again. 17th
thread will read the 2nd line, and so on.

@JMeter Devs
CSV Dataset Config could have some extra parameters such as 'Start from
line', 'Step by' and 'Read random lines?' to help better config tests with
this kind of requirement.

CSVRead also could have a 'Reset?' or 'Cursor at line' and 'Step By before
reading' parameters so it could be done using a function, mimicking the
parameters suggested above.

Re: Unique values pick up from CSV file

Posted by Jeff Ohrstrom <jo...@hotmail.com>.
>From the CSV Data set config, when you share across all threads (or
current thread group) each thread has a row from the csv file all to
it's own (that is sharing mode = All threads or Current thread group
gives unique rows from the csv file).

Although I don't know the behavior when the number of threads > the
number of rows in the file. 

Whether you file has unique rows in it or not is an entirely different
story (that I know you can find out through awk).  

On Wed, 2014-09-10 at 16:52 -0300, Flavio Cysne wrote:
> Using Linux you can use sed, grep, awk, head & tail, and many more through
> a OS Processor sampler and store its return value in a variable using a
> Post-processor.
> 
> http://www.unix.com/shell-programming-and-scripting/53484-how-quickly-show-nth-line-file.html
> 
> Reading from windows is a bit more challenging:
> http://stackoverflow.com/questions/2701910/windows-batch-file-to-echo-a-specific-line-number
> 
> This is the way I can remember, because was the one I used.



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org


Re: Unique values pick up from CSV file

Posted by Flavio Cysne <fl...@gmail.com>.
Using Linux you can use sed, grep, awk, head & tail, and many more through
a OS Processor sampler and store its return value in a variable using a
Post-processor.

http://www.unix.com/shell-programming-and-scripting/53484-how-quickly-show-nth-line-file.html

Reading from windows is a bit more challenging:
http://stackoverflow.com/questions/2701910/windows-batch-file-to-echo-a-specific-line-number

This is the way I can remember, because was the one I used.