What's your memory assessment speed ?

Page 12 of 15 FirstFirst ... 21011121314 ... LastLast

  1. Posts : 873
    Windows 11 x64 23H2 (22631.3527)
       #111

    Memory Assessment Script


    Here are the results for my Kingston HyperX Fury 2400MHz 1.2V 8GB kit.

    Bclk 100MHz, XMP on, Memory Try It! @ 2666MHz, 15-16-16-36-347-2T, 1.35V
    What's your memory assessment speed ?-screenshot-90-.png

    Bclk 102.7Mhz, XMP on, Memory Try It! @ 3000Mhz, Memory adjusted to 3200MHz, 16-17-17-36-416-2T, 1.4V
    What's your memory assessment speed ?-screenshot-95-.png

    Here is the script I made to run the memory assessment:
    Code:
    @echo off
    COLOR 02
    :: System memory performance assessment script.
    :: Hendrik Vermaak, 25 January 2018
    :: Check for administrative permissions 
    (cd /d "%~dp0")&&(NET FILE||(powershell start-process -FilePath '%0' -verb runas)&&(exit /B)) >NUL 2>&1
    setlocal ENABLEDELAYEDEXPANSION
    pushd "%~dp0"
    :: Set current directory
    for /F "eol= delims=~" %%d in ('CD') do set curdir=%%d
    pushd %curdir%
    for /F "tokens=* skip=1" %%n in ('wmic MemoryChip get speed ^| findstr "."') do (set speed=%%n)
    :: Main Script
    echo.
    echo Busy running system memory performance assessment...
    echo.
    echo Please wait...
    :: System memory performance assessment - Multi thread
    winsat mem > %temp%\Multi_Thread_Assessment.txt
    for /f "tokens=3* delims= " %%a in ('find /n /v "" ^< "%temp%\Multi_Thread_Assessment.txt" ^| findstr "^\[6\]" ') do (set "mt=%%b")
    if exist "%temp%\Multi_Thread_Assessment.txt" ( del "%temp%\Multi_Thread_Assessment.txt" ) 
    echo "%mt%" > "%temp%\mt.txt"
    FOR /f "tokens=*" %%a IN (%temp%\mt.txt) do ( set multi=%%a )
    if exist "%temp%\mt.txt" ( del "%temp%\mt.txt" ) 
    cls
    echo.
    echo Busy running system memory performance assessment...
    echo.
    echo Almost done...
    :: System memory performance assessment - Single thread
    winsat mem -up > %temp%\Single_Thread_Assessment.txt
    for /f "tokens=3* delims= " %%a in ('find /n /v "" ^< "%temp%\Single_Thread_Assessment.txt" ^| findstr "^\[6\]" ') do (set "st=%%b")
    if exist "%temp%\Single_Thread_Assessment.txt" ( del "%temp%\Single_Thread_Assessment.txt" ) 
    echo "%st%" > "%temp%\st.txt"
    FOR /f "tokens=*" %%a IN (%temp%\st.txt) do ( set single=%%a )
    if exist "%temp%\st.txt" ( del "%temp%\st.txt" ) 
    cls
    echo.
    echo System memory performance assessment completed...
    timeout /t 3 /nobreak >NUL 2>&1
    cls
    echo.
    echo System memory performance assessment results:
    timeout /t 2 /nobreak >NUL 2>&1
    echo.
    echo Multi thread @ %speed:~,4%MHz 
    echo %multi:~1,13%
    timeout /t 1 /nobreak >NUL 2>&1
    echo. 
    echo Single thread @ %speed:~,4%MHz
    echo %single:~1,13%
    timeout /t 1 /nobreak >NUL 2>&1
    echo.
    echo.
    echo.
    echo.
    choice /C:YN /M "Save a copy of the results to the current directory of this script?"
    if errorlevel 2 goto no
    if errorlevel 1 goto yes
    :yes
    ( echo.
    echo System memory performance assessment results:
    echo.
    echo Multi thread @ %speed:~,4%MHz
    echo %multi:~1,13%
    echo.
    echo Single thread @ %speed:~,4%MHz
    echo %single:~1,13%
    echo.
     ) > %curdir%\System_Memory_Performance_Assessment_Results.txt
    timeout /t 1 /nobreak >NUL 2>&1
    :no
    timeout /t 1 /nobreak >NUL 2>&1
    echo.
    echo.
    echo Please press any key to exit...
    pause>nul
      My Computer


  2. Posts : 56,830
    Multi-boot Windows 10/11 - RTM, RP, Beta, and Insider
       #112

    System memory performance assessment results:

    Multi thread @ 2667MHz
    34113.67 MB/s

    Single thread @ 2667MHz
    30704.04 MB/s

    What's your memory assessment speed ?-2018-01-25_19h57_36.png
      My Computers


  3. Posts : 873
    Windows 11 x64 23H2 (22631.3527)
       #113

    f14tomcat said:
    System memory performance assessment results:

    Multi thread @ 2667MHz
    34113.67 MB/s

    Single thread @ 2667MHz
    30704.04 MB/s
      My Computer


  4. Posts : 56,830
    Multi-boot Windows 10/11 - RTM, RP, Beta, and Insider
       #114

    Polo6RGTI said:
    Forgot to add that was with BIOS set XMP2 @ OC 4.80GHz.
      My Computers


  5. Posts : 7,724
    3-Win-7Prox64 3-Win10Prox64 3-LinuxMint20.2
    Thread Starter
       #115

    Hi,
    3600C16 tuned timings

    What's your memory assessment speed ?-winsat-mem-3600c16-tuned.png
      My Computers


  6. Posts : 7,724
    3-Win-7Prox64 3-Win10Prox64 3-LinuxMint20.2
    Thread Starter
       #116

    Hi,
    4k needs tuning probably
    What's your memory assessment speed ?-winsat-mem-4k-needs-tuning.png
      My Computers


  7. Posts : 4,594
    Windows 10 Pro
       #117

    If I could hit 84,000 I`d be ecstatic.
      My Computers


  8. Posts : 7,724
    3-Win-7Prox64 3-Win10Prox64 3-LinuxMint20.2
    Thread Starter
       #118

    AddRAM said:
    If I could hit 84,000 I`d be ecstatic.
    Hi,
    Timings and voltages are posted already more than I had when I started

    https://www.tenforums.com/attachment...over-night.png
      My Computers


  9. Posts : 4,594
    Windows 10 Pro
       #119

    OK, thanks again Mike
      My Computers


  10. Posts : 7,724
    3-Win-7Prox64 3-Win10Prox64 3-LinuxMint20.2
    Thread Starter
       #120

    Hi,
    No problem also note i'm at 4.8 too
    Got 90741 second run dropped 200 though :/
    What's your memory assessment speed ?-winsat-mem-4k-tweaked-90741-dropped-200.png
      My Computers


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 17:56.
Find Us




Windows 10 Forums