- Windows
- cup 정보
- Windows 작업관리자 (ctrl + shift + esc)
- Memory 정보
- Windows 작업관리자 (ctrl + shift + esc)
- IP 정보
- ipconfig
- 포트 정보
- cmd> netstat -an | moew
- HP-UX
- OS 정보
- $> uname –a
- cup 정보
- CPU의 개수 확인
$> ioscan -fknC processor | grep processor | wc –l
* /usr/sbin 밑에 존재하고 root권한으로 실행해야 함. - Memory 정보
$> dmesg
* 하단의 Memory Information : Physical: ○○○○○○○ Kbyte 에서 확인할 수 있다
* root권한으로 실행해야 함.
* 참조 : 아래와 같이 두 명령어를 입력해도 확인할 수 있다.
$> value=`dmesg | grep Physical | grep Kbytes |awk '{print $2}'`
$> expr $value / 1024 - IP 정보
$> vi /etc/rc.config.d/netconf - 포트 정보
$> netstat -an |grep {port number} - 디스크 용량정보
$> df -k
*sam을 쓰면 확실한 정보를 얻을 수 있지만 root 권한에서만 사용할 수 있다. - Solaris
- OS 정보
- $> uname -a
- cup 정보
- Cpu의 개수 확인
- $> psrinfo | wc –l
- CPU의 정보 확인 및 메모리확인
- $> prtconf | more
- Memory 정보
- $> prtconf | more
- IP 정보
- $> ifconfig –a
- 포트 정보
- $> netstat -an | grep {port number}
- 디스크 용량
- $> df –k
- AIX
- cup 정보
- $> prtconf | more
- cpu 사양
- $> lsattr -El <cpuid>
- memory
- $> lsattr -El sys0 -a realmem
- IP 정보
- $> ifconfig –a
- $> prtconf | more
- 포트 정보
- $> netstat -an |grep {port number}
- 디스크 용량정보
- $> df -k
- Linux
- cup
- $> cat /proc/cpuinfo
- 디스크
- $> df -k
- Cent Os
- Version
- $> cat /etc/redhat-release
2010년 8월 24일 화요일
OS 시스템 정보 확인 명령어 모음
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기