From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) by smtp.subspace.kernel.org (Postfix) with ESMTP id C84EF14C5B3; Thu, 24 Oct 2024 08:14:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=63.228.1.57 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729757673; cv=none; b=NhVSbKUFa0rvp9DmJplkMVecGxJ/ZWr98xswukdutBAHdwoJwZ/YibAVA/3ZUOdDk4jg1zHRb14m7mUOTOZ3Gzi0gRrt/84lxQXzoN3pJSz3fCKvEs0D4ojdn17f8wgGT7jsyFdb8lYqX5kC95yD9OVnnZMHYXbos8eeLcHvgGE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729757673; c=relaxed/simple; bh=R+giDtgoTZeIOBH66q4LFLWeMzDuXsmv8So+huQMkLY=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=q2AIxt0HwwAlyKl0cVhKQTs9nRUrZ29xlgAcUtjzr6HsHhzXp2fM7CofnTxzxadLXEku6or+KaQk7gzwvycraTzLXwocdFqkucc8p1rADp8ptNRPAJwvcW4ukdaBuYlBKP8LZVf8zpwSVLV7G23U37nV+ZjGTCWnFSMI5zQnM20= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.crashing.org; spf=pass smtp.mailfrom=kernel.crashing.org; arc=none smtp.client-ip=63.228.1.57 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.crashing.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=kernel.crashing.org Received: from [IPv6:::1] (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id 49O8CnMd029293; Thu, 24 Oct 2024 03:12:50 -0500 Message-ID: Subject: Re: [PATCH 0/2] [tip: sched/core] sched: Disable PLACE_LAG and RUN_TO_PARITY and move them to sysctl From: Benjamin Herrenschmidt To: "Prundeanu, Cristian" , K Prateek Nayak , Peter Zijlstra Cc: "linux-tip-commits@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Ingo Molnar , "x86@kernel.org" , "linux-arm-kernel@lists.infradead.org" , "Doebel, Bjoern" , "Mohamed Abuelfotoh, Hazem" , "Blake, Geoff" , "Saidi, Ali" , "Csoma, Csaba" , "gautham.shenoy@amd.com" Date: Thu, 24 Oct 2024 19:12:49 +1100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.52.3-0ubuntu1 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 On Sat, 2024-10-19 at 02:30 +0000, Prundeanu, Cristian wrote: >=20 > The hammerdb test is a bit more complex than sysbench. It uses two > independent physical machines to perform a TPC-C derived test [1], aiming > to simulate a real-world database workload. The machines are allocated as > an AWS EC2 instance pair on the same cluster placement group [2], to avoi= d > measuring network bottlenecks instead of server performance. The SUT > instance runs mysql configured to use 2 worker threads per vCPU (32 > total); the load generator instance runs hammerdb configured with 64 > virtual users and 24 warehouses [3]. Each test consists of multiple > 20-minute rounds, run consecutively on multiple independent instance > pairs. Would it be possible to produce something that Prateek and Gautham (Hi Gautham btw !) can easily consume to reproduce ? Maybe a container image or a pair of container images hammering each other ? (the simpler the better). Cheers, Ben.