Difference between revisions of "UIO-4040"
From ESS-WIKI
(Created page with " == '''Specifications (產品規格)''' == '''File:UIO-4040 info.PNG''' == '''RSB-3430 Testing method (RSB-3430 測試方法)''' == == '''RSB-3720 Testing metho...") |
|||
Line 2: | Line 2: | ||
== '''Specifications (產品規格)''' == | == '''Specifications (產品規格)''' == | ||
− | '''[[File:UIO-4040 info.PNG]]''' | + | '''[[File:UIO-4040 info.PNG|RTENOTITLE]]''' |
== '''RSB-3430 Testing method (RSB-3430 測試方法)''' == | == '''RSB-3430 Testing method (RSB-3430 測試方法)''' == | ||
− | + | TEST Disk WRITE Speed | |
+ | <pre>$ sync; dd if=/dev/zero of=/dev/sda1 bs=1M count=1024; sync | ||
+ | 1024+0 records in | ||
+ | 1024+0 records out | ||
+ | 1073741824 bytes (1.1 GB) copied, 3.28696 s, '''327 MB/s'''</pre> | ||
+ | |||
+ | TEST Disk READ Speed | ||
+ | <pre>$ dd if=/dev/sda1 of=/dev/null bs=1M count=1024 | ||
+ | 1024+0 records in | ||
+ | 1024+0 records out | ||
+ | 1073741824 bytes (1.1 GB) copied, 0.159273 s, '''6.7 GB/s'''</pre> | ||
== '''RSB-3720 Testing method (RSB-3720 測試方法)''' == | == '''RSB-3720 Testing method (RSB-3720 測試方法)''' == | ||
+ | |||
+ | TEST Disk WRITE Speed | ||
+ | <pre>$ sync; dd if=/dev/zero of=/dev/sda1 bs=1M count=1024; sync | ||
+ | 1024+0 records in | ||
+ | 1024+0 records out | ||
+ | 1073741824 bytes (1.1 GB) copied, 3.28696 s, '''327 MB/s'''</pre> | ||
+ | |||
+ | TEST Disk READ Speed | ||
+ | <pre>$ dd if=/dev/sda1 of=/dev/null bs=1M count=1024 | ||
+ | 1024+0 records in | ||
+ | 1024+0 records out | ||
+ | 1073741824 bytes (1.1 GB) copied, 0.159273 s, '''6.7 GB/s'''</pre> |
Revision as of 07:20, 1 December 2022
Specifications (產品規格)
RSB-3430 Testing method (RSB-3430 測試方法)
TEST Disk WRITE Speed
$ sync; dd if=/dev/zero of=/dev/sda1 bs=1M count=1024; sync 1024+0 records in 1024+0 records out 1073741824 bytes (1.1 GB) copied, 3.28696 s, '''327 MB/s'''
TEST Disk READ Speed
$ dd if=/dev/sda1 of=/dev/null bs=1M count=1024 1024+0 records in 1024+0 records out 1073741824 bytes (1.1 GB) copied, 0.159273 s, '''6.7 GB/s'''
RSB-3720 Testing method (RSB-3720 測試方法)
TEST Disk WRITE Speed
$ sync; dd if=/dev/zero of=/dev/sda1 bs=1M count=1024; sync 1024+0 records in 1024+0 records out 1073741824 bytes (1.1 GB) copied, 3.28696 s, '''327 MB/s'''
TEST Disk READ Speed
$ dd if=/dev/sda1 of=/dev/null bs=1M count=1024 1024+0 records in 1024+0 records out 1073741824 bytes (1.1 GB) copied, 0.159273 s, '''6.7 GB/s'''