# Windows Services for UNIX Version 2 # 起動が落ち着くまで待ち INTERVAL=1 CPU_LO="C:/Tool/CrystalCPUID.exe /F# /P#" CPU_HI="C:/Tool/CrystalCPUID.exe /F# /P#"
sleep 60 rm -f c:/flag/cpu_hi c:/tmp/cpu_lo while true ; do # c:/perfdatにパフォーマンスの%Processor Timeがcsv出しを指定 PERFLOG=`ls c:/perfdat/cputime_*.csv | tail -1` CPUTIME=`tail -1 $PERFLOG| sed -e 's/^.*,//g'` if ! -f c:/flag/cpu_full ; then if $CPUTIME -gt 90 ; then if ! -f c:/flag/cpu_hi ; then rm -f c:/flag/cpu_lo touch c:/flag/cpu_hi $CPU_HI fi else if ! -f c:/flag/cpu_lo ; then rm -f c:/flag/cpu_hi touch c:/flag/cpu_lo $CPU_LO fi fi fi sleep $INTERVAL done exit
OS : Windows 2000 Professional SP4 [ 5.0 Build 2195 ] Date : 2004/03/30 4:33:34
CPU Name : VIA C3 (Ezra) Vendor String : CentaurHauls Name String : VIA Ezra Architecture : x86 Process Rule : 0.13 um Platform : Socket 370 CPU Type : Original OEM processor [ 0 ] Number(Logical) : 1 Family : 6 Generation : 6 Model : 7 Stepping : 8 Feature : MMX 3DNow! PowerManagement : LongHaul
Current Original Clock : 1066.31 MHz 1066.67 MHz System Clock : 133.29 MHz 133.33 MHz System Bus : 133.29 MHz 133.33 MHz Multiplier : 8.00 8.00 Data Rate : SDR Over Clock : -0.03 %
Current Original Clock : 1066.31 MHz 1066.67 MHz System Clock : 133.29 MHz 133.33 MHz System Bus : 133.29 MHz 133.33 MHz Multiplier : 8.00 8.00 Data Rate : SDR Over Clock : -0.03 %
---------------------------------------------------------------- Chipset Information ---------------------------------------------------------------- Chipset : Intel 440BX/ZX/DX North Bridge : [8086:7190.03] Intel 82443BX/ZX/DX South Bridge : [8086:7110.02] Intel 82371AB/EB/MB (PIIX4) Video Chip : [1002:4742.5C] ATI 3D Rage Pro AGP 1x/2x