testdiskspeed
v24.3
bool testdiskspeed(
string dirPath,
int writeBufferSize,
int maxFileSize,
int timeout,
);
The function writes data to a file until either the maximum file size is reached or the timeout period expires.
(string)
- The path to the directory where the test file will be created.(int)
- The size of the buffer used for writing data to the file (in KiB).(int)
- The maximum size of the file to be created (in GiB).(int)
- Test timeout (in seconds).(int)
- Written data size (in MiB).(int)
- Test duration (in milliseconds).