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 1qnE0m-00AAm7-GG for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Oct 2023 08:10:40 +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 1qnE0P-00HWFp-Sn for pgadmin-hackers@arkaria.postgresql.org; Mon, 02 Oct 2023 08:10:17 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qlRsn-0030st-HP for pgadmin-hackers@lists.postgresql.org; Wed, 27 Sep 2023 10:35:05 +0000 Received: from out-27.smtp.github.com ([192.30.252.210]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qlRsk-007sEB-AM for pgadmin-hackers@lists.postgresql.org; Wed, 27 Sep 2023 10:35:04 +0000 Received: from github.com (hubbernetes-node-87e6ac9.ash1-iad.github.net [10.56.154.24]) by smtp.github.com (Postfix) with ESMTPA id 7693E600FB2 for ; Wed, 27 Sep 2023 03:35:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1695810900; bh=TP9h9G2yHBb97838Eqr9bQReXvJjgrok5yyBuwYRwRY=; h=Date:From:To:Subject:From; b=Qi8bD8knJ4Oru0rz+bzs1CojZhfd4MpVPNi06w+BC1jbE64iCa3jKMsxe5eUGyfjj qICm6vDYmh4GNceqa7q3Jri/kT9tkjySoYO2Tn4SlciQD6ahMs2jBKBNYs4oH6O3wp MJGpaxV0Eurz+uuPQaJe3PJtdWNGb6qZotBknYeY= Date: Wed, 27 Sep 2023 03:35:00 -0700 From: Sahil Harpal To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 16c95d: GUI representation of the system's activity using ... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 16c95d21a73ac4b8b1851c9e8b7099c30a53e753 https://github.com/pgadmin-org/pgadmin4/commit/16c95d21a73ac4b8b1851c9e8b7099c30a53e753 Author: Sahil Harpal <56965873+Sahil1479@users.noreply.github.com> Date: 2023-09-27 (Wed, 27 Sep 2023) Changed paths: M web/pgadmin/dashboard/__init__.py M web/pgadmin/dashboard/static/js/Dashboard.jsx A web/pgadmin/dashboard/static/js/SystemStats/CPU.jsx A web/pgadmin/dashboard/static/js/SystemStats/Memory.jsx A web/pgadmin/dashboard/static/js/SystemStats/Storage.jsx A web/pgadmin/dashboard/static/js/SystemStats/Summary.jsx A web/pgadmin/dashboard/static/js/SystemStats/utility.js A web/pgadmin/dashboard/templates/dashboard/sql/default/system_statistics.sql M web/pgadmin/static/js/components/PgChart/StreamingChart.jsx Log Message: ----------- GUI representation of the system's activity using the system_stats extension. #6797