Advertisement
Guest User

NodeDeploy Germany benchmark

a guest
Jan 22nd, 2013
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. root@numan:~# wget -O /dev/null http://cachefly.cachefly.net/100mb.test
  2. --2013-01-23 00:06:41-- http://cachefly.cachefly.net/100mb.test
  3. Resolving cachefly.cachefly.net (cachefly.cachefly.net)... 205.234.175.175
  4. Connecting to cachefly.cachefly.net (cachefly.cachefly.net)|205.234.175.175|:80... connected.
  5. HTTP request sent, awaiting response... 200 OK
  6. Length: 104857600 (100M) [application/octet-stream]
  7. Saving to: `/dev/null'
  8.  
  9. 100%[===================================================>] 104,857,600 64.1M/s in 1.6s
  10.  
  11. 2013-01-23 00:06:43 (64.1 MB/s) - `/dev/null' saved [104857600/104857600]
  12.  
  13. root@numan:~# dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync
  14. 16384+0 records in
  15. 16384+0 records out
  16. 1073741824 bytes (1.1 GB) copied, 11.5407 s, 93.0 MB/s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement