OS
lsb_release -a
CUDA 및 GPU 관련 명령어
- CUDA-toolkit version 확인
nvcc -V
- GPU driver version 확인
nvidia-smi
CPU
lscpu
IP (이더넷)
ifconfig
# sudo apt-get install ethtool
ethtool eno2(확인하고자 하는 이더넷)
RAM
free -h
Storage
df -h
'환경 설정' 카테고리의 다른 글
가상환경 (설치, 삭제, 목록확인) (0) | 2021.07.09 |
---|