Displaying 1 result from an estimated 1 matches for "human_dnum".
2007 Feb 07
3
Redirect --stats to STDERR.
...tf(FERROR,/
/ "sent %s bytes received %s
bytes %s bytes/sec\n",/
/ human_num(total_written),
human_num(total_read),/
/ human_dnum((total_written +
total_read)/(0.5 + (endtime - starttime)), 2));/
/- rprintf(FINFO, "total size is %s
speedup is %.2f\n",/
/+ rprintf(FERROR, "total size is %s...