Difference between revisions of "UIO-4040TEST"
From ESS-WIKI
Line 24: | Line 24: | ||
| | ||
− | {| border=" | + | {| border="0" cellpadding="0" cellspacing="0" style="width:100%;" |
|- | |- | ||
| 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:solid 1px #ffffff;" | |
{| border="0" cellpadding="5" cellspacing="0" style="width:100%;" | {| border="0" cellpadding="5" cellspacing="0" style="width:100%;" | ||
|- | |- |
Revision as of 08:51, 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'''