MonkeyTest
MonkeyTest copied to clipboard
A disk benchmark to test your HDD/SSD read-write speed in Python
``` Reading: 100.00 %Traceback (most recent call last): File "./monkeytest.py", line 193, in main() File "./monkeytest.py", line 189, in main benchmark.print_result() File "./monkeytest.py", line 165, in print_result max=self.read_block_b / (1024...
On Windows: Writing: 100.00 % Written 128 MB in 11.9467 s Write speed is 10.71 MB/s max: 12.56, min: 8.41 Read 74 x 512 B blocks in 0.0303 s Read...
For read-block-size and write-block-size, the code states 'The block size for writing in bytes' where is should state 'The block size for writing in kilobytes'
- whether file being written already exists - could it be written - if test parameters make sense (WRITE_MB != 0 etc) - etc...