Inzwischen hatte der Support ein Einsehen und hat meine Maschine auf einen anderen Host geschoben...und siehe da. Die Lesegeschwindigkeit hat sich wieder normalisiert 
root@mail:~/downloads/iobench# ./iobench.sh --megabytes 1024 --sync
Target directory: .
Testfile size: 1024 x 1 Megabyte
1. Write benchmark without cache
1073741824 Bytes (1,1 GB, 1,0 GiB) kopiert, 9,7475 s, 110 MB/s
2. Write benchmark with cache
1073741824 Bytes (1,1 GB, 1,0 GiB) kopiert, 5,9998 s, 179 MB/s
3. Read benchmark with droped cache
1073741824 Bytes (1,1 GB, 1,0 GiB) kopiert, 8,9153 s, 120 MB/s
4. Read benchmark without cache drop
Start 1 of 5...
1073741824 Bytes (1,1 GB, 1,0 GiB) kopiert, 0,361655 s, 3,0 GB/s
Start 2 of 5...
1073741824 Bytes (1,1 GB, 1,0 GiB) kopiert, 0,324675 s, 3,3 GB/s
Start 3 of 5...
1073741824 Bytes (1,1 GB, 1,0 GiB) kopiert, 0,323344 s, 3,3 GB/s
Start 4 of 5...
1073741824 Bytes (1,1 GB, 1,0 GiB) kopiert, 0,331949 s, 3,2 GB/s
Start 5 of 5...
1073741824 Bytes (1,1 GB, 1,0 GiB) kopiert, 0,31891 s, 3,4 GB/s
Done.
root@mail:~/downloads/iobench# dd if=/dev/zero of=./test.file bs=1M count=1000 oflag=direct
1000+0 Datensätze ein
1000+0 Datensätze aus
1048576000 Bytes (1,0 GB, 1000 MiB) kopiert, 5,97499 s, 175 MB/s
root@mail:~/downloads/iobench# dd if=./test.file of=/dev/null bs=1M count=1000 iflag=direct
1000+0 Datensätze ein
1000+0 Datensätze aus
1048576000 Bytes (1,0 GB, 1000 MiB) kopiert, 3,17872 s, 330 MB/s
root@mail:~/downloads/iobench# dd if=./test.file of=/dev/null bs=1M count=1000 iflag=direct
1000+0 Datensätze ein
1000+0 Datensätze aus
1048576000 Bytes (1,0 GB, 1000 MiB) kopiert, 3,20747 s, 327 MB/s
root@mail:~/downloads/iobench# dd if=./test.file of=/dev/null bs=1M count=1000 iflag=direct
1000+0 Datensätze ein
1000+0 Datensätze aus
1048576000 Bytes (1,0 GB, 1000 MiB) kopiert, 3,26948 s, 321 MB/s
Display More