Displaying 5 results from an estimated 5 matches for "117s".
Did you mean:
117
2019 Apr 11
3
nbdkit, VDDK, extents, readahead, etc
...ithout noextents (ie. rely on qemu-img skipping sparse bits):
elapsed time: 237.41 s
read: 833 ops, 1734345216 bytes, 5.84423e+07 bits/s
extents: 70 ops, 135654246400 bytes, 4.57114e+09 bits/s
Note if you deduct 120 seconds (see point (1) above) from these times
then it goes from 203s -> 117s, about a 40% saving. We can likely do
better by having > 32 bit requests and qemu not using
NBD_CMD_FLAG_REQ_ONE.
(4) We can also add nbdkit-readahead-filter in both cases to see if
that helps or not:
With noextents and readahead:
elapsed time: 325.358 s
read: 265 ops, 17179869184 bytes,...
2019 Apr 12
2
Re: nbdkit, VDDK, extents, readahead, etc
...:
> >
> > elapsed time: 237.41 s
> > read: 833 ops, 1734345216 bytes, 5.84423e+07 bits/s
> > extents: 70 ops, 135654246400 bytes, 4.57114e+09 bits/s
> >
> >Note if you deduct 120 seconds (see point (1) above) from these times
> >then it goes from 203s -> 117s, about a 40% saving. We can likely do
> >better by having > 32 bit requests and qemu not using
> >NBD_CMD_FLAG_REQ_ONE.
> >
> How did you run qemu-img?
The full command was:
LD_LIBRARY_PATH=vmware-vix-disklib-distrib/lib64 \
./nbdkit -r -U - vddk file="[datastore1] F...
2019 Apr 15
1
Re: nbdkit, VDDK, extents, readahead, etc
...41 s
> >>> read: 833 ops, 1734345216 bytes, 5.84423e+07 bits/s
> >>> extents: 70 ops, 135654246400 bytes, 4.57114e+09 bits/s
> >>>
> >>>Note if you deduct 120 seconds (see point (1) above) from these times
> >>>then it goes from 203s -> 117s, about a 40% saving. We can likely do
> >>>better by having > 32 bit requests and qemu not using
> >>>NBD_CMD_FLAG_REQ_ONE.
> >>>
> >>How did you run qemu-img?
> >
> >The full command was:
> >
> >LD_LIBRARY_PATH=vmware-vix-dis...
2019 Apr 15
0
Re: nbdkit, VDDK, extents, readahead, etc
...; elapsed time: 237.41 s
>> > read: 833 ops, 1734345216 bytes, 5.84423e+07 bits/s
>> > extents: 70 ops, 135654246400 bytes, 4.57114e+09 bits/s
>> >
>> >Note if you deduct 120 seconds (see point (1) above) from these times
>> >then it goes from 203s -> 117s, about a 40% saving. We can likely do
>> >better by having > 32 bit requests and qemu not using
>> >NBD_CMD_FLAG_REQ_ONE.
>> >
>> How did you run qemu-img?
>
>The full command was:
>
>LD_LIBRARY_PATH=vmware-vix-disklib-distrib/lib64 \
>./nbdkit -r...
2019 Apr 12
0
Re: nbdkit, VDDK, extents, readahead, etc
...n qemu-img skipping sparse bits):
>
> elapsed time: 237.41 s
> read: 833 ops, 1734345216 bytes, 5.84423e+07 bits/s
> extents: 70 ops, 135654246400 bytes, 4.57114e+09 bits/s
>
>Note if you deduct 120 seconds (see point (1) above) from these times
>then it goes from 203s -> 117s, about a 40% saving. We can likely do
>better by having > 32 bit requests and qemu not using
>NBD_CMD_FLAG_REQ_ONE.
>
How did you run qemu-img? I think on slow CPU and fast disk this might be even
bigger difference if qemu-img can write whatever it gets and not searching for
zeros.
&...