| /iperf/src/ |
| H A D | units.c | 273 const char *format; in unit_snprintf() local 336 format = "%4.2f %s";/* #.## */ in unit_snprintf() 339 format = "%4.1f %s";/* ##.# */ in unit_snprintf() 342 format = "%4.0f %s";/* ### */ in unit_snprintf() 347 format = "%4.0f %s";/* #### */ in unit_snprintf() 349 snprintf(s, inLen, format, inNum, suffix); in unit_snprintf()
|
| H A D | iperf_error.c | 42 iperf_err(struct iperf_test *test, const char *format, ...) in iperf_err() argument 58 va_start(argp, format); in iperf_err() 59 vsnprintf(str, sizeof(str), format, argp); in iperf_err() 81 iperf_errexit(struct iperf_test *test, const char *format, ...) in iperf_errexit() argument 97 va_start(argp, format); in iperf_errexit() 98 vsnprintf(str, sizeof(str), format, argp); in iperf_errexit()
|
| H A D | iperf_api.h | 348 int iperf_printf(struct iperf_test *test, const char *format, ...) __attribute__ ((format(printf,2,… 352 void iperf_err(struct iperf_test *test, const char *format, ...) __attribute__ ((format(printf,2,3)… 353 void iperf_errexit(struct iperf_test *test, const char *format, ...) __attribute__ ((format(printf,…
|
| H A D | cjson.c | 441 cJSON_bool format; /* is this print a formatted print */ member 1203 buffer->format = format; in print() 1285 p.format = fmt; in cJSON_PrintBuffered() 1310 p.format = format; in cJSON_PrintPreallocated() 1579 if(output_buffer->format) in print_array() 1732 if (output_buffer->format) in print_object() 1740 if (output_buffer->format) in print_object() 1762 length = (size_t) (output_buffer->format ? 2 : 1); in print_object() 1769 if (output_buffer->format) in print_object() 1794 if (output_buffer->format) in print_object() [all …]
|
| H A D | iperf_util.c | 367 iperf_json_printf(const char *format, ...) in iperf_json_printf() argument 379 va_start(argp, format); in iperf_json_printf() 381 for (cp = format; *cp != '\0'; ++cp) { in iperf_json_printf()
|
| H A D | iperf_util.h | 55 cJSON* iperf_json_printf(const char *format, ...);
|
| H A D | cjson.h | 168 …ool) cJSON_PrintPreallocated(cJSON *item, char *buffer, const int length, const cJSON_bool format);
|
| H A D | iperf_api.c | 4741 iperf_printf(struct iperf_test *test, const char* format, ...) in iperf_printf() argument 4782 va_start(argp, format); in iperf_printf() 4783 r0 = vfprintf(test->outfile, format, argp); in iperf_printf() 4798 va_start(argp, format); in iperf_printf() 4799 r0 = vsnprintf(linebuffer + r, sizeof(linebuffer) - r, format, argp); in iperf_printf()
|
| /iperf/contrib/ |
| H A D | iperf3_to_gnuplot.py | 25 row = '{0} {1} {2} {3} {4}\n'.format( 60 row = '{h} {b} {bps} {r} {s}\n'.format( 95 parser.error('{f} does not exist'.format(f=file_path)) 103 parser.error('Could not parse JSON from file (ex): {0}'.format(str(ex))) 109 parser.error('Output file directory path {0} does not exist'.format(output_dir))
|
| H A D | README.txt | 4 iperf3_to_gnuplot.py: converts iperf3 JSON output to format easy to plot in gnuplot
|
| /iperf/docs/ |
| H A D | invoking.rst | 132 -f, --format 133 [kmgtKMGT] format to report: Kbits/Mbits/Gbits/Tbits 175 output in JSON format 184 --timestamps[=format] 186 default, timestamps have the format emitted by ctime(1). 187 Optionally, = followed by a format specification can be passed 189 format is given, the = must immediately follow the --timestamps 414 Get the output from the server. The output format is determined 416 --json flag, the output will be in JSON format, otherwise it 417 will be in human-readable format). If the client is run with [all …]
|
| H A D | dev.rst | 44 -J, --json output in JSON format
|
| H A D | news.rst | 399 * TCP snd_cwnd output on Linux in the default output format.
|
| /iperf/ |
| H A D | make_release | 31 git archive --format=tar --prefix "${dirname}/" "${tag}" | gzip -9 > "${tarball}"
|
| H A D | RELNOTES.md | 113 format specification to strftime(3), allows for custom timestamp 379 -f/--format options (#568). 852 * The test unit format can now be set from the API (issue #144). 878 -J, --json output in JSON format
|
| H A D | aclocal.m4 | 2278 # having a format: 2635 # It is most probably a Windows format PATH. 8343 AC_MSG_CHECKING([how to convert $build file names to $host format]) 8380 [0], [convert $build file names to $host format])dnl 8382 AC_MSG_CHECKING([how to convert $build file names to toolchain format]) 8399 [0], [convert $build files to toolchain format])dnl 10125 # Check how to create a tarball in format FORMAT. 10150 [# The POSIX 1988 'ustar' format is defined with fixed-size fields. 10162 AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) 10169 AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) [all …]
|
| /iperf/config/ |
| H A D | ltmain.sh | 9626 $ECHO "*** with $libname and none of the candidates passed a file format test"
|