[root@gluster-client-1 gluster_vol]# echo 3 >
/proc/sys/vm/drop_caches; dd if=/mnt/gluster_vol/128
of=/dev/null bs=1M;
128+0 records in
128+0 records out
134217728 bytes (134 MB) copied, 6,70874 s, 20,0 MB/s
[root@gluster-client-1 gluster_vol]# echo 3 >
/proc/sys/vm/drop_caches; dd if=/mnt/gluster_vol/128
of=/dev/null bs=1M;
128+0 records in
128+0 records out
134217728 bytes (134 MB) copied, 0,160485 s, 836 MB/s
[root@gluster-client-1 gluster_vol]# echo 3 >
/proc/sys/vm/drop_caches; dd if=/mnt/gluster_vol/128
of=/dev/null bs=1M;
128+0 records in
128+0 records out
134217728 bytes (134 MB) copied, 0,148219 s, 906 MB/s
[root@gluster-client-1 gluster_vol]#
even dropping kernel caches I get a really fast answer. I
think that this is io-cache translator working on the client
side for sure.