os 종류1 자주 사용하는 서버 스펙 확인 명령 ## 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/b.. 2016. 11. 4. 이전 1 다음