Skip to main content

python-hwinfo:使用 Linux 系统工具展示硬件信息概况

编译自 | https://www.2daygeek.com/python-hwinfo-check-display-system-hardware-configuration-information-linux/ 
 作者 | 2daygeek
 译者 | Torival
到目前为止,我们已经介绍了大部分获取 Linux 系统硬件信息和配置的工具,不过也有许多命令可用于相同目的。
而且,一些工具会显示所有硬件组件的详细信息,或只显示特定设备的信息。
在这个系列中, 今天我们讨论一下关于 python-hwinfo[1], 它是一个展示硬件信息概况的工具之一,并且其配置简洁。
什么是 python-hwinfo
这是一个通过解析系统工具(例如 lspci 和 dmidecode)的输出,来检查硬件和设备的 Python 库。
它提供了一个简单的命令行工具,可以用来检查本地、远程的主机和记录的信息。用 sudo 运行该命令以获得最大的信息。
另外,你可以提供服务器 IP 或者主机名、用户名和密码,在远程的服务器上执行它。当然你也可以使用这个工具查看其它工具捕获的输出(例如 demidecode 输出的 dmidecode.out/proc/cpuinfo 输出的 cpuinfolspci -nnm 输出的 lspci-nnm.out)。
建议阅读:
◈ Inxi:一个功能强大的获取 Linux 系统信息的命令行工具[2]
◈ Dmidecode:获取 Linux 系统硬件信息的简易方式[3]
◈ LSHW (Hardware Lister): 一个在 Linux 上获取硬件信息的漂亮工具[4]
◈ hwinfo (Hardware Info):一个在 Linux 上检测系统硬件信息的漂亮工具[5]
◈ 如何使用 lspci、lsscsi、lsusb 和 lsblk 获取 Linux 系统设备信息[6]
Linux 上如何安装 python-hwinfo
在绝大多数 Linux 发行版,都可以通过 pip 包安装。为了安装 python-hwinfo, 确保你的系统已经有 Python 和python-pip 包作为先决条件。
pip 是 Python 附带的一个包管理工具,在 Linux 上安装 Python 包的推荐工具之一。
在 Debian/Ubuntu 平台,使用 APT-GET 命令[7] 或者 APT 命令[8] 安装 pip
  1. $ sudo apt install python-pip
在 RHEL/CentOS 平台,使用 YUM 命令[9]安装 pip
  1. $ sudo yum install python-pip python-devel
在 Fedora 平台,使用 DNF 命令[10]安装 pip
  1. $ sudo dnf install python-pip
在 Arch Linux 平台,使用 Pacman 命令[11]安装 pip
  1. $ sudo pacman -S python-pip
在 openSUSE 平台,使用 Zypper 命令[12]安装 pip
  1. $ sudo zypper python-pip
最后,执行下面的 pip 命令安装 python-hwinfo。
  1. $ sudo pip install python-hwinfo
