[===> ] 20% 完了など、完了する関数のパーセンテージを与えながらプログレス バーを追加したい。たとえば、使用するコードがあり、必要なiperf
期間を指定します。
function Throughput_test()
{
iperf -c $otherIP -u -b 1000m -t 10 -i1
# Here is where I want to add the progress bar.
# This function takes 10seconds and I want to
# see the progress bar.
}