Results 1 to 25 of 1090

Thread: IntelBurnTest - The new stress-testing program

Threaded View

  1. #10
    Registered User
    Join Date
    Dec 2008
    Posts
    24
    Here is my idea to combine setfsb and ibt. Ibt outputs tmpOut and then this ahk script decides to lower fsb, and outputs tmpOut1 with Mhz/Loops.

    ht2=334
    tt2=60
    ts0=D:\p2\IntelBurnTest\tmpOut

    FileGetSize, ts1, %ts0%
    Loop
    {
    FileGetSize, ts2, %ts0%
    if (ts2>ts1)
    {
    Loop, read, %ts0%
    to1 := A_LoopReadLine
    StringRight, to3, to1, 13
    Loop, read, %ts0%
    {
    to2 := A_LoopReadLine
    StringRight, to4, to2, 13
    to9+=1
    if (to4=to3)
    to5+=1
    else
    to5:=0
    }

    if (to5=1 and to9>20 or tt1>tt2)
    {
    ControlClick, X425 Y156, SetFSB
    ControlClick, X316 Y177, SetFSB
    if to7>1
    FileAppend, %c17%`t%c31%`t%to7%`n, %ts0%1
    if to7=1
    FileAppend, %c17%`n, %ts0%1
    ht2:=ht1
    }
    if (to5>1 and ht1<ht2-1)
    {
    ControlClick, X465 Y156, SetFSB
    ControlClick, X316 Y177, SetFSB
    }

    FileRead, to8, %ts0%1
    TrayTip,, %c17%`t%c31%`t%to5%`t%to9%`n%to8%
    to7:=to5
    to5:=0
    to9:=0
    ts1:=ts2
    }

    ControlGetText, s31, Static31, CPU-Z
    StringLeft, c31, s31, 5
    ControlGetText, s17, Static17, CPU-Z
    StringLeft, c17, s17, 5
    ControlGetText, s133, Static133, SetFSB
    StringLeft, ht1, s133, 3
    ControlGetText, s23, Static23, Core Temp
    StringMid, tt1, s21, 2, 2
    sleep, 2000
    }
    The first run, week ago crashed at 199 loops 273.1Mhz
    Then my cpu degraded, because of 24 hour ibt at 1.5v, currently 270.5Mhz 190loops stable.

    272.6 1.184 7
    272.3
    274.2 1.184 22
    273.9
    273.5 1.184 12
    273.1
    272.7 1.184 13
    272.3
    271.8 1
    271.4

    http://img218.imageshack.us/img218/1605/271190lra5.gif

    Last edited by koltbuut; 12-10-2008 at 10:51 PM.

Tags for this Thread

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •