Ubuntu 장착된 CPU 및 GPU 그래픽카드 확인 코드
CPU 전체 정보 확인 $ cat /proc/cpuinfo CPU 코어 수 확인 $ cat /proc/cpuinfo | grep processor | wc -l 논리 코어 수 확인 $ grep -c processor /proc/cpuinfo 물리 CPU 개수 확인 $ grep "physical id" /proc/cpuinfo | sort -u | wc -l CPU당 물리 코어 수 확인 $ grep "cpu cores" /proc/cpuinfo | tail -1 우분투 그래픽 카드 GPU 확인 방법 $ lspci | grep -i VGA 혹은 $ nvidia-smi --query | fgrep 'Product Name'
Setting/Ubuntu
2019. 5. 30. 22:20
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- error
- GPU
- 우분투
- MySQL
- ubuntu
- numpy
- Macbook
- Android
- Machine Learning
- 2-stage Detector
- Python
- git
- vscode
- CUDA
- SSH
- nerf
- Computer Vision
- Neural Radiance Field
- Docker
- Novel View Synthesis
- Anaconda
- java
- Object Detection
- nvidia
- pytorch
- Deep Learning
- 3Dvision
- nginx
- GaussianSplatting
- MacOS
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
글 보관함