From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.toke.dk (mail.toke.dk [52.28.52.200]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 8B7BF3B2A4 for ; Mon, 27 Nov 2017 16:09:00 -0500 (EST) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1511816938; bh=+05vhy4Y1XospnA8yTP712+rHh0xrM0WU+Y+dmwx8C0=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=wB6ipUDWW0F+NS2bdaHaAd2qiD22CAsJU8Dt6oQN7NJ0LVgB+G7NLk1ZI7Yrk781d qPqCViZhL3Bll705cyJip3HsH/mw2SVCKe7FoftLS6lXUz6syTeJtVx7x0F26gwxKK AfRIlJbAvqbaAN9bhmrSct0DSR0aHN805qFnSPCrLZAlASXXhe8eHBiClgODfRFwet qDSq5mr2QjWPrvH5eYV1W+XHH8QaQlnaYo+QWgdsraroP6LHIRI1kNwajB8PDi8rYy 53llkvCVO/VmddVgmdr5B5zvrLfLHoc3X3qDzTyBAUAItvFsJT4OxBYmDDJZHwGJGa gbZ92Ecxodi2Q== To: Pete Heist Cc: cake@lists.bufferbloat.net In-Reply-To: References: <85E1A7B2-8AA7-418A-BE43-209A1EC8881A@gmail.com> <46889DF8-0D83-4729-A7D7-70CE7E599685@gmail.com> <87fu8z8nm6.fsf@toke.dk> Date: Mon, 27 Nov 2017 22:08:58 +0100 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87d1438m51.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Cake] cake flenter results round 1 X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2017 21:09:00 -0000 Pete Heist writes: >> On Nov 27, 2017, at 9:37 PM, Toke H=C3=B8iland-J=C3=B8rgensen wrote: >>=20 >> If you add --test-parameter cpu_stats_hosts=3Dlocalhost you will also get >> a graph of CPU usage which while somewhat rudimentary should at least >> make it possible to see from the results when you are running out of CPU >> entirely :) > > That helps, I did a quick test run and see cpu_stats_localhost::load > in the summary output now, but is there a plot I can add or should it > show up on another plot? I didn=E2=80=99t see something clear in "flent > rrul_be --list-plots=E2=80=9D. Yeah, the plot doesn't show up in the list because it's added conditionally based on the data file. You have the choice of 'cpu', 'cpu_bar' and 'cpu_box' for single test plots. These should show up in the GUI when you load a data set that includes it. -Toke