Return-Path: X-Original-To: apmail-jmeter-user-archive@www.apache.org Delivered-To: apmail-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EDD1F178C1 for ; Tue, 7 Apr 2015 13:21:35 +0000 (UTC) Received: (qmail 97207 invoked by uid 500); 7 Apr 2015 13:21:35 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 97167 invoked by uid 500); 7 Apr 2015 13:21:35 -0000 Mailing-List: contact user-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JMeter Users List" Delivered-To: mailing list user@jmeter.apache.org Received: (qmail 97156 invoked by uid 99); 7 Apr 2015 13:21:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2015 13:21:35 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of flaviocysne@gmail.com designates 209.85.212.172 as permitted sender) Received: from [209.85.212.172] (HELO mail-wi0-f172.google.com) (209.85.212.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2015 13:21:09 +0000 Received: by wizk4 with SMTP id k4so17177480wiz.1 for ; Tue, 07 Apr 2015 06:21:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Ci8FFqk2LcHU2d9nFVaHlDIFA69bIN2ggGG9bVdoW6o=; b=EikYYijCZ7DLNHlt3WQ9hsrXq9H5qpTdGIb/R5CXMnEBcHSSAdkQfKFC2k8gX67rph VT68LbSSsDG/mJcT8jHrmoUab1gvkX/NbbeCmFtVeTiCkQMuGoLlqL+c8T8Zrtp2LvuQ cP7pt+iAAlsxwsBCkizQzymtz5KVLuwx0uStmoo1QGCWTARZ3qIV7uQk060tCbO7wvyc cYtZpYQ9TdtBc16M8ziEXcOL+BCct4iiWW+zKx/ehQGUXVc6BQRBLFppomlqtvwfp7IY 7p2FUNcZZl8Ag+zJhG5Ma1uXpHllgTDBBFUVsSnTYL17u3oTGAcd/QX9taYVv2/6PUpR cWtQ== MIME-Version: 1.0 X-Received: by 10.194.59.199 with SMTP id b7mr40351826wjr.26.1428412868663; Tue, 07 Apr 2015 06:21:08 -0700 (PDT) Received: by 10.28.43.198 with HTTP; Tue, 7 Apr 2015 06:21:08 -0700 (PDT) Received: by 10.28.43.198 with HTTP; Tue, 7 Apr 2015 06:21:08 -0700 (PDT) In-Reply-To: References: <016201d06d55$b009e2b0$101da810$@theneura.com> <552218E1.10605@gmail.com> <55222C8D.1050509@gmail.com> Date: Tue, 7 Apr 2015 10:21:08 -0300 Message-ID: Subject: Re: is there a way to randomize CSV file values? From: Flavio Cysne To: JMeter Users List Content-Type: multipart/alternative; boundary=047d7bacc0f8a11e1b0513224969 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bacc0f8a11e1b0513224969 Content-Type: text/plain; charset=UTF-8 As already suggested in this thread, to achieve this level of random access, without compromising such ammount of CPU and memory, you should use a Redis Data Set, from JMeter-Plugins. Another possible solution (will use as much memory as the size of your data set) is to put all your data in one line and have the first row be the variables name list. Use a sequencial value in variable names and use JMeter's random function to determine the group of variables you'll use. Ex.: CSV name1,value1,name2,value2,name3,value3 aaa,BBB,ccc,ddd,EEE,fff --047d7bacc0f8a11e1b0513224969--