반응형 확인2 리눅스 레이드 정보 확인 방법 /home> cat /proc/driver/cciss/cciss0 cciss0: HP Smart Array E200 Controller Board ID: sdfqwdfasdgqefsadfasdfqwdfasdg Firmware Version: 1.72 IRQ: 90 Logical drives: 1 Sector size: 8192 Current Q depth: 0 Current # commands on controller: 0 Max Q depth since init: 142 Max # commands on controller since init: 175 Max SG entries since init: 31 Sequential access devices: 0 cciss/c0d0: 146.77GB RAID 1.. 2012. 4. 4. LINUX 시스템 정보 확인 스크립트? 명령어? # Network Inbound / Outbound cat /proc/net/dev | grep $ETH_TYPE | cut -f2 -d: | awk '{print $1, $9}'` # CPU value cat /proc/stat | grep -e '^cpu ' | grep -v grep | awk '{print $0}' > cpudata # Load Average cat /proc/loadavg | awk '{print $1}' # IO read / write df . | grep '/' | awk '{print $1}' | cut -d'/' -f3- iostat $home -d 1 1 | grep $home | awk '{print $3, $4}' # Free / Swap memory totalMem.. 2012. 3. 20. 이전 1 다음 반응형