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; + } + +
-