Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 90971 invoked from network); 19 Jul 2010 20:43:22 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Jul 2010 20:43:22 -0000 Received: (qmail 36123 invoked by uid 500); 19 Jul 2010 20:43:21 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 36081 invoked by uid 500); 19 Jul 2010 20:43:20 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 36072 invoked by uid 99); 19 Jul 2010 20:43:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jul 2010 20:43:20 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of david.schoonover@gmail.com designates 209.85.216.172 as permitted sender) Received: from [209.85.216.172] (HELO mail-qy0-f172.google.com) (209.85.216.172) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jul 2010 20:43:13 +0000 Received: by qyk1 with SMTP id 1so2082163qyk.10 for ; Mon, 19 Jul 2010 13:41:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:content-transfer-encoding :message-id:references:to:x-mailer; bh=1DeWFaqZK+qQHZ3EGuYmOsF5YCPp7oOEtmKAvVOWla8=; b=aS36OywBfN0Ycsrc4U1RWempa1KGhSx6hX0KdJPedUh8hYrcqLGY+TIdqm4BFkJ58h kPrD9SEzKo59eRYzG53F9YP1Pq0jXTEsy9C4cqAhSitMVhjtLOpR4fXosaaSgla2IqCe N0exJfkizaWwzia2YNRzOzhKkw/Nl6Wgokn+Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=JtAA7b+dfHl7b0hbCbDkk55B6M2zezpq5LW6RkrbltD24bOOfqo+1IZ1dRQjCjNaSA 6lmgfUBLxI+asDsx2Hj5XhTmY43GUJIKKsiHrM4Cbh2FR+EJ2clUqy+oWDJFk95OKaog z4dhjdqeDBpdvSCV428zwDZnmNH0B4Oenc4Lg= Received: by 10.224.3.3 with SMTP id 3mr5023107qal.32.1279572112307; Mon, 19 Jul 2010 13:41:52 -0700 (PDT) Received: from tw-17-202.clearspring.local (cl-pat-tr.clearspring.com [8.18.54.254]) by mx.google.com with ESMTPS id g33sm27122380qcq.4.2010.07.19.13.41.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 19 Jul 2010 13:41:51 -0700 (PDT) Subject: Re: Cassandra benchmarking on Rackspace Cloud Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=iso-8859-1 From: David Schoonover In-Reply-To: Date: Mon, 19 Jul 2010 16:41:50 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <4780D37D-47DE-4A28-8DE7-59B119555537@clearspring.com> <1279554146.314124203@192.168.2.227> <1279560166.856519322@192.168.2.227> <1376EF21-E210-4675-9518-62F4CC695F7D@gmail.com> <1279563944.174322970@192.168.2.227> <45DBBF46-1473-467C-8891-043B031095C7@gmail.com> To: user@cassandra.apache.org X-Mailer: Apple Mail (2.1081) X-Virus-Checked: Checked by ClamAV on apache.org Thanks a ton, Juho.=20 The command was: ./stress.py -o read -t 50 -d $NODELIST -n 75000000 -k -i 2 I made a few minor modifications to stress.py to count errors instead of = logging them, and avoid the pointless try-catch on missing keys. (There = are also unrelated edits to restart long runs of inserts.)=20 My version is uploaded here: http://gist.github.com/481966 -- David Schoonover On Jul 19, 2010, at 4:26 PM, Juho M=E4kinen wrote: > I'm about to extend my two node cluster with four dedicated nodes and > removing one of the old nodes, leaving a five node cluster. The > cluster is in production, but I can spare it to do some stress testing > in the meantime as I'm also interested about my cluster performance. I > can't dedicate the cluster for the test, but the load at day time > should be low enough not to screw with the end results too much. The > results might come in within a few days as we'll get the nodes up - > hopefully my tests will produce something meaningful data which can be > applied to this issue. >=20 > I haven't used stress.py yet, any tips on that? Could you, David, send > me the stress.py command line which you used? >=20 > - Juho M=E4kinen