Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- IntelliJ
- tomcat
- Windows 10
- xargs
- bash
- vscode
- Quartz
- VirtualBox
- JavaScript
- netsh
- Mac
- profile
- resource
- 네트워크
- Source
- find
- plugin
- import
- grep
- 단축키
- GIT
- Eclipse
- context
- port
- 줄바꿈 문자
- maVen
- lsof
- web.xml
- Windows
- ssh
Archives
- Today
- Total
develog
CPU 정보 본문
CPU 정보
cat /proc/cpuinfo
가상 CPU 코어 수
grep -c processor /proc/cpuinfo
물리 CPU 코어 수
grep -c 'physical id' /proc/cpuinfo
물리 CPU 수
tail -n 20 /proc/cpuinfo | grep 'physical id' | awk '{print $4+1}'
'OS & Shell > Linux' 카테고리의 다른 글
[linux] 아파치 웹서버 동시접속 세션수 확인 (0) | 2012.04.12 |
---|---|
리눅스 명령어 요약정리 (0) | 2012.04.12 |
램 용량 확인 (0) | 2012.04.10 |
Linux 버전 확인 (0) | 2012.04.10 |
리눅스 정리 (0) | 2012.03.28 |
Comments