티스토리 뷰

dmidecode는 시스템 정보를 수집 및 확인 시켜주는 툴이다.

 

참조 : http://www.nongnu.org/dmidecode/

 

사이트에 보면 아래 OS를 지원할 수 있다고 되어 있다.

 

  • Linux i386, x86-64, ia64
  • FreeBSD i386, amd64
  • NetBSD i386, amd64
  • OpenBSD i386, amd64
  • BeOS i386
  • Cygwin i386
  • Solaris x86Haiku i586

 

dmidecode-2.12.tar.gz

 

소스 설치 할 때는 make, make install 만 하면 된다.

 

[root@boanhack ~]# dmidecode -h
Usage: dmidecode [OPTIONS]
Options are:
 -d, --dev-mem FILE     Read memory from device FILE (default: /dev/mem)
 -h, --help             Display this help text and exit
 -q, --quiet            Less verbose output
 -s, --string KEYWORD   Only display the value of the given DMI string
 -t, --type TYPE        Only display the entries of given type
 -u, --dump             Do not decode the entries
     --dump-bin FILE    Dump the DMI data to a binary file
     --from-dump FILE   Read the DMI data from a binary file
 -V, --version          Display the version and exit

 

 

시스템 H/W 벤더 확인하기

 

[root@boanhack ~]# dmidecode -s system-product-name
IBM System x3650

 

시스템 프로세스 확인하기

-t 옵션은 Type 또는 Information 값을 넣어 주면 된다.

 

[root@gedunms ~]# dmidecode -t 4
# dmidecode 2.11
SMBIOS 2.4 present.

Handle 0x000D, DMI type 4, 35 bytes
Processor Information
        Socket Designation: CPU 1
        Type: Central Processor
        Family: Xeon
        Manufacturer: GenuineIntel
        ID: 76 06 00 00 01 03 00 00
        Signature: Type 0, Family 6, Model 7, Stepping 6
        Flags:
                FPU (Floating-point unit on-chip)
                CX8 (CMPXCHG8 instruction supported)
                APIC (On-chip APIC hardware supported)
        Version: Intel Xeon
        Voltage: 1.2 V
        External Clock: 266 MHz
        Max Speed: 3733 MHz
        Current Speed: 3000 MHz
        Status: Populated, Enabled
        Upgrade: ZIF Socket
        L1 Cache Handle: 0x0009
        L2 Cache Handle: 0x000A
        L3 Cache Handle: Not Provided
        Serial Number: Not Specified
        Asset Tag: Not Specified
        Part Number: Not Specified

Handle 0x000E, DMI type 4, 35 bytes
Processor Information
        Socket Designation: CPU 2
        Type: Central Processor
        Family: Xeon
        Manufacturer: GenuineIntel
        ID: 76 06 00 00 01 03 00 00
        Signature: Type 0, Family 6, Model 7, Stepping 6
        Flags:
                FPU (Floating-point unit on-chip)
                CX8 (CMPXCHG8 instruction supported)
                APIC (On-chip APIC hardware supported)
        Version: Intel Xeon
        Voltage: 1.2 V
        External Clock: 266 MHz
        Max Speed: 3733 MHz
        Current Speed: 3000 MHz
        Status: Populated, Enabled
        Upgrade: ZIF Socket
        L1 Cache Handle: 0x000B
        L2 Cache Handle: 0x000C
        L3 Cache Handle: Not Provided
        Serial Number: Not Specified
        Asset Tag: Not Specified
        Part Number: Not Specified

 

 

자세한 건 하단 Man 페이지 확인해 보자

 

 

 

'Study > System' 카테고리의 다른 글

[Ubuntu]Security Onion 12.04 Update  (0) 2014.02.03
메모리 보호 기법 설정 및 해제(Linux)  (0) 2013.12.04
openssl을 통한 인증서 발급  (0) 2013.11.14
syslog-ng on Centos 6.4  (0) 2013.11.14
GCC Version Upgrade(v4.8.2)  (0) 2013.11.14
댓글