One Comment

  1. I got my touch on another server for shared hosting in DreamHost and run the `dd` test again. The results show higher write and read throughput on this server as follows.

    ericzma@situla:~$ dd if=/dev/zero of=./testfile bs=512M count=1 oflag=direct
    1+0 records in
    1+0 records out
    536870912 bytes (537 MB) copied, 6.95622 s, 77.2 MB/s
    ericzma@situla:~$ time mv testfile /dev/shm/
    
    real	0m4.190s
    user	0m0.016s
    sys	0m2.452s
    

    My guess is that this server is not as busy as the previous server I tested in the post.

Leave a Reply

Your email address will not be published. Required fields are marked *