From cb836de80d33e8683a6bb9f8ec37d21845f4db86 Mon Sep 17 00:00:00 2001 From: lxbhahaha <32586299+lxbhahaha@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:52:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=80=89=E9=A1=B9=E7=9A=84=E5=BC=80=E5=85=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + index.html | 63 +++++++++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 54 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 112c274..93693b4 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ TODO ## 2.2. 服务器环境 因为本质上是通过ssh连接服务器,然后通过命令来获取相应的信息,有的命令可能服务器系统上不自带需要另外安装,否则无法获取到对应的数据。 - **ifstat**,用于获取网络数据的工具,可通过apt安装。并且需要在服务器上运行一下命令,查看哪个网卡才是主要的,写到配置文件里去。 +- **sysstat**,用于获取cpu的数据。 - **nvidia驱动**,需要安装N卡的驱动,通过`nvidia-smi`来获取显卡信息。 ## 2.3. 网页部署 diff --git a/index.html b/index.html index 4480179..1bb9239 100644 --- a/index.html +++ b/index.html @@ -26,15 +26,55 @@ .gpu-info { margin-top: 10px; } + + /* 头部样式 */ + .head_contrainer{ + display: flex; + flex-direction: row; + justify-content: space-between; + height: 90px; + align-items: center; + } + .head_contrainer .checkboxes{ + display: flex; + align-items: center; + } + + -

Server and GPU Information

+
+
+

Server and GPU Information

+

+
+ +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
- + \ No newline at end of file