diff --git a/Documentation/UserGuide/check.md b/Documentation/UserGuide/check.md deleted file mode 100755 index 3cb0128935d03ce82237cccb178c3c131497fc70..0000000000000000000000000000000000000000 --- a/Documentation/UserGuide/check.md +++ /dev/null @@ -1,32 +0,0 @@ -# check - -## 功能描述 - -检查系统当前的cpu、bios、os、网卡等信息。 - -## 命令格式 - -**atune-adm check** - -## 使用示例 - -``` -$ atune-adm check - cpu information: - cpu:0 version: Kunpeng 920-6426 speed: 2600000000 HZ cores: 64 - cpu:1 version: Kunpeng 920-6426 speed: 2600000000 HZ cores: 64 - system information: - DMIBIOSVersion: 0.59 - OSRelease: 4.19.36-vhulk1906.3.0.h356.eulerosv2r8.aarch64 - network information: - name: eth0 product: HNS GE/10GE/25GE RDMA Network Controller - name: eth1 product: HNS GE/10GE/25GE Network Controller - name: eth2 product: HNS GE/10GE/25GE RDMA Network Controller - name: eth3 product: HNS GE/10GE/25GE Network Controller - name: eth4 product: HNS GE/10GE/25GE RDMA Network Controller - name: eth5 product: HNS GE/10GE/25GE Network Controller - name: eth6 product: HNS GE/10GE/25GE RDMA Network Controller - name: eth7 product: HNS GE/10GE/25GE Network Controller - name: docker0 product: -``` -