Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2014
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. [root@gqas015 gluster-mount]# dd if=/dev/zero of=./my-file2 bs=1024k count=1000 conv=sync
  2. 1000+0 records in
  3. 1000+0 records out
  4. 1048576000 bytes (1.0 GB) copied, 3.91386 s, 268 MB/s
  5. [root@gqas015 gluster-mount]# echo 3 > /proc/sys/vm/drop_caches
  6. [root@gqas015 gluster-mount]# dd if=./my-file2 of=/dev/null bs=1024k
  7. 1000+0 records in
  8. 1000+0 records out
  9. 1048576000 bytes (1.0 GB) copied, 1.55056 s, 676 MB/s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement