Searched refs:plotfile (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dresperf-report22 plotfile="$id.gnuplot"
27 $resperf -P "$plotfile" "$@" >"$outputfile" 2>&1 ||
44 "$plotfile" using 1:3 title "Queries sent per second" with lines, \
45 "$plotfile" using 1:4 title "Total responses received per second" with lines, \
46 "$plotfile" using 1:5 title "Failure responses received per second" with lines
63 "$plotfile" using 1:6 title "Average latency (seconds)" with lines
H A Dresperf.c145 static const char *plotfile = "resperf.gnuplot"; variable
284 perf_opt_add('P', perf_opt_string, "plotfile",
285 "the name of the plot data file", plotfile, &plotfile);
704 plotf = fopen(plotfile, "w");
706 perf_log_fatal("could not open %s: %s", plotfile,

Completed in 237 milliseconds