티스토리 뷰


 



## Kernel 확인

[]# uname -r


## OS 종류 및 버전 

[]# cat /etc/*-release | uniq


## CPU 당 Core 개수

[]# grep 'cpu cores' /proc/cpuinfo | tail -1


## 전체 Core 개수

[]# grep ^processor /proc/cpuinfo | wc -l


## 메모리 용량

[]# cat /proc/meminfo | grep MemTotal


## SAS 확인

[]# lspci | grep -i sas


NOTE! lspci 명령어가 없다면 yum install pciutils 를 통해 설치가 가능합니다.


## SATA 확인

[]# lspci | grep -i sata


## SSD 확인 (0: SSD, 1: HDD)

[]# cat /sys/block/sda/queue/rotational


## HDD 용량

[]# fdisk -l