how can I change to Mb or other
https://imgur.com/VJc7bpr
Code: Select all
-u, --units STRING
g=gigabits/s,m=megabits/s,k=kilobits/s,b=bits/s. Required if -b, -I, -M,
or -O are used.Code: Select all
--units mCode: Select all
$pin_ave = unit2scale($pin_ave);
$pout_ave = unit2scale($pout_ave);Thanks for sharing!u9913157 wrote:thank for you reply
I change the code
add line to 789that the data can scalable unitCode: Select all
$pin_ave = unit2scale($pin_ave); $pout_ave = unit2scale($pout_ave);