From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by passt.top (Postfix) with ESMTP id 29A7C5A0082 for ; Mon, 31 Oct 2022 12:10:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1667214633; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=yvZ7uDFbHRGMhkhf8+bbLQGfSoTl9i7o3wXiTjYzelU=; b=L5PiwJW8PggKwEdc24wxDCYysZqXoIsCgnqX0drzlD3YA3qQJgpmSMFOzRHmxuAVg4Jt39 DGBphIRYpJomFbLvfhec84/7KYrG0I0PE0sgXGJyX0xYVuwutmdhRgQdvsyn/mlu5QsX85 0DxUx5rnGGN0rbfTTPbrWTIAipV/BDE= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-301-33ROxVSBNZWralRydgSj7Q-1; Mon, 31 Oct 2022 07:10:32 -0400 X-MC-Unique: 33ROxVSBNZWralRydgSj7Q-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id CE180185A79C; Mon, 31 Oct 2022 11:10:31 +0000 (UTC) Received: from maya.cloud.tilaa.com (ovpn-208-31.brq.redhat.com [10.40.208.31]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 78C77C1908A; Mon, 31 Oct 2022 11:10:31 +0000 (UTC) Date: Mon, 31 Oct 2022 12:10:28 +0100 From: Stefano Brivio To: passt-dev@passt.top Subject: Re: [PATCH 5/5] test: Add memory/passt test cases Message-ID: <20221031121028.6e376a6a@elisabeth> In-Reply-To: <20221031095858.117012-6-sbrivio@redhat.com> References: <20221031095858.117012-1-sbrivio@redhat.com> <20221031095858.117012-6-sbrivio@redhat.com> Organization: Red Hat MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-ID-Hash: VDYVQCHTLPNKAZJJD443TR6YEHUQF4ZA X-Message-ID-Hash: VDYVQCHTLPNKAZJJD443TR6YEHUQF4ZA X-MailFrom: sbrivio@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: David Gibson X-Mailman-Version: 3.3.3 Precedence: list List-Id: Development discussion and patches for passt Archived-At: <> Archived-At: List-Archive: <> List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Mon, 31 Oct 2022 10:58:58 +0100 Stefano Brivio wrote: > These show a summary of memory usage in kernel and userspace with > different port forwarding configurations, details of userspace usage > using 'nm' (passt only uses statically allocated memory), and details > of kernel memory from slab reporting facilities. Sorry, I forgot to post passt.mem.mbuto here! I'll re-spin in a moment. -- Stefano