Searched refs:get_estimated_size (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Dsend-c_stream_size_estimate.ksh39 function get_estimated_size function
46 [[ $? -eq 0 ]] || log_fail "get_estimated_size: $cmd"
70 typeset ds_size=$(get_estimated_size "zfs send -nP $send_ds@snap")
75 typeset vol_size=$(get_estimated_size "zfs send -nP $send_vol@snap")
80 typeset ds_csize=$(get_estimated_size "zfs send -nP -c $send_ds@snap")
85 typeset vol_csize=$(get_estimated_size "zfs send -nP -c $send_vol@snap")

Completed in 43 milliseconds