Advertisement
swedftp

Untitled

Apr 5th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync
  2. 16384+0 records in
  3. 16384+0 records out
  4. 1073741824 bytes (1.1 GB) copied, 6.25203 s, 172 MB/s
  5.  
  6. ///////////////////////////////////////////////////////
  7.  
  8. dd bs=1M count=512 if=/dev/zero of=test conv=fdatasync
  9. 512+0 records in
  10. 512+0 records out
  11. 536870912 bytes (537 MB) copied, 3.21923 s, 167 MB/s
  12.  
  13. ///////////////////////////////////////////////////////
  14.  
  15. dd if=/dev/zero of=test bs=64k count=512 oflag=dsync
  16. 512+0 records in
  17. 512+0 records out
  18. 33554432 bytes (34 MB) copied, 0.737753 s, 45.5 MB/s
  19.  
  20. ///////////////////////////////////////////////////////
  21.  
  22. wget cachefly.cachefly.net/100mb.test -O /dev/null
  23. --2012-04-01 19:40:03-- http://cachefly.cachefly.net/100mb.test
  24. Resolving cachefly.cachefly.net... 205.234.175.175
  25. Connecting to cachefly.cachefly.net|205.234.175.175|:80... connected.
  26. HTTP request sent, awaiting response... 200 OK
  27. Length: 104857600 (100M) [application/octet-stream]
  28. Saving to: â/dev/nullâ
  29.  
  30. 100%[======================================>] 104,857,600 7.71M/s in 12s
  31.  
  32. ///////////////////////////////////////////////////////
  33.  
  34. wget http://www.volumedrive.com/bigtest.tgz -O /dev/null
  35. --2012-04-01 19:40:23-- http://www.volumedrive.com/bigtest.tgz
  36. Resolving http://www.volumedrive.com... 204.124.180.12
  37. Connecting to http://www.volumedrive.com|204.124.180.12|:80... connected.
  38. HTTP request sent, awaiting response... 200 OK
  39. Length: 129674464 (124M) [application/x-tar]
  40. Saving to: â/dev/nullâ
  41.  
  42. 100%[======================================>] 129,674,464 1.69M/s in 64s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement