참고 : 




1. 버전정보 


$cat /proc/version

$uname -a


2. CPU 정보

$cat /proc/cpuinfo


3. CPU 온도체크

$vcgencmd measure_temp    //CPU 온도


$vcgencmd get_mem arm    //ARM 메모리 크기


$vcgencmd get_mem gpu    //GPU 메모리 크기


4. OS 정보 (여기서 stretch가 OS 이름임)

$cat /etc/os-release



+ Recent posts