[ create a new paste ] login | about

Link: http://codepad.org/egcndmYg    [ raw code | fork ]

Plain Text, pasted on Nov 13:
1
2
3
4
5
6
7
8
9
10
11
12
13
$ sync; time dd if=/dev/zero of=~/test.tmp bs=500K count=1024; time sync
1024+0 records in
1024+0 records out
524288000 bytes (524 MB) copied, 43.7483 s, 12.0 MB/s

real    0m43.794s
user    0m0.070s
sys     0m13.870s

real    0m2.676s
user    0m0.010s
sys     0m0.050s



Create a new paste based on this one


Comments: