티스토리 뷰
반응형
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' 카테고리의 다른 글
Ubuntu 장착된 그래픽카드 확인 명령어 (0) | 2019.10.26 |
---|---|
Ubuntu 우분투 한글 폴더 이름 영어로 바꾸기 (1) | 2019.10.26 |
Ubuntu Cuda 버전 확인 코드 (0) | 2019.05.30 |
Ubuntu 에서 GPU 그래픽카드 사용상태 확인 (4) | 2019.05.07 |
[Ubuntu] 크롬 원격데스크톱 화면 안뜨는 오류 (0) | 2019.04.19 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 우분투
- 2-stage Detector
- MacOS
- java
- Novel View Synthesis
- git
- SSH
- Python
- nerf
- Object Detection
- Computer Vision
- nginx
- Deep Learning
- nvidia
- Android
- Docker
- 3Dvision
- ubuntu
- CUDA
- Neural Radiance Field
- GaussianSplatting
- error
- Macbook
- MySQL
- GPU
- Machine Learning
- vscode
- Anaconda
- numpy
- pytorch
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함