하드웨어 정보 확인  

CPU, 메모리, I/O슬롯, 파워, 하드웨어 LED 상태, CPU 온도, PROM 버전 

> prtdiag -v | more 

System Configuration: VMware, Inc. VMware Virtual Platform 
BIOS Configuration: Phoenix Technologies LTD 6.00 07/02/2015 

==== Processor Sockets ==================================== 

Version                          Location Tag 
-------------------------------- -------------------------- 
AMD Ryzen 5 2400G with Radeon Vega Graphics CPU #000 

==== Memory Device Sockets ================================ 

Type    Status Set Device Locator      Bank Locator 
------- ------ --- ------------------- -------------------- 
DRAM    in use 0   RAM slot #0         RAM slot #0 
DRAM    empty  0   RAM slot #1         RAM slot #1 
DRAM    empty  0   RAM slot #2         RAM slot #2 
DRAM    empty  0   RAM slot #3         RAM slot #3 
....  

==== On-Board Devices ===================================== 
VMware SVGA II 
ES1371 

==== Upgradeable Slots ==================================== 

ID  Status    Type             Description 
--- --------- ---------------- ---------------------------- 
0   unknown   ISA              ISA Slot J8 
0   unknown   ISA              ISA Slot J9 
0   unknown   ISA              ISA Slot J10 
1   in use    PCI              PCI Slot J11 
2   in use    PCI              PCI Slot J12 
3   in use    PCI              PCI Slot J13 
4   available PCI              PCI Slot J14 
# 

 






CPU 정보 보기

> psrinfo

0       온라인    07/08/2019 16:31:40 이후 



> psrinfo -v

가상 프로세서 0개의 상태: 07/08/2019 23:56:24 

온라인(07/08/2019 16:31:40 이후). 

i386 프로세서는 3600 MHz로 작동합니다., 

i387 compatible 부동점 프로세서가 있습니다. 







메모리 정보 보기 

 

 

-- 메모리 슬롯 

 

> prtdiag -v 

... 
==== Memory Device Sockets ================================ 

Type    Status Set Device Locator      Bank Locator 
------- ------ --- ------------------- -------------------- 
DRAM    in use 0   RAM slot #0         RAM slot #0 
DRAM    empty  0   RAM slot #1         RAM slot #1 
DRAM    empty  0   RAM slot #2         RAM slot #2 
DRAM    empty  0   RAM slot #3         RAM slot #3 
....  

 



-- 물리 메모리 사이즈 

 

> prtconf | grep Mem

Memory size: 2048 Megabytes 








스왑 용량 확인 

1 블록 : 512 byte 

블록사이즈이기 때문에 나누기 2를 함. 


> swap -l 

swapfile             dev  swaplo 블록   사용 가능 

/dev/dsk/c0d0s1     102,1       8 1076344 1076344 




> swap -s  

총: 41980k 바이트 할당 + 10112k 예약 = 52092k 사용, 2055616k 사용 가능 







하드 디스크 정보 

 

 

> iostat -En 

c0d0             Soft Errors: 0 Hard Errors: 0 Transport Errors: 0 
Model: VMware Virtual  Revision:  Serial No: 000000000000000 Size: 17.18GB <17179706880 bytes> 
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0 
Illegal Request: 0 

c1t0d0           Soft Errors: 0 Hard Errors: 0 Transport Errors: 0 
Vendor: NECVMWar Product: VMware IDE CDR10 Revision: 1.00 Serial No: 

Size: 0.00GB <0 bytes> 
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0 
Illegal Request: 2 Predictive Failure Analysis: 0 

E : 모든 장치의 에러 통계   
n : 장치 이름 보기  



에러 요약

> iostat -en  

  ---- errors ---
  s/w h/w trn tot device
    0   0   0   0 c0d0
    0   0   0   0 c1t0d0

 

e : 장치 에러 요약. 

 

 

s/w    : 소프트웨어상 문제  

 

h/w   : 하드웨어 에러  

 

trn    : SCSI 접촉 불량 등..  

 

tot    : 에러 총 개수 

 

블로그 이미지

나무뚱이

,