Lines Matching +full:input +full:- +full:depth
68 .Bl -tag -width 12n
70 Specify the input and output device or file.
79 .Bl -tag -width 9n
107 disk-like devices are supported.
127 devices, pipes and standard input and output.
129 .Dq - ,
130 standard input or standard output are used.
149 Note that the blocksize given only applies to either the input or the
151 To use the same blocksize for the input and output transfers, you must
162 Specify the starting offset for the input or output device or file.
166 .It depth=N
167 Specify a desired queue depth for the input or output path.
170 blocksize queued to the input or output device.
174 The queue depth is maintained on a best effort basis, and may not be
176 For writes, maintaining the queue depth also depends on a sufficiently
201 non-zero value will turn on debugging.
237 receives a SIGINFO signal, it will print the current input and output byte
241 receives a SIGINT signal, it will print the current input and output byte
244 .Dl camdd -i pass=da8,bs=512k,depth=4 -o pass=da3,bs=512k,depth=4
247 and attempt to maintain a queue depth of 4 on both the input and output
251 .Dl camdd -i file=/dev/zero,bs=1M -o pass=da5,bs=1M,depth=4 -m 100M
254 desired queue depth of 4.
257 .Dl camdd -i pass=da8,bs=1M,depth=3 -o file=disk.img
259 Copy disk da8 using a 1MB blocksize and desired queue depth of 3 to the
262 .Dl camdd -i file=/etc/rc -o file=-
266 .Dl camdd -i pass=da10,bs=64k,depth=16 -o file=/dev/nsa0,bs=128k
268 Copy 64K blocks from the disk da10 with a queue depth of 16, and write