Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q9ILO-00020y-Gd for pgadmin-hackers@arkaria.postgresql.org; Wed, 14 Jun 2023 04:42:54 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1q9ILN-00077i-ER for pgadmin-hackers@arkaria.postgresql.org; Wed, 14 Jun 2023 04:42:53 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q9ILN-00077Y-7e for pgadmin-hackers@lists.postgresql.org; Wed, 14 Jun 2023 04:42:53 +0000 Received: from mail-lf1-x133.google.com ([2a00:1450:4864:20::133]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1q9ILK-0025qe-5w for pgadmin-hackers@postgresql.org; Wed, 14 Jun 2023 04:42:51 +0000 Received: by mail-lf1-x133.google.com with SMTP id 2adb3069b0e04-4f74cda5f1dso3441958e87.3 for ; Tue, 13 Jun 2023 21:42:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb.com; s=google; t=1686717768; x=1689309768; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=/92+2P2X0cZbxwBDRzAo1rXj9KrIq8xBTS2znJ0oV7w=; b=Jz4enQCDmbnQ+QsUdd0WwqPFFk/IWzh+slIjKiA85zGdjA3EoDToNQsJfx1ELbsWUG VOKwuPWSJphVaGqNGdaMq5870gDbKFLbupl9YoEk9egZEuFgeWXbdbgi6J9YGgQSSWyC LB5tic4Nqd8MgsDEqaolzj6drypR0r+Tp4kGGGHgT8xBJkOAEQPvL2alEvoLT7EqxN3a 2dV38OmazWbRLTM9xcPPt53SGbgZiv0omNe660M7KUdnh8r5Lm4xiNQJDwxPBcSi7VGV Q6fxauKA0p0vClYP5mEyQwBBOOIRHxAcrK0mJffOJc+TpgvOnnxaIEcv9Z+vkflllOOc TGvQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686717768; x=1689309768; 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=/92+2P2X0cZbxwBDRzAo1rXj9KrIq8xBTS2znJ0oV7w=; b=N6YzC8v1H2pLCthh96iRTUdjXlqvUXGp6RAga9+wV7MAMrwkR2g0JGeSYtY1POTevl N9vptdlfWzRKcBLoRck7qbWRQlgyiYth01CntTqhfGxMB9xKIdpzSy6wA6h6X5/6BBHT yA0AbPzyYTWDOzYWFC6NjRhbc/H5Z5OF45LM79ExdGRNnK4NB2z9fSlbRSL4KyciyMfv z+WcsPCSRvdfVrGQI9h/539tEWMV/ljbeojTciO5wvZXm9Y1ZcPxgdaXjd4ZiIFxbOtD krRYHo4doMsGW4s6JauDX92HYGAJ54S8W6jqOzsJ2lml1gOQME1h9aU1I8kZKolcf9Mm fncw== X-Gm-Message-State: AC+VfDw6gbRWF6sXjAmuZbS7ykerDx2tyMG+Jz1oLoju5ALgND0YWKIZ u/jktLfXe17Q8raoZUEeg33agNdZrjoWhnaP2OIz3rEpGVs3qOYo X-Google-Smtp-Source: ACHHUZ79YSY//HALSo7ZGoh7iIjdv/P03EEMH0rybPOfNhvCEeq9QGnTiYtNZ4jzDw7xid/cM0d/aRufx8ZVqtWeHp4= X-Received: by 2002:a19:a414:0:b0:4f6:145b:e334 with SMTP id q20-20020a19a414000000b004f6145be334mr7149899lfc.16.1686717768395; Tue, 13 Jun 2023 21:42:48 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Wed, 14 Jun 2023 10:12:37 +0530 Message-ID: Subject: Re: Pgadmin4 System Stats Extension Design To: Sahil Harpal Cc: pgadmin-hackers@postgresql.org Content-Type: multipart/alternative; boundary="0000000000006c063405fe0f958f" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --0000000000006c063405fe0f958f Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Sahil At first glance, it looks good to me. Seems you have created a new tab System Statistics instead of using the existing dashboard. On Tue, Jun 13, 2023 at 4:27=E2=80=AFPM Sahil Harpal wrote: > Dear all, > > I am working on pgadmin4 to let users see their system-level statistics o= n > the dashboard. In this mail, I've attached the wireframe to display syste= m > stats on the existing dashboard. > > I am open to hearing your thoughts and suggestions on the design. > > Thanks, > Sahil > --0000000000006c063405fe0f958f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi=C2=A0Sahil

At first glance, it looks= good=C2=A0to me. Seems you have created a new tab System Statistics instea= d of using the existing dashboard.=C2=A0

On Tue, Jun 13, 2023 at 4:27= =E2=80=AFPM Sahil Harpal <s= ahilharpal1234@gmail.com> wrote:
Dear all,

I am = working on pgadmin4 to let users see their system-level statistics on the d= ashboard. In this mail, I've attached the wireframe to display system s= tats on the existing dashboard.

I am open to hearing your= thoughts and suggestions on the design.

Thank= s,
Sahil
3D""
--0000000000006c063405fe0f958f--