[netperf-talk] Bug in UDP_STREAM test when built w/ omni tests enabled

Rick Jones rick.jones2 at hp.com
Thu Dec 1 12:41:10 PST 2011


The problem seems to be bugs in the tput_fmt_1 and

replace the %7d 's with something that knows what to do with a uint64_t 
and there should be happiness and joy:

   char *tput_fmt_1 = "\
%6d  %6d   %-7.2f   %7"PRIu64" %6d    %7.2f\n\
%6d           %-7.2f   %7"PRIu64"           %7.2f\n\n";


...

   char *cpu_fmt_1 = "\
%6d  %6d   %-7.2f   %7"PRIu64" %6d    %7.1f     %-6.2f   %-6.3f\n\
%6d           %-7.2f   %7"PRIu64"           %7.1f     %-6.2f   %-6.3f\n\n";

I've checked-in a fix to the top-of-trunk.

happy benchmarking,

rick jones


More information about the netperf-talk mailing list