Linux System에서는 아래와 같이 dmidecode 및 lspci 명령을 통해 PCI Slot 정보를 확인 가능하다. 1. 전체 PCI Slot 수와 Slot Type 확인 [root@TestDB01 ~]# dmidecode -t slot | grep Type | wc -l 16 [root@TestDB01 ~]# [root@TestDB01 ~]# dmidecode -t slot | grep Type Type: x4 PCI Express Gen 2 x8 Type: x4 PCI Express Gen 2 x8 Type: x8 PCI Express Gen 2 x16 Type: x4 PCI Express Gen 2 x8 Type: x8 PCI Express Gen 2 x16 Type: x4 PCI Expr..
1. Linux CPU 가상 core를 (Intel Hyperthread) 포함한 전체 Core 수 확인 [root@marine1 ~]# [root@marine1 ~]# cat /proc/cpuinfo | grep process | wc -l 128 [root@marine1 ~]# dmidecode -t processor | grep "Thread Count" Thread Count: 16 Thread Count: 16 Thread Count: 16 Thread Count: 16 Thread Count: 16 Thread Count: 16 Thread Count: 16 Thread Count: 16 [root@marine1 ~]# 2. CPU 이하 실제 물리적인 Core 수 확인 [root@marine1..
※ 제조사, 모델, 시리얼등 다양한 하드웨어 정보 확인 가능 [root@TEST01 ~]# [root@TEST01 ~]# [root@TEST01 ~]# dmidecode | egrep 'Product Name|Vendor' Vendor: HP Product Name: ProLiant DL980 G7 [root@TEST01 ~]# [root@TEST01 ~]# [root@TEST01 ~]# [root@TEST01 ~]# dmidecode | more # dmidecode 2.11 SMBIOS 2.7 present. 180 structures occupying 5330 bytes. Table at 0xBFFEB000. Handle 0x0000, DMI type 0, 24 bytes BIOS Informati..