Difference between revisions of "UIO-4040TEST"
From ESS-WIKI
Line 28: | Line 28: | ||
| style="width:40%;vertical-align: top;line-height:20px;padding-bottom:5px;line-height:20px;color: #4e62a1;font-weight: bold;padding-left: 5px;" | '''Ordering Information''' | | style="width:40%;vertical-align: top;line-height:20px;padding-bottom:5px;line-height:20px;color: #4e62a1;font-weight: bold;padding-left: 5px;" | '''Ordering Information''' | ||
|- | |- | ||
− | | style="width:80%; vertical-align: top;padding-left: 5px | + | | style="width:80%; vertical-align: top;padding-left: 5px;" | |
− | {| border=" | + | {| border="1" cellpadding="5" cellspacing="0" style="width:100%;border:solid 1px #ffffff;" |
|- | |- | ||
| 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'''