怎么在本地机器使用 python-hwinfo
执行下面的命令,检查本地机器现有的硬件。输出很清楚和整洁,这是我在其他命令中没有看到的。
它的输出分为了五类:
◈ Bios Info(BIOS 信息): BIOS 供应商名称、系统产品名称、系统序列号、系统唯一标识符、系统制造商、BIOS 发布日期和BIOS 版本。
◈ CPU Info(CPU 信息):处理器编号、供应商 ID,CPU 系列代号、型号、步进编号、型号名称、CPU 主频。
◈ Ethernet Controller Info(网卡信息): 供应商名称、供应商 ID、设备名称、设备 ID、子供应商名称、子供应商 ID,子设备名称、子设备 ID。
◈ Storage Controller Info(存储设备信息): 供应商名称、供应商 ID、设备名称、设备 ID、子供应商名称,子供应商 ID、子设备名称、子设备 ID。
◈ GPU Info(GPU 信息): 供应商名称、供应商 ID、设备名称、设备 ID、子供应商名称、子供应商 ID、子设备名称、子设备 ID。
  1. $ sudo hwinfo

  2. Bios Info:

  3. +----------------------+--------------------------------------+
  4. | Key                  | Value                                |
  5. +----------------------+--------------------------------------+
  6. | bios_vendor_name     | IBM                                  |
  7. | system_product_name  | System x3550 M3: -[6102AF1]-         |
  8. | system_serial_number | RS2IY21                              |
  9. | chassis_type         | Rack Mount Chassis                   |
  10. | system_uuid          | 4C4C4544-0051-3210-8052-B2C04F323132 |
  11. | system_manufacturer  | IBM                                  |
  12. | socket_count         | 2                                    |
  13. | bios_release_date    | 10/21/2014                           |
  14. | bios_version         | -[VLS211TSU-2.51]-                   |
  15. | socket_designation   | Socket 1, Socket 2                   |
  16. +----------------------+--------------------------------------+

  17. CPU Info:

  18. +-----------+--------------+------------+-------+----------+------------------------------------------+----------+
  19. | processor |  vendor_id   | cpu_family | model | stepping |                model_name                | cpu_mhz  |
  20. +-----------+--------------+------------+-------+----------+------------------------------------------+----------+
  21. |     0     | GenuineIntel |     6      |   45  |    7     | Intel(R) Xeon(R) CPU E5-1607 0 @ 3.00GHz | 1200.000 |
  22. |     1     | GenuineIntel |     6      |   45  |    7     | Intel(R) Xeon(R) CPU E5-1607 0 @ 3.00GHz | 1200.000 |
  23. |     2     | GenuineIntel |     6      |   45  |    7     | Intel(R) Xeon(R) CPU E5-1607 0 @ 3.00GHz | 1200.000 |
  24. |     3     | GenuineIntel |     6      |   45  |    7     | Intel(R) Xeon(R) CPU E5-1607 0 @ 3.00GHz | 1200.000 |
  25. |     4     | GenuineIntel |     6      |   45  |    7     | Intel(R) Xeon(R) CPU E5-2650 0 @ 2.00GHz | 1200.000 |
  26. +-----------+--------------+------------+-------+----------+------------------------------------------+----------+

  27. Ethernet Controller Info:

  28. +-------------------+-----------+---------------------------------+-----------+-------------------+--------------+---------------------------------+--------------+
  29. |    vendor_name    | vendor_id |           device_name           | device_id |   subvendor_name  | subvendor_id |          subdevice_name         | subdevice_id |
  30. +-------------------+-----------+---------------------------------+-----------+-------------------+--------------+---------------------------------+--------------+
  31. | Intel Corporation |    8086   | I350 Gigabit Network Connection |    1521   | Intel Corporation |     8086     | I350 Gigabit Network Connection |     1521     |
  32. +-------------------+-----------+---------------------------------+-----------+-------------------+--------------+---------------------------------+--------------+

  33. Storage Controller Info:

  34. +-------------------+-----------+----------------------------------------------+-----------+----------------+--------------+----------------+--------------+
  35. |    vendor_name    | vendor_id |                 device_name                  | device_id | subvendor_name | subvendor_id | subdevice_name | subdevice_id |
  36. +-------------------+-----------+----------------------------------------------+-----------+----------------+--------------+----------------+--------------+
  37. | Intel Corporation |    8086   |   C600/X79 series chipset IDE-r Controller   |    1d3c   |      Dell      |     1028     | [Device 05d2]  |     05d2     |
  38. | Intel Corporation |    8086   | C600/X79 series chipset SATA RAID Controller |    2826   |      Dell      |     1028     | [Device 05d2]  |     05d2     |
  39. +-------------------+-----------+----------------------------------------------+-----------+----------------+--------------+----------------+--------------+

  40. GPU Info:

  41. +--------------------+-----------+-----------------------+-----------+--------------------+--------------+----------------+--------------+
  42. |    vendor_name     | vendor_id |      device_name      | device_id |   subvendor_name   | subvendor_id | subdevice_name | subdevice_id |
  43. +--------------------+-----------+-----------------------+-----------+--------------------+--------------+----------------+--------------+
  44. | NVIDIA Corporation |    10de   | GK107GL [Quadro K600] |    0ffa   | NVIDIA Corporation |     10de     | [Device 094b]  |     094b     |
  45. +--------------------+-----------+-----------------------+-----------+--------------------+--------------+----------------+--------------+

怎么在远处机器上使用 python-hwinfo
执行下面的命令检查远程机器现有的硬件,需要远程机器 IP,用户名和密码:
  1. $ hwinfo -m x.x.x.x -u root -p password
如何使用 python-hwinfo 读取记录的输出
执行下面的命令,检查本地机器现有的硬件。输出很清楚和整洁,这是我在其他命令中没有看到的。
  1. $ hwinfo -f [Path to file]

Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into ...

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checkin...