Lines Matching refs:stderr
376 fprintf(stderr, "%s\n", s);
388 fprintf(stderr,
400 fprintf(stderr, "Could not allocate memory (%"
411 fprintf(stderr, "Could not allocate memory (%"
422 fprintf(stderr, "Could not allocate memory (%"
432 fprintf(stderr, "Could not allocate memory\n");
1312 fprintf(stderr,
1368 fprintf(stderr, "Completed %d requests\n", done);
1369 fflush(stderr);
1461 fprintf(stderr,"%s: %s (%d)\n", "apr_socket_recv", apr_strerror(status, buf, sizeof buf), status);
1493 fprintf(stderr, "only simple translation is supported (%d/%" APR_SIZE_T_FMT
1637 fprintf(stderr, "Completed %d requests\n", done);
1638 fflush(stderr);
1775 fprintf(stderr, "only simple translation is supported (%d/%"
1888 fprintf(stderr,
1913 fprintf(stderr, "Finished %d requests\n", done);
1946 fprintf(stderr, "Usage: %s [options] [http"
1953 fprintf(stderr, "Options are:\n");
1954 fprintf(stderr, " -n requests Number of requests to perform\n");
1955 fprintf(stderr, " -c concurrency Number of multiple requests to make at a time\n");
1956 fprintf(stderr, " -t timelimit Seconds to max. to spend on benchmarking\n");
1957 fprintf(stderr, " This implies -n 50000\n");
1958 fprintf(stderr, " -s timeout Seconds to max. wait for each response\n");
1959 fprintf(stderr, " Default is 30 seconds\n");
1960 fprintf(stderr, " -b windowsize Size of TCP send/receive buffer, in bytes\n");
1961 fprintf(stderr, " -B address Address to bind to when making outgoing connections\n");
1962 fprintf(stderr, " -p postfile File containing data to POST. Remember also to set -T\n");
1963 fprintf(stderr, " -u putfile File containing data to PUT. Remember also to set -T\n");
1964 fprintf(stderr, " -T content-type Content-type header to use for POST/PUT data, eg.\n");
1965 fprintf(stderr, " 'application/x-www-form-urlencoded'\n");
1966 fprintf(stderr, " Default is 'text/plain'\n");
1967 fprintf(stderr, " -v verbosity How much troubleshooting info to print\n");
1968 fprintf(stderr, " -w Print out results in HTML tables\n");
1969 fprintf(stderr, " -i Use HEAD instead of GET\n");
1970 fprintf(stderr, " -x attributes String to insert as table attributes\n");
1971 fprintf(stderr, " -y attributes String to insert as tr attributes\n");
1972 fprintf(stderr, " -z attributes String to insert as td or th attributes\n");
1973 fprintf(stderr, " -C attribute Add cookie, eg. 'Apache=1234'. (repeatable)\n");
1974 fprintf(stderr, " -H attribute Add Arbitrary header line, eg. 'Accept-Encoding: gzip'\n");
1975 fprintf(stderr, " Inserted after all normal header lines. (repeatable)\n");
1976 fprintf(stderr, " -A attribute Add Basic WWW Authentication, the attributes\n");
1977 fprintf(stderr, " are a colon separated username and password.\n");
1978 fprintf(stderr, " -P attribute Add Basic Proxy Authentication, the attributes\n");
1979 fprintf(stderr, " are a colon separated username and password.\n");
1980 fprintf(stderr, " -X proxy:port Proxyserver and port number to use\n");
1981 fprintf(stderr, " -V Print version number and exit\n");
1982 fprintf(stderr, " -k Use HTTP KeepAlive feature\n");
1983 fprintf(stderr, " -d Do not show percentiles served table.\n");
1984 fprintf(stderr, " -S Do not show confidence estimators and warnings.\n");
1985 fprintf(stderr, " -q Do not show progress when doing more than 150 requests\n");
1986 fprintf(stderr, " -l Accept variable document length (use this for dynamic pages)\n");
1987 fprintf(stderr, " -g filename Output collected data to gnuplot format file.\n");
1988 fprintf(stderr, " -e filename Output CSV file with percentages served\n");
1989 fprintf(stderr, " -r Don't exit on socket receive errors.\n");
1990 fprintf(stderr, " -m method Method name\n");
1991 fprintf(stderr, " -h Display usage information (this message)\n");
2006 fprintf(stderr, " -Z ciphersuite Specify SSL/TLS cipher suite (See openssl ciphers)\n");
2007 fprintf(stderr, " -f protocol Specify SSL/TLS protocol\n");
2008 fprintf(stderr, " (" SSL2_HELP_MSG "SSL3, TLS1" TLS1_X_HELP_MSG " or ALL)\n");
2041 fprintf(stderr, "SSL not compiled in; no https support\n");
2096 fprintf(stderr, "ab: Could not open POST data file (%s): %s\n", pfile,
2103 fprintf(stderr, "ab: Could not stat POST data file (%s): %s\n", pfile,
2111 fprintf(stderr, "ab: Could not read POST data file: %s\n",
2151 fprintf(stderr, "apr_xlate_open(to ASCII)->%d\n", status);
2156 fprintf(stderr, "apr_xlate_open(from ASCII)->%d\n", status);
2161 fprintf(stderr, "apr_base64init_ebcdic()->%d\n", status);
2370 fprintf(stderr, "%s: wrong number of arguments\n", argv[0]);
2379 fprintf(stderr, "%s: invalid URL\n", argv[0]);
2384 fprintf(stderr, "%s: Invalid Concurrency [Range 0..%d]\n",
2390 fprintf(stderr, "%s: Cannot use concurrency level greater than "
2413 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
2427 fprintf(stderr, "error setting cipher list [%s]\n", ssl_cipher);
2428 ERR_print_errors_fp(stderr);