Difference between revisions of "UIO-4040TEST"
From ESS-WIKI
Line 29: | Line 29: | ||
|- | |- | ||
| style="width:80%; vertical-align: top;padding-left: 5px;" | | | style="width:80%; vertical-align: top;padding-left: 5px;" | | ||
− | {| border=" | + | {| border="0" cellpadding="5" cellspacing="0" style="width:100%;" |
|- | |- | ||
| style="width:15%;min-width:120px;vertical-align: top;padding-left:5px;line-height:20px;background-color: rgb(54, 100, 177);color:#ffffff;" | P/N | | style="width:15%;min-width:120px;vertical-align: top;padding-left:5px;line-height:20px;background-color: rgb(54, 100, 177);color:#ffffff;" | P/N |
Revision as of 08:53, 27 June 2023
[edit]
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'''
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'''