View Single Post
Old 17th October 2019, 15:49   #17537  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,815
Quote:
Originally Posted by Pauly Dunne View Post
WD Greens in Raid 0 for Temp, some Chinese SSD for the Encodes.

That's all I had, spare.
Could you test your SSD/HDD in my benchmark tool?
http://www.mediafire.com/file/i630b6...Tester.7z/file

Results on my 5 years old 120GB SSD (MLC)


It is a command line tool. Use these switches

Code:
IOSpeedTester.exe --test-location "X:\" --transfer-size 120GIB --log-file "C:\users\%username%\Desktop\MyLog.csv"
Where X is a drive letter of your drive.

Upload MyLog.csv somewhere.

full help
Code:
IOSpeedTester v1.0 by Atak_Snajpera
Syntax: IOSpeedTester [options]

Options:
    --help                       Show this help text and exit
    --test-location <string>     Folder where test files will be stored
    --threads <1..64>            Number of working threads. [1]
    --buffer-size <1KiB..64MiB>  Write/Read buffer size. [16MiB]
    --transfer-size <integer>    Amount of bytes to transfer. [1GiB]
    --buffered-io                Enables IO buffering in RAM. [Unbuffered]
    --log-file <string>          Log information to specific file. [None]
    --write-only                 Performs write test only. [Write+Read]

Example usage:

    Sequential Test with logging to a file
        IOSpeedTester --test-location "%temp%" --log-file "MyLog.csv"

    MIN IOPS Test
        IOSpeedTester --test-location "%temp%" --buffer-size 4KiB

    MAX IOPS Test
        IOSpeedTester --test-location "%temp%" --buffer-size 4KiB --threads 64

Last edited by Atak_Snajpera; 17th October 2019 at 15:56.
Atak_Snajpera is offline   Reply With Quote