Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qOvbA-009SOX-OP for pgadmin-hackers@arkaria.postgresql.org; Thu, 27 Jul 2023 07:39:48 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qOvb9-008Y4j-1b for pgadmin-hackers@arkaria.postgresql.org; Thu, 27 Jul 2023 07:39:47 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qOvb8-008Y3p-Gy for pgadmin-hackers@lists.postgresql.org; Thu, 27 Jul 2023 07:39:46 +0000 Received: from mail-io1-xd36.google.com ([2607:f8b0:4864:20::d36]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1qOvb5-001omX-V4 for pgadmin-hackers@postgresql.org; Thu, 27 Jul 2023 07:39:45 +0000 Received: by mail-io1-xd36.google.com with SMTP id ca18e2360f4ac-783698a37beso24990139f.0 for ; Thu, 27 Jul 2023 00:39:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1690443583; x=1691048383; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=NdJfNW3r9zVrefshUaUfBSk7hdvVAzhN2zUqrJIj84Y=; b=bekU0scuIEj/ssFZg1gNlT3FV8CV1siA9MnN2HVI+l/yQkFi8vJWTIrMBNfcAGWZJR V0vVNVBN9t7d1503scCShlMILPcZirljiNZRebiflvhsGFyELSkZXqg1+hbbEAur49NE j8+uJXRwsxqUR9KcdGYBuJelq/ESFlAODXi34r6UvsHcQ5loPi+qQuib/fKpHDv71opR fUfB6DGGM12fmT7fgkVm+rUbbNNDA+UMGEc/L5qdCKgtpSjBm+cz51JWXE2WTpd65wjO 6Y8r4cBNEIdAfrnYxHHFKdlsuss2a9sa0CoXzobrAlag9WRc6MnilBTOmdJkt0Hueuwb R1UQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690443583; x=1691048383; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=NdJfNW3r9zVrefshUaUfBSk7hdvVAzhN2zUqrJIj84Y=; b=CIg3o0mqZMGwcmilBZrKS8NvMslvm1p+It2xsuIAc6i0ldmpI827Uw8WS5evDyrmP3 pC3kO4HJscAVtBnG37dCAVoPJwSNrZBAVgU7KxcvvyxHHiBbpnq1FTLupo6p7/Efqu9a fNV8a9HyXIjxtVHQ0ACWmyvHOGekjqQZkm8EKShjZ4NI2wZZ9zK140PTC9BwmoNQXDF6 vCH41FzJacOqhgNokGH6nxu1MejFHII6ML73STOBvPddPvzPIMhVsL2nx2qHwuhDQ8vX vSavcarnDga0vjEXMQ6z1Y59VmIVZyYopoMZI8U4nuv5vNZUm/Od1j8O+ViKtduh9LBI 1WYQ== X-Gm-Message-State: ABy/qLYw6vSQbSFTmaPPRi5OVkIqS4IdNWJ0xCqaDWSTfOgMJQTwCnY2 ej5FwYD9yD49kzB4uOx6Yog5EvwKeTvTLXJUlKyxhI3gwnuVng== X-Google-Smtp-Source: APBJJlHiMFREhz5ii49kxl04klhGjwhgn2lzvEaWUT8ClKw2f/b0Evnt+iXFAKs+zg6ddeSfsEXzman06w74PXMg0aU= X-Received: by 2002:a92:ca0f:0:b0:342:1012:1196 with SMTP id j15-20020a92ca0f000000b0034210121196mr5977011ils.15.1690443582849; Thu, 27 Jul 2023 00:39:42 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Sahil Harpal Date: Thu, 27 Jul 2023 13:09:31 +0530 Message-ID: Subject: Re: Pgadmin4 System Stats Extension Design To: pgadmin-hackers@postgresql.org Cc: Aditya Toshniwal , Khushboo Vashi , Ashesh Vashi , Dave Page , Akshay Joshi Content-Type: multipart/related; boundary="00000000000044ead20601731111" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --00000000000044ead20601731111 Content-Type: multipart/alternative; boundary="00000000000044ead10601731110" --00000000000044ead10601731110 Content-Type: text/plain; charset="UTF-8" On Wed, 12 Jul 2023 at 15:58, Sahil Harpal wrote: > On Wed, 12 Jul 2023 at 10:47, Khushboo Vashi < > khushboo.vashi@enterprisedb.com> wrote: > [image: image.gif] > >> It fails while applying. Can you please rebase your patch and send it? >> > > Could you please try the attached patch. > Just a follow-up email to check if I can proceed with a similar structure and logic for the remaining disk tab. If anyone has faced any issues while using it or has any suggestions for improvement, please let me know, and I will make the necessary changes and follow the same approach for the disk tab. Although there is an issue with drive's letters, the I/O analysis of block devices is working just fine on my system, so I can probably start working on it parallelly. Thanks, Sahil --00000000000044ead10601731110 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
=3D""
On Wed, 12 Jul 2023 at 15:58, Sahil Har= pal <sahilharpal1234@gmail.= com> wrote:
On Wed, 12 Jul 2023 at 10:47, Khushboo Vashi <<= a href=3D"mailto:khushboo.vashi@enterprisedb.com" target=3D"_blank">khushbo= o.vashi@enterprisedb.com> wrote:
3D"image.gif"
<= blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-l= eft:1px solid rgb(204,204,204);padding-left:1ex">
=C2=A0It fails while applying. Can you please rebase= your patch and send it?=C2=A0

Could you please try the attached patch.
Just a follow-up email to check if I can proceed with a simila= r structure and logic for the remaining disk tab.=C2=A0
If anyone= has faced any issues while using it or has any suggestions for improvement= , please let me know, and I will make the necessary changes and follow the = same approach for the disk tab. Although there is an issue with drive's= letters, the I/O analysis of block devices is working just fine on my syst= em, so I can probably start working on it parallelly.=C2=A0

<= /div>
Thanks,
Sahil

--00000000000044ead10601731110-- --00000000000044ead20601731111 Content-Type: image/gif; name="image.gif" Content-Disposition: inline; filename="image.gif" Content-Transfer-Encoding: base64 Content-ID: X-Attachment-Id: ii_lkkudxyl0 R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7 --00000000000044ead20601731111--