Searched defs:gnuplot (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Dab.c50 ** - Fixed proxy functionality, added median/mean statistics, added gnuplot
297 const char *gnuplot; /* GNUplot file */ variable
1055 if (gnuplot) {
1056 FILE *out = fopen(gnuplot, "w");
1059 perror("Cannot open gnuplot output file");
1987 fprintf(stderr, " -g filename Output collected data to gnuplot format file.\n");
2199 gnuplot = xstrdup(opt_arg);

Completed in 907 milliseconds