Lines Matching refs:endl
267 std::cerr << "client could not connect to host" << std::endl;
297 << ". Stopping all clients." << std::endl;
299 std::cout << "Stopped all clients for thread #" << worker->id << std::endl;
309 << std::endl;
311 << "." << std::endl;
547 std::cerr << "setsockopt UDP_GRO failed" << std::endl;
568 std::cerr << "quic_init failed" << std::endl;
618 << std::endl;
703 std::cerr << "client could not connect to host" << std::endl;
832 << std::endl;
852 std::cout << "RSA " << EVP_PKEY_bits(key) << " bits" << std::endl;
855 std::cout << "DH " << EVP_PKEY_bits(key) << " bits" << std::endl;
878 << std::endl;
883 << std::endl;
895 << "Cipher: " << SSL_CIPHER_get_name(cipher) << std::endl;
903 std::cout << "Application protocol: " << selected_proto << std::endl;
1131 std::cerr << "QUIC requires ALPN negotiation" << std::endl;
1135 << std::endl;
1141 << std::endl;
1156 << std::endl;
1158 std::cout << proto.substr(1) << std::endl;
1483 std::cerr << "sendmsg: errno=" << errno << std::endl;
1642 std::cerr << "client could not connect to host" << std::endl;
1691 << std::endl;
1700 << "% of clients started" << std::endl;
1861 std::cerr << "getaddrinfo() failed: " << gai_strerror(rv) << std::endl;
1865 std::cerr << "No address returned" << std::endl;
1940 std::cerr << "no URI available" << std::endl;
1947 std::cerr << "invalid URI: " << *first << std::endl;
1960 std::cerr << "invalid URI: " << uri << std::endl;
1994 << ". Ignoring and continuing." << std::endl;
2001 << line_count << ". \n\t" << script_line << std::endl;
2013 << "value = " << script_line.substr(0, pos) << std::endl;
2015 std::cerr << "\t" << strerror(error) << std::endl;
2043 << std::endl;
2047 << " total requests" << std::endl;
2067 std::cerr << "--" << opt << ": Bad option value: " << optarg << std::endl;
2073 << std::numeric_limits<uint32_t>::max() << std::endl;
2085 out << "h2load nghttp2/" NGHTTP2_VERSION << std::endl;
2093 << std::endl;
2323 << std::endl;
2389 std::cerr << "-n: bad option value: " << optarg << std::endl;
2399 std::cerr << "-c: bad option value: " << optarg << std::endl;
2411 << "no threads created." << std::endl;
2415 std::cerr << "-t: bad option value: " << optarg << std::endl;
2425 std::cerr << "-m: bad option value: " << optarg << std::endl;
2437 << std::endl;
2451 << std::endl;
2455 std::cerr << "--max-frame-size: minimum 16384" << std::endl;
2459 std::cerr << "--max-frame-size: maximum 16777215" << std::endl;
2470 std::cerr << "-H: invalid header: " << optarg << std::endl;
2482 << std::endl;
2502 std::cerr << "-p: unsupported protocol " << proto << std::endl;
2510 std::cerr << "-r: bad option value: " << optarg << std::endl;
2515 << "must be positive." << std::endl;
2525 << optarg << std::endl;
2533 << optarg << std::endl;
2551 << std::endl;
2566 std::cerr << "--base-uri: invalid base URI: " << arg << std::endl;
2576 std::cerr << "-D: value error " << optarg << std::endl;
2612 std::cerr << "--rate-period: value error " << optarg << std::endl;
2640 std::cerr << "--warm-up-time: value error " << optarg << std::endl;
2654 std::cerr << "--connect-to: Invalid value " << optarg << std::endl;
2666 std::cerr << "--rps: Invalid value " << optarg << std::endl;
2693 << std::endl;
2698 << std::endl;
2717 std::cerr << "no URI or input file given" << std::endl;
2724 << std::endl;
2752 std::cerr << "cannot read input file: " << config.ifile << std::endl;
2764 std::cerr << "cannot read input file: " << config.ifile << std::endl;
2776 << uris.size() << std::endl;
2789 std::cerr << "No URI given" << std::endl;
2794 std::cerr << "-r, -D: they are mutually exclusive." << std::endl;
2800 << std::endl;
2807 << std::endl;
2813 << "than 0." << std::endl;
2819 << std::endl;
2825 << "cores." << std::endl;
2833 << "equal to the clients." << std::endl;
2839 << "to the number of threads." << std::endl;
2850 << "to the number of threads." << std::endl;
2857 << std::endl;
2865 std::cerr << "-d: Could not open file " << datafile << std::endl;
2870 std::cerr << "-d: Could not stat file " << datafile << std::endl;
2877 std::cerr << "-d: Could not mmap file " << datafile << std::endl;
2887 std::cerr << "--log-file: Could not open file " << logfile << std::endl;
2896 << std::endl;
2911 << ERR_error_string(ERR_get_error(), nullptr) << std::endl;
2934 << std::endl;
2941 << std::endl;
2949 std::cerr << "Could not set TLS versions" << std::endl;
2956 << std::endl;
2964 << std::endl;
2971 std::cerr << "SSL_CTX_set1_groups_list failed" << std::endl;
2976 std::cerr << "SSL_CTX_set1_curves_list failed" << std::endl;
3103 << " should be prohibited." << std::endl;
3109 std::cout << "starting benchmark..." << std::endl;
3283 << stats.bytes_body << R"() data)" << std::endl;
3287 << stats.udp_dgram_recv << " received" << std::endl;
3313 << util::dtos(ts.rps.within_sd) << "%" << std::endl;