Created
July 21, 2017 03:36
-
-
Save broxio/558daf1cc57a4886d2b6f92f5e3d95b5 to your computer and use it in GitHub Desktop.
synology ds916+ speed test. with WD Red Pro.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| admin@NAS02:/$ sudo sync; sudo dd if=/dev/zero of=tempfile bs=1M count=1024; sudo sync | |
| 1024+0 records in | |
| 1024+0 records out | |
| 1073741824 bytes (1.1 GB) copied, 7.27588 s, 148 MB/s | |
| admin@NAS02:/$ sudo dd if=tempfile of=/dev/null bs=1M count=1024 | |
| 1024+0 records in | |
| 1024+0 records out | |
| 1073741824 bytes (1.1 GB) copied, 0.710544 s, 1.5 GB/s | |
| admin@NAS02:/$ sudo /sbin/sysctl -w vm.drop_caches=3 | |
| vm.drop_caches = 3 | |
| admin@NAS02:/$ sudo dd if=tempfile of=/dev/null bs=1M count=1024 | |
| 1024+0 records in | |
| 1024+0 records out | |
| 1073741824 bytes (1.1 GB) copied, 4.87867 s, 220 MB/s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment