Difference between revisions of "UIO-4040TEST"
From ESS-WIKI
Line 2: | Line 2: | ||
{| border="0" cellpadding="5" cellspacing="0" style="width:100%;" | {| border="0" cellpadding="5" cellspacing="0" style="width:100%;" | ||
|- | |- | ||
− | | style="width: 20%;text-align: center;vertical-align: top;" | [[File:UIO-4040 290.jpg|RTENOTITLE]] | + | | style="width: 20%;text-align: center;vertical-align: top;" | [[File:UIO-4040 290.jpg|290px|RTENOTITLE]] |
| style="width:80%; vertical-align: top;padding-left: 5px;" | | | style="width:80%; vertical-align: top;padding-left: 5px;" | | ||
{| border="0" cellpadding="5" cellspacing="0" style="width:100%;" | {| border="0" cellpadding="5" cellspacing="0" style="width:100%;" |
Revision as of 16:45, 24 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'''