ab.c revision 383a9c6af58f5a670e8ef8b7f222ce71dbb7bee5
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele/* ====================================================================
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele * The Apache Software License, Version 1.1
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele *
5f5d1b4cc970b7f06ff8ef6526128e9a27303d88nd * Copyright (c) 2000-2002 The Apache Software Foundation. All rights
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele * reserved.
1aa933455fcd538b1ee573f4566e1a78a89fce77nd *
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding * Redistribution and use in source and binary forms, with or without
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding * modification, are permitted provided that the following conditions
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding * are met:
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding *
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding * 1. Redistributions of source code must retain the above copyright
db479b48bd4d75423ed4a45e15b75089d1a8ad72fielding * notice, this list of conditions and the following disclaimer.
1aa933455fcd538b1ee573f4566e1a78a89fce77nd *
1aa933455fcd538b1ee573f4566e1a78a89fce77nd * 2. Redistributions in binary form must reproduce the above copyright
1aa933455fcd538b1ee573f4566e1a78a89fce77nd * notice, this list of conditions and the following disclaimer in
1aa933455fcd538b1ee573f4566e1a78a89fce77nd * the documentation and/or other materials provided with the
1aa933455fcd538b1ee573f4566e1a78a89fce77nd * distribution.
1aa933455fcd538b1ee573f4566e1a78a89fce77nd *
1aa933455fcd538b1ee573f4566e1a78a89fce77nd * 3. The end-user documentation included with the redistribution,
1aa933455fcd538b1ee573f4566e1a78a89fce77nd * if any, must include the following acknowledgment:
1aa933455fcd538b1ee573f4566e1a78a89fce77nd * "This product includes software developed by the
1aa933455fcd538b1ee573f4566e1a78a89fce77nd * Apache Software Foundation (http://www.apache.org/)."
7db9f691a00ead175b03335457ca296a33ddf31bnd * Alternately, this acknowledgment may appear in the software itself,
3577f1d38e53397f6b431c02011f875316b2f070nd * if and wherever such third-party acknowledgments normally appear.
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele *
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele * 4. The names "Apache" and "Apache Software Foundation" must
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun * not be used to endorse or promote products derived from this
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele * software without prior written permission. For written
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun * permission, please contact apache@apache.org.
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele *
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele * 5. Products derived from this software may not be called "Apache",
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun * nor may "Apache" appear in their name, without prior written
5d7e5de2da57434c8e68c8fa49cbf6d70ee0f817slive * permission of the Apache Software Foundation.
5d7e5de2da57434c8e68c8fa49cbf6d70ee0f817slive *
5d7e5de2da57434c8e68c8fa49cbf6d70ee0f817slive * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
5d7e5de2da57434c8e68c8fa49cbf6d70ee0f817slive * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
5d7e5de2da57434c8e68c8fa49cbf6d70ee0f817slive * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
5d7e5de2da57434c8e68c8fa49cbf6d70ee0f817slive * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
5d7e5de2da57434c8e68c8fa49cbf6d70ee0f817slive * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
5d7e5de2da57434c8e68c8fa49cbf6d70ee0f817slive * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
5d7e5de2da57434c8e68c8fa49cbf6d70ee0f817slive * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
5d7e5de2da57434c8e68c8fa49cbf6d70ee0f817slive * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
5d7e5de2da57434c8e68c8fa49cbf6d70ee0f817slive * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
5d7e5de2da57434c8e68c8fa49cbf6d70ee0f817slive * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
5d7e5de2da57434c8e68c8fa49cbf6d70ee0f817slive * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
5d7e5de2da57434c8e68c8fa49cbf6d70ee0f817slive * SUCH DAMAGE.
5d7e5de2da57434c8e68c8fa49cbf6d70ee0f817slive * ====================================================================
5d7e5de2da57434c8e68c8fa49cbf6d70ee0f817slive *
5d7e5de2da57434c8e68c8fa49cbf6d70ee0f817slive * This software consists of voluntary contributions made by many
5d7e5de2da57434c8e68c8fa49cbf6d70ee0f817slive * individuals on behalf of the Apache Software Foundation. For more
5d7e5de2da57434c8e68c8fa49cbf6d70ee0f817slive * information on the Apache Software Foundation, please see
5d7e5de2da57434c8e68c8fa49cbf6d70ee0f817slive * <http://www.apache.org/>.
5d7e5de2da57434c8e68c8fa49cbf6d70ee0f817slive *
5d7e5de2da57434c8e68c8fa49cbf6d70ee0f817slive * Portions of this software are based upon public domain software
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive * originally written at the National Center for Supercomputing Applications,
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive * University of Illinois, Urbana-Champaign.
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive */
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive
06d77ae37da42a6f8bbea25b7d7f8b6629245629slive/*
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive ** This program is based on ZeusBench V1.0 written by Adam Twiss
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive ** which is Copyright (c) 1996 by Zeus Technology Ltd. http://www.zeustech.net/
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive **
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive ** This software is provided "as is" and any express or implied waranties,
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive ** including but not limited to, the implied warranties of merchantability and
c6f41bc69d643835804e7e831776d3d46c6f5962slive ** fitness for a particular purpose are disclaimed. In no event shall
c6f41bc69d643835804e7e831776d3d46c6f5962slive ** Zeus Technology Ltd. be liable for any direct, indirect, incidental, special,
c6f41bc69d643835804e7e831776d3d46c6f5962slive ** exemplary, or consequential damaged (including, but not limited to,
c6f41bc69d643835804e7e831776d3d46c6f5962slive ** procurement of substitute good or services; loss of use, data, or profits;
d7604f90897d9b08b227c127ff5392393178911crpluem ** or business interruption) however caused and on theory of liability. Whether
d7604f90897d9b08b227c127ff5392393178911crpluem ** in contract, strict liability or tort (including negligence or otherwise)
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive ** arising in any way out of the use of this software, even if advised of the
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive ** possibility of such damage.
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive **
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive */
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive
263168fdb45221efa79580de89bdde883b7561f7sf/*
263168fdb45221efa79580de89bdde883b7561f7sf ** HISTORY:
263168fdb45221efa79580de89bdde883b7561f7sf ** - Originally written by Adam Twiss <adam@zeus.co.uk>, March 1996
263168fdb45221efa79580de89bdde883b7561f7sf ** with input from Mike Belshe <mbelshe@netscape.com> and
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive ** Michael Campanella <campanella@stevms.enet.dec.com>
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive ** - Enhanced by Dean Gaudet <dgaudet@apache.org>, November 1997
d7604f90897d9b08b227c127ff5392393178911crpluem ** - Cleaned up by Ralf S. Engelschall <rse@apache.org>, March 1998
d7604f90897d9b08b227c127ff5392393178911crpluem ** - POST and verbosity by Kurt Sussman <kls@merlot.com>, August 1998
d7604f90897d9b08b227c127ff5392393178911crpluem ** - HTML table output added by David N. Welton <davidw@prosa.it>, January 1999
d7604f90897d9b08b227c127ff5392393178911crpluem ** - Added Cookie, Arbitrary header and auth support. <dirkx@webweaving.org>, April 1999
d7604f90897d9b08b227c127ff5392393178911crpluem ** Version 1.3d
d7604f90897d9b08b227c127ff5392393178911crpluem ** - Increased version number - as some of the socket/error handling has
d7604f90897d9b08b227c127ff5392393178911crpluem ** fundamentally changed - and will give fundamentally different results
d7604f90897d9b08b227c127ff5392393178911crpluem ** in situations where a server is dropping requests. Therefore you can
d7604f90897d9b08b227c127ff5392393178911crpluem ** no longer compare results of AB as easily. Hence the inc of the version.
d7604f90897d9b08b227c127ff5392393178911crpluem ** They should be closer to the truth though. Sander & <dirkx@covalent.net>, End 2000.
d7604f90897d9b08b227c127ff5392393178911crpluem ** - Fixed proxy functionality, added median/mean statistics, added gnuplot
d7604f90897d9b08b227c127ff5392393178911crpluem ** output option, added _experimental/rudimentary_ SSL support. Added
d7604f90897d9b08b227c127ff5392393178911crpluem ** confidence guestimators and warnings. Sander & <dirkx@covalent.net>, End 2000
c6f41bc69d643835804e7e831776d3d46c6f5962slive ** - Fixed serious int overflow issues which would cause realistic (longer
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun ** than a few minutes) run's to have wrong (but believable) results. Added
c6f41bc69d643835804e7e831776d3d46c6f5962slive ** trapping of connection errors which influenced measurements.
c6f41bc69d643835804e7e831776d3d46c6f5962slive ** Contributed by Sander Temme, Early 2001
06d77ae37da42a6f8bbea25b7d7f8b6629245629slive ** Version 1.3e
c6f41bc69d643835804e7e831776d3d46c6f5962slive ** - Changed timeout behavour during write to work whilst the sockets
c6f41bc69d643835804e7e831776d3d46c6f5962slive ** are filling up and apr_write() does writes a few - but not all.
c6f41bc69d643835804e7e831776d3d46c6f5962slive ** This will potentially change results. <dirkx@webweaving.org>, April 2001
c6f41bc69d643835804e7e831776d3d46c6f5962slive **
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive */
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive
c6f41bc69d643835804e7e831776d3d46c6f5962slive/*
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive * BUGS:
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive *
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive * - uses strcpy/etc.
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive * - has various other poor buffer attacks related to the lazy parsing of
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive * response headers from the server
3fa816e4832a1c70600bdfd6fc5ef60e9f1c18bbsf * - doesn't implement much of HTTP/1.x, only accepts certain forms of
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive * responses
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive * - (performance problem) heavy use of strstr shows up top in profile
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive * only an issue for loopback usage
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive */
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive/* -------------------------------------------------------------------- */
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive
67f57b90aea98fc792b6c6e67bd27ee35f7d026bigalic#if 'A' != 0x41
d7604f90897d9b08b227c127ff5392393178911crpluem/* Hmmm... This source code isn't being compiled in ASCII.
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive * In order for data that flows over the network to make
67f57b90aea98fc792b6c6e67bd27ee35f7d026bigalic * sense, we need to translate to/from ASCII.
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun */
67f57b90aea98fc792b6c6e67bd27ee35f7d026bigalic#define NOT_ASCII
67f57b90aea98fc792b6c6e67bd27ee35f7d026bigalic#endif
67f57b90aea98fc792b6c6e67bd27ee35f7d026bigalic
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive/* affects include files on Solaris */
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive#define BSD_COMP
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive#include "apr.h"
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive#include "apr_strings.h"
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive#include "apr_network_io.h"
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#include "apr_file_io.h"
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive#include "apr_time.h"
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive#include "apr_getopt.h"
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive#include "apr_general.h"
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#include <signal.h>
aa8cf57195dfb7fa3d0baedf81f8be377946cea8slive#include "apr_lib.h"
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele#include "ap_release.h"
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele#define APR_WANT_STRFUNC
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#include "apr_want.h"
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#if APR_HAVE_STDIO_H
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#include <stdio.h> /* for EOF */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#endif
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#if APR_HAVE_STDLIB_H
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#include <stdlib.h>
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#endif
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#include "apr_base64.h"
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#ifdef NOT_ASCII
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#include "apr_xlate.h"
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele#endif
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele#if APR_HAVE_STDIO_H
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele#include <stdio.h>
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele#endif
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele#if APR_HAVE_STDLIB_H
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele#include <stdlib.h>
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele#ifdef USE_SSL
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#if ((!(RSAREF)) && (!(SYSSSL)))
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun/* Libraries on most systems.. */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#include <openssl/rsa.h>
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#include <openssl/crypto.h>
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#include <openssl/x509.h>
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#include <openssl/pem.h>
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele#include <openssl/err.h>
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele#include <openssl/ssl.h>
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele#else
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele/* Libraries for RSAref and SYSSSL */
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele#include <rsa.h>
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele#include <crypto.h>
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#include <x509.h>
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#include <pem.h>
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#include <err.h>
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele#include <ssl.h>
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#endif
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#endif
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun
a1ef40892ffa2b44fc249423c5b6c42a74a84c68nd#include <math.h>
a1ef40892ffa2b44fc249423c5b6c42a74a84c68nd#endif
a1ef40892ffa2b44fc249423c5b6c42a74a84c68nd#if APR_HAVE_CTYPE_H
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#include <ctype.h>
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#endif
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele/* ------------------- DEFINITIONS -------------------------- */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele#ifndef LLONG_MAX
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#define AB_MAX APR_INT64_C(0x7fffffffffffffff)
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele#else
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#define AB_MAX LLONG_MAX
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele#endif
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun/* maximum number of requests on a time limited test */
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele#define MAX_REQUESTS 50000
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun/* good old state hostname */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#define STATE_UNCONNECTED 0
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#define STATE_CONNECTING 1
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#define STATE_READ 2
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#define CBUFFSIZE (2048)
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun
ad93f15b0bef55041347cdbad447d94296eb89f2nilgunstruct connection {
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun apr_pool_t *ctx;
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun apr_socket_t *aprsock;
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun int state;
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun apr_size_t read; /* amount of bytes read */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun apr_size_t bread; /* amount of body read */
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele apr_size_t rwrite, rwrote; /* keep pointers in what we write - across
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun * EAGAINs */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun apr_size_t length; /* Content-Length value used for keep-alive */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun char cbuff[CBUFFSIZE]; /* a buffer to store server response header */
10a304fc5348d394375b98ae10ca9b137fd10cafkess int cbx; /* offset in cbuffer */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun int keepalive; /* non-zero if a keep-alive request */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun int gotheader; /* non-zero if we have the entire header in
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun * cbuff */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun apr_time_t start, /* Start of connection */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun connect, /* Connected, start writing */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun endwrite, /* Request written */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun beginread, /* First byte of input */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun done; /* Connection closed */
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele int socknum;
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#ifdef USE_SSL
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun SSL *ssl;
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#endif
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele};
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun
4ab980a06412fd86f52a6d054fb7e26de155c530erikabelestruct data {
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#ifdef USE_SSL
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele /* XXXX insert SSL timings */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#endif
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele int read; /* number of bytes read */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun apr_time_t starttime; /* start time of connection in seconds since
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun * Jan. 1, 1970 */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun apr_interval_time_t waittime; /* Between writing request and reading
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun * response */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun apr_interval_time_t ctime; /* time in ms to connect */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun apr_interval_time_t time; /* time in ms for connection */
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele};
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#define ap_min(a,b) ((a)<(b))?(a):(b)
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun#define ap_max(a,b) ((a)>(b))?(a):(b)
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele/* --------------------- GLOBALS ---------------------------- */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun
ad93f15b0bef55041347cdbad447d94296eb89f2nilgunint verbosity = 0; /* no verbosity by default */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgunint posting = 0; /* GET by default */
8ba6e8ba8d8ad4d8228872d5526fa7295ff43149poirierint requests = 1; /* Number of requests to make */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgunint heartbeatres = 100; /* How often do we say we're alive */
4ab980a06412fd86f52a6d054fb7e26de155c530erikabeleint concurrency = 1; /* Number of multiple requests to make */
a3388213b2b4d46b356be205e38204e67b4304d8rbowenint percentile = 1; /* Show percentile served */
4ab980a06412fd86f52a6d054fb7e26de155c530erikabeleint confidence = 1; /* Show confidence estimator and warnings */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgunint tlimit = 0; /* time limit in cs */
4ab980a06412fd86f52a6d054fb7e26de155c530erikabeleint keepalive = 0; /* try and do keepalive connections */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgunchar servername[1024]; /* name that server reports */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgunchar *hostname; /* host name from URL */
5d7e5de2da57434c8e68c8fa49cbf6d70ee0f817slivechar *host_field; /* value of "Host:" header field */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgunchar path[1024]; /* path name */
4ab980a06412fd86f52a6d054fb7e26de155c530erikabelechar postfile[1024]; /* name of file containing post data */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgunchar *postdata; /* *buffer containing data from postfile */
4ab980a06412fd86f52a6d054fb7e26de155c530erikabeleapr_size_t postlen = 0; /* length of data to be POSTed */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgunchar content_type[1024]; /* content type to put in POST header */
4ab980a06412fd86f52a6d054fb7e26de155c530erikabelechar cookie[1024], /* optional cookie line */
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele auth[1024], /* optional (basic/uuencoded)
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele * authentification */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun hdrs[4096]; /* optional arbitrary headers */
4ab980a06412fd86f52a6d054fb7e26de155c530erikabeleapr_port_t port; /* port number */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgunchar proxyhost[1024]; /* proxy host name */
4ab980a06412fd86f52a6d054fb7e26de155c530erikabeleint proxyport = 0; /* proxy port */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgunchar connecthost[1024];
4ab980a06412fd86f52a6d054fb7e26de155c530erikabeleapr_port_t connectport;
ad93f15b0bef55041347cdbad447d94296eb89f2nilgunchar *gnuplot; /* GNUplot file */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgunchar *csvperc; /* CSV Percentile file */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgunchar url[1024];
ad93f15b0bef55041347cdbad447d94296eb89f2nilgunchar fullurl[1024];
ad93f15b0bef55041347cdbad447d94296eb89f2nilgunint isproxy = 0;
4ab980a06412fd86f52a6d054fb7e26de155c530erikabeleapr_short_interval_time_t aprtimeout = 30 * APR_USEC_PER_SEC; /* timeout value */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun /*
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun * XXX - this is now a per read/write transact type of value
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun
a3388213b2b4d46b356be205e38204e67b4304d8rbowenint use_html = 0; /* use html in the report */
a3388213b2b4d46b356be205e38204e67b4304d8rbowenconst char *tablestring;
a3388213b2b4d46b356be205e38204e67b4304d8rbowenconst char *trstring;
a3388213b2b4d46b356be205e38204e67b4304d8rbowenconst char *tdstring;
a3388213b2b4d46b356be205e38204e67b4304d8rbowen
a3388213b2b4d46b356be205e38204e67b4304d8rbowenapr_size_t doclen = 0; /* the length the document should be */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgunlong started = 0; /* number of requests started, so no excess */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgunlong totalread = 0; /* total number of bytes read */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgunlong totalbread = 0; /* totoal amount of entity body read */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgunlong totalposted = 0; /* total number of bytes posted, inc. headers */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgunlong done = 0; /* number of requests we have done */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgunlong doneka = 0; /* number of keep alive connections done */
a3388213b2b4d46b356be205e38204e67b4304d8rbowenlong good = 0, bad = 0; /* number of good and bad requests */
a3388213b2b4d46b356be205e38204e67b4304d8rbowenlong epipe = 0; /* number of broken pipe writes */
df321386f1d9ed17a3e5e6468807996a12890d50gryzor
df321386f1d9ed17a3e5e6468807996a12890d50gryzor#ifdef USE_SSL
df321386f1d9ed17a3e5e6468807996a12890d50gryzorint ssl = 0;
df321386f1d9ed17a3e5e6468807996a12890d50gryzorSSL_CTX *ctx;
df321386f1d9ed17a3e5e6468807996a12890d50gryzor#endif
df321386f1d9ed17a3e5e6468807996a12890d50gryzor
df321386f1d9ed17a3e5e6468807996a12890d50gryzor/* store error cases */
df321386f1d9ed17a3e5e6468807996a12890d50gryzorint err_length = 0, err_conn = 0, err_except = 0;
df321386f1d9ed17a3e5e6468807996a12890d50gryzorint err_response = 0;
df321386f1d9ed17a3e5e6468807996a12890d50gryzor
df321386f1d9ed17a3e5e6468807996a12890d50gryzorapr_time_t start, endtime;
df321386f1d9ed17a3e5e6468807996a12890d50gryzor
df321386f1d9ed17a3e5e6468807996a12890d50gryzor/* global request (and its length) */
df321386f1d9ed17a3e5e6468807996a12890d50gryzorchar _request[512];
df321386f1d9ed17a3e5e6468807996a12890d50gryzorchar *request = _request;
df321386f1d9ed17a3e5e6468807996a12890d50gryzorapr_size_t reqlen;
df321386f1d9ed17a3e5e6468807996a12890d50gryzor
df321386f1d9ed17a3e5e6468807996a12890d50gryzor/* one global throw-away buffer to read stuff into */
df321386f1d9ed17a3e5e6468807996a12890d50gryzorchar buffer[8192];
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun/* interesting percentiles */
4ab980a06412fd86f52a6d054fb7e26de155c530erikabeleint percs[] = {50, 66, 75, 80, 90, 95, 98, 99, 100};
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun
4ab980a06412fd86f52a6d054fb7e26de155c530erikabelestruct connection *con; /* connection array */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgunstruct data *stats; /* date for each request */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgunapr_pool_t *cntxt;
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun
4ab980a06412fd86f52a6d054fb7e26de155c530erikabeleapr_pollfd_t *readbits;
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun
4ab980a06412fd86f52a6d054fb7e26de155c530erikabeleapr_sockaddr_t *destsa;
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele#ifdef NOT_ASCII
4ab980a06412fd86f52a6d054fb7e26de155c530erikabeleapr_xlate_t *from_ascii, *to_ascii;
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele#endif
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele
4ab980a06412fd86f52a6d054fb7e26de155c530erikabelestatic void close_connection(struct connection * c);
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun/* --------------------------------------------------------- */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele/* simple little function to write an error string and exit */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun
4ab980a06412fd86f52a6d054fb7e26de155c530erikabelestatic void err(char *s)
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun{
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele fprintf(stderr, "%s\n", s);
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun if (done)
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele printf("Total of %ld requests completed\n" , done);
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun exit(1);
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun}
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun/* simple little function to write an APR error string and exit */
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele
ad93f15b0bef55041347cdbad447d94296eb89f2nilgunstatic void apr_err(char *s, apr_status_t rv)
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele{
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun char buf[120];
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele fprintf(stderr,
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele "%s: %s (%d)\n",
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele s, apr_strerror(rv, buf, sizeof buf), rv);
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun if (done)
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun printf("Total of %ld requests completed\n" , done);
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun exit(rv);
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele}
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele/* --------------------------------------------------------- */
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele/* write out request to a connection - assumes we can write
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele * (small) request out in one go into our new socket buffer
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele *
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele */
4ab980a06412fd86f52a6d054fb7e26de155c530erikabelestatic void write_request(struct connection * c)
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun{
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun do {
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun apr_time_t tnow = apr_time_now();
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele apr_size_t l = c->rwrite;
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun apr_status_t e;
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele /*
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele * First time round ?
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele */
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele if (c->rwrite == 0) {
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele apr_setsocketopt(c->aprsock, APR_SO_TIMEOUT, 0);
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele c->connect = tnow;
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele c->rwrite = reqlen;
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele c->rwrote = 0;
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele if (posting)
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun c->rwrite += postlen;
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele }
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun else if (tnow > c->connect + aprtimeout) {
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun printf("Send request timed out!\n");
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele close_connection(c);
10a304fc5348d394375b98ae10ca9b137fd10cafkess return;
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun }
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun e = apr_send(c->aprsock, request + c->rwrote, &l);
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun
13dd6a45ad3051c84a03bfbc88f0e314a5322ed6rbowen /*
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun * Bail early on the most common case
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun if (l == c->rwrite)
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele break;
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele if (e != APR_SUCCESS) {
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun /*
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele * Let's hope this traps EWOULDBLOCK too !
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun */
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele if (!APR_STATUS_IS_EAGAIN(e)) {
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun epipe++;
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele printf("Send request failed!\n");
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun close_connection(c);
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun }
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun return;
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun }
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun c->rwrote += l;
2c44e52ec852d7d8392068fd13a1d8d8a4e830c1kess c->rwrite -= l;
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun } while (1);
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun totalposted += c->rwrite;
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele c->state = STATE_READ;
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele c->endwrite = apr_time_now();
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele apr_poll_socket_add(readbits, c->aprsock, APR_POLLIN);
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele}
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele/* --------------------------------------------------------- */
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun/* calculate and output results */
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele
ad93f15b0bef55041347cdbad447d94296eb89f2nilgunstatic int compradre(struct data * a, struct data * b)
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele{
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun if ((a->ctime) < (b->ctime))
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele return -1;
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele if ((a->ctime) > (b->ctime))
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun return +1;
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun return 0;
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun}
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele
ad93f15b0bef55041347cdbad447d94296eb89f2nilgunstatic int comprando(struct data * a, struct data * b)
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele{
e8811b6d38f756b325446ded5d96857d13856511takashi if ((a->time) < (b->time))
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele return -1;
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun if ((a->time) > (b->time))
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun return +1;
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun return 0;
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele}
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun
4ab980a06412fd86f52a6d054fb7e26de155c530erikabelestatic int compri(struct data * a, struct data * b)
d4e64150011f0e4a1f1ad316b2723fdde2febe2aigalic{
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele apr_interval_time_t p = a->time - a->ctime;
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele apr_interval_time_t q = b->time - b->ctime;
0ed10f46135a337e6779d6895d80b43a3471dc70pquerna if (p < q)
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele return -1;
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun if (p > q)
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele return +1;
ad93f15b0bef55041347cdbad447d94296eb89f2nilgun return 0;
4ab980a06412fd86f52a6d054fb7e26de155c530erikabele}
static int compwait(struct data * a, struct data * b)
{
if ((a->waittime) < (b->waittime))
return -1;
if ((a->waittime) > (b->waittime))
return 1;
return 0;
}
static void output_results(void)
{
apr_interval_time_t timetakenusec;
float timetaken;
endtime = apr_time_now();
timetakenusec = endtime - start;
timetaken = (float) timetakenusec / APR_USEC_PER_SEC;
printf("\n\n");
printf("Server Software: %s\n", servername);
printf("Server Hostname: %s\n", hostname);
printf("Server Port: %hd\n", port);
printf("\n");
printf("Document Path: %s\n", path);
printf("Document Length: %" APR_SIZE_T_FMT " bytes\n", doclen);
printf("\n");
printf("Concurrency Level: %d\n", concurrency);
printf("Time taken for tests: %ld.%03ld seconds\n",
(long) (timetakenusec / APR_USEC_PER_SEC),
(long) (timetakenusec % APR_USEC_PER_SEC));
printf("Complete requests: %ld\n", done);
printf("Failed requests: %ld\n", bad);
if (bad)
printf(" (Connect: %d, Length: %d, Exceptions: %d)\n",
err_conn, err_length, err_except);
printf("Write errors: %ld\n", epipe);
if (err_response)
printf("Non-2xx responses: %d\n", err_response);
if (keepalive)
printf("Keep-Alive requests: %ld\n", doneka);
printf("Total transferred: %ld bytes\n", totalread);
if (posting > 0)
printf("Total POSTed: %ld\n", totalposted);
printf("HTML transferred: %ld bytes\n", totalbread);
/* avoid divide by zero */
if (timetaken) {
printf("Requests per second: %.2f [#/sec] (mean)\n",
(float) (done / timetaken));
printf("Time per request: %.3f [ms] (mean)\n",
(float) (concurrency * timetaken / done));
printf("Time per request: %.3f [ms] (mean, across all concurrent requests)\n",
(float) (timetaken / done));
printf("Transfer rate: %.2f [Kbytes/sec] received\n",
(float) (totalread / 1024 / timetaken));
if (posting > 0) {
printf(" %.2f kb/s sent\n",
(float) (totalposted / timetaken / 1024));
printf(" %.2f kb/s total\n",
(float) ((totalread + totalposted) / timetaken / 1024));
}
}
if (requests) {
/* work out connection times */
long i;
apr_time_t totalcon = 0, total = 0, totald = 0, totalwait = 0;
apr_interval_time_t mincon = AB_MAX, mintot = AB_MAX, mind = AB_MAX,
minwait = AB_MAX;
apr_interval_time_t maxcon = 0, maxtot = 0, maxd = 0, maxwait = 0;
apr_interval_time_t meancon = 0, meantot = 0, meand = 0, meanwait = 0;
double sdtot = 0, sdcon = 0, sdd = 0, sdwait = 0;
for (i = 0; i < requests; i++) {
struct data s = stats[i];
mincon = ap_min(mincon, s.ctime);
mintot = ap_min(mintot, s.time);
mind = ap_min(mind, s.time - s.ctime);
minwait = ap_min(minwait, s.waittime);
maxcon = ap_max(maxcon, s.ctime);
maxtot = ap_max(maxtot, s.time);
maxd = ap_max(maxd, s.time - s.ctime);
maxwait = ap_max(maxwait, s.waittime);
totalcon += s.ctime;
total += s.time;
totald += s.time - s.ctime;
totalwait += s.waittime;
}
totalcon /= requests;
total /= requests;
totald /= requests;
totalwait /= requests;
for (i = 0; i < requests; i++) {
struct data s = stats[i];
double a;
a = ((double)s.time - total);
sdtot += a * a;
a = ((double)s.ctime - totalcon);
sdcon += a * a;
a = ((double)s.time - (double)s.ctime - totald);
sdd += a * a;
a = ((double)s.waittime - totalwait);
sdwait += a * a;
}
sdtot = (requests > 1) ? sqrt(sdtot / (requests - 1)) : 0;
sdcon = (requests > 1) ? sqrt(sdcon / (requests - 1)) : 0;
sdd = (requests > 1) ? sqrt(sdd / (requests - 1)) : 0;
sdwait = (requests > 1) ? sqrt(sdwait / (requests - 1)) : 0;
if (gnuplot) {
FILE *out = fopen(gnuplot, "w");
long i;
apr_time_t sttime;
char tmstring[1024];/* XXXX */
if (!out) {
perror("Cannot open gnuplot output file");
exit(1);
}
fprintf(out, "starttime\tseconds\tctime\tdtime\tttime\twait\n");
for (i = 0; i < requests; i++) {
apr_time_t diff = stats[i].time - stats[i].ctime;
sttime = stats[i].starttime;
(void) apr_ctime(tmstring, sttime);
tmstring[strlen(tmstring) - 1] = '\0'; /* ctime returns a
* string with a
* trailing newline */
fprintf(out, "%s\t%" APR_TIME_T_FMT "\t%" APR_TIME_T_FMT "\t%" APR_TIME_T_FMT "\t%" APR_TIME_T_FMT "\t%" APR_TIME_T_FMT "\n",
tmstring,
sttime,
stats[i].ctime,
diff,
stats[i].time,
stats[i].waittime);
}
fclose(out);
}
/*
* XXX: what is better; this hideous cast of the compradre function; or
* the four warnings during compile ? dirkx just does not know and
* hates both/
*/
qsort(stats, requests, sizeof(struct data),
(int (*) (const void *, const void *)) compradre);
if ((requests > 1) && (requests % 2))
meancon = (stats[requests / 2].ctime + stats[requests / 2 + 1].ctime) / 2;
else
meancon = stats[requests / 2].ctime;
qsort(stats, requests, sizeof(struct data),
(int (*) (const void *, const void *)) compri);
if ((requests > 1) && (requests % 2))
meand = (stats[requests / 2].time + stats[requests / 2 + 1].time \
-stats[requests / 2].ctime - stats[requests / 2 + 1].ctime) / 2;
else
meand = stats[requests / 2].time - stats[requests / 2].ctime;
qsort(stats, requests, sizeof(struct data),
(int (*) (const void *, const void *)) compwait);
if ((requests > 1) && (requests % 2))
meanwait = (stats[requests / 2].waittime + stats[requests / 2 + 1].waittime) / 2;
else
meanwait = stats[requests / 2].waittime;
qsort(stats, requests, sizeof(struct data),
(int (*) (const void *, const void *)) comprando);
if ((requests > 1) && (requests % 2))
meantot = (stats[requests / 2].time + stats[requests / 2 + 1].time) / 2;
else
meantot = stats[requests / 2].time;
printf("\nConnection Times (ms)\n");
if (confidence) {
#define CONF_FMT_STRING "%" APR_TIME_T_FMT " %5d %6.1f %" APR_TIME_T_FMT " %" APR_TIME_T_FMT "\n"
printf(" min mean[+/-sd] median max\n");
printf("Connect: " CONF_FMT_STRING,
mincon, (int) (totalcon + 0.5), sdcon, meancon, maxcon);
printf("Processing: " CONF_FMT_STRING,
mind, (int) (totald + 0.5), sdd, meand, maxd);
printf("Waiting: " CONF_FMT_STRING,
minwait, (int) (totalwait + 0.5), sdwait, meanwait, maxwait);
printf("Total: " CONF_FMT_STRING,
mintot, (int) (total + 0.5), sdtot, meantot, maxtot);
#undef CONF_FMT_STRING
#define SANE(what,avg,mean,sd) \
{ \
double d = (double)avg - mean; \
if (d < 0) d = -d; \
if (d > 2 * sd ) \
printf("ERROR: The median and mean for " what " are more than twice the standard\n" \
" deviation apart. These results are NOT reliable.\n"); \
else if (d > sd ) \
printf("WARING: The median and mean for " what " are not within a normal deviation\n" \
" These results are propably not that reliable.\n"); \
}
SANE("the initial connection time", totalcon, meancon, sdcon);
SANE("the processing time", totald, meand, sdd);
SANE("the waiting time", totalwait, meanwait, sdwait);
SANE("the total time", total, meantot, sdtot);
}
else {
printf(" min avg max\n");
#define CONF_FMT_STRING "%5" APR_TIME_T_FMT " %5" APR_TIME_T_FMT "%5" APR_TIME_T_FMT "\n"
printf("Connect: " CONF_FMT_STRING,
mincon, totalcon / requests, maxcon);
printf("Processing: " CONF_FMT_STRING, mintot - mincon,
(total / requests) - (totalcon / requests),
maxtot - maxcon);
printf("Total: " CONF_FMT_STRING,
mintot, total / requests, maxtot);
#undef CONF_FMT_STRING
}
/* Sorted on total connect times */
if (percentile && (requests > 1)) {
printf("\nPercentage of the requests served within a certain time (ms)\n");
for (i = 0; i < sizeof(percs) / sizeof(int); i++)
if (percs[i] <= 0)
printf(" 0%% <0> (never)\n");
else if (percs[i] >= 100)
printf(" 100%% %5" APR_TIME_T_FMT " (longest request)\n",
stats[requests - 1].time);
else
printf(" %d%% %5" APR_TIME_T_FMT "\n", percs[i],
stats[(int) (requests * percs[i] / 100)].time);
}
if (csvperc) {
FILE *out = fopen(csvperc, "w");
int i;
if (!out) {
perror("Cannot open CSV output file");
exit(1);
}
fprintf(out, "" "Percentage served" "," "Time in ms" "\n");
for (i = 0; i < 100; i++) {
apr_time_t t;
if (i == 0)
t = stats[0].time;
else if (i == 100)
t = stats[requests - 1].time;
else
t = stats[(int) (0.5 + requests * i / 100.0)].time;
fprintf(out, "%d,%e\n", i, (double)t);
}
fclose(out);
}
}
}
/* --------------------------------------------------------- */
/* calculate and output results in HTML */
static void output_html_results(void)
{
long timetaken;
endtime = apr_time_now();
timetaken = (long)((endtime - start) / 1000);
printf("\n\n<table %s>\n", tablestring);
printf("<tr %s><th colspan=2 %s>Server Software:</th>"
"<td colspan=2 %s>%s</td></tr>\n",
trstring, tdstring, tdstring, servername);
printf("<tr %s><th colspan=2 %s>Server Hostname:</th>"
"<td colspan=2 %s>%s</td></tr>\n",
trstring, tdstring, tdstring, hostname);
printf("<tr %s><th colspan=2 %s>Server Port:</th>"
"<td colspan=2 %s>%hd</td></tr>\n",
trstring, tdstring, tdstring, port);
printf("<tr %s><th colspan=2 %s>Document Path:</th>"
"<td colspan=2 %s>%s</td></tr>\n",
trstring, tdstring, tdstring, path);
printf("<tr %s><th colspan=2 %s>Document Length:</th>"
"<td colspan=2 %s>%" APR_SIZE_T_FMT " bytes</td></tr>\n",
trstring, tdstring, tdstring, doclen);
printf("<tr %s><th colspan=2 %s>Concurrency Level:</th>"
"<td colspan=2 %s>%d</td></tr>\n",
trstring, tdstring, tdstring, concurrency);
printf("<tr %s><th colspan=2 %s>Time taken for tests:</th>"
"<td colspan=2 %s>%qd.%03qd seconds</td></tr>\n",
trstring, tdstring, tdstring, timetaken / APR_USEC_PER_SEC, timetaken % APR_USEC_PER_SEC);
printf("<tr %s><th colspan=2 %s>Complete requests:</th>"
"<td colspan=2 %s>%ld</td></tr>\n",
trstring, tdstring, tdstring, done);
printf("<tr %s><th colspan=2 %s>Failed requests:</th>"
"<td colspan=2 %s>%ld</td></tr>\n",
trstring, tdstring, tdstring, bad);
if (bad)
printf("<tr %s><td colspan=4 %s > (Connect: %d, Length: %d, Exceptions: %d)</td></tr>\n",
trstring, tdstring, err_conn, err_length, err_except);
if (err_response)
printf("<tr %s><th colspan=2 %s>Non-2xx responses:</th>"
"<td colspan=2 %s>%d</td></tr>\n",
trstring, tdstring, tdstring, err_response);
if (keepalive)
printf("<tr %s><th colspan=2 %s>Keep-Alive requests:</th>"
"<td colspan=2 %s>%ld</td></tr>\n",
trstring, tdstring, tdstring, doneka);
printf("<tr %s><th colspan=2 %s>Total transferred:</th>"
"<td colspan=2 %s>%ld bytes</td></tr>\n",
trstring, tdstring, tdstring, totalread);
if (posting > 0)
printf("<tr %s><th colspan=2 %s>Total POSTed:</th>"
"<td colspan=2 %s>%ld</td></tr>\n",
trstring, tdstring, tdstring, totalposted);
printf("<tr %s><th colspan=2 %s>HTML transferred:</th>"
"<td colspan=2 %s>%ld bytes</td></tr>\n",
trstring, tdstring, tdstring, totalbread);
/* avoid divide by zero */
if (timetaken) {
printf("<tr %s><th colspan=2 %s>Requests per second:</th>"
"<td colspan=2 %s>%.2f</td></tr>\n",
trstring, tdstring, tdstring, 1000 * (float) (done) / timetaken);
printf("<tr %s><th colspan=2 %s>Transfer rate:</th>"
"<td colspan=2 %s>%.2f kb/s received</td></tr>\n",
trstring, tdstring, tdstring, (float) (totalread) / timetaken);
if (posting > 0) {
printf("<tr %s><td colspan=2 %s>&nbsp;</td>"
"<td colspan=2 %s>%.2f kb/s sent</td></tr>\n",
trstring, tdstring, tdstring,
(float) (totalposted) / timetaken);
printf("<tr %s><td colspan=2 %s>&nbsp;</td>"
"<td colspan=2 %s>%.2f kb/s total</td></tr>\n",
trstring, tdstring, tdstring,
(float) (totalread + totalposted) / timetaken);
}
} {
/* work out connection times */
long i;
apr_interval_time_t totalcon = 0, total = 0;
apr_interval_time_t mincon = AB_MAX, mintot = AB_MAX;
apr_interval_time_t maxcon = 0, maxtot = 0;
for (i = 0; i < requests; i++) {
struct data s = stats[i];
mincon = ap_min(mincon, s.ctime);
mintot = ap_min(mintot, s.time);
maxcon = ap_max(maxcon, s.ctime);
maxtot = ap_max(maxtot, s.time);
totalcon += s.ctime;
total += s.time;
}
if (requests > 0) { /* avoid division by zero (if 0 requests) */
printf("<tr %s><th %s colspan=4>Connnection Times (ms)</th></tr>\n",
trstring, tdstring);
printf("<tr %s><th %s>&nbsp;</th> <th %s>min</th> <th %s>avg</th> <th %s>max</th></tr>\n",
trstring, tdstring, tdstring, tdstring, tdstring);
printf("<tr %s><th %s>Connect:</th>"
"<td %s>%5" APR_TIME_T_FMT "</td>"
"<td %s>%5" APR_TIME_T_FMT "</td>"
"<td %s>%5" APR_TIME_T_FMT "</td></tr>\n",
trstring, tdstring, tdstring, mincon, tdstring, totalcon / requests, tdstring, maxcon);
printf("<tr %s><th %s>Processing:</th>"
"<td %s>%5" APR_TIME_T_FMT "</td>"
"<td %s>%5" APR_TIME_T_FMT "</td>"
"<td %s>%5" APR_TIME_T_FMT "</td></tr>\n",
trstring, tdstring, tdstring, mintot - mincon, tdstring,
(total / requests) - (totalcon / requests), tdstring, maxtot - maxcon);
printf("<tr %s><th %s>Total:</th>"
"<td %s>%5" APR_TIME_T_FMT "</td>"
"<td %s>%5" APR_TIME_T_FMT "</td>"
"<td %s>%5" APR_TIME_T_FMT "</td></tr>\n",
trstring, tdstring, tdstring, mintot, tdstring, total / requests, tdstring, maxtot);
}
printf("</table>\n");
}
}
/* --------------------------------------------------------- */
/* start asnchronous non-blocking connection */
static void start_connect(struct connection * c)
{
apr_status_t rv;
if (!(started < requests))
return;
c->read = 0;
c->bread = 0;
c->keepalive = 0;
c->cbx = 0;
c->gotheader = 0;
c->rwrite = 0;
if (c->ctx)
apr_pool_destroy(c->ctx);
apr_pool_create(&c->ctx, cntxt);
if ((rv = apr_socket_create(&c->aprsock, destsa->family,
SOCK_STREAM, c->ctx)) != APR_SUCCESS) {
apr_err("socket", rv);
}
c->start = apr_time_now();
if ((rv = apr_connect(c->aprsock, destsa)) != APR_SUCCESS) {
if (APR_STATUS_IS_EINPROGRESS(rv)) {
c->state = STATE_CONNECTING;
c->rwrite = 0;
apr_poll_socket_add(readbits, c->aprsock, APR_POLLOUT);
return;
}
else {
apr_poll_socket_remove(readbits, c->aprsock);
apr_socket_close(c->aprsock);
err_conn++;
if (bad++ > 10) {
fprintf(stderr,
"\nTest aborted after 10 failures\n\n");
apr_err("apr_connect()", rv);
}
c->state = STATE_UNCONNECTED;
start_connect(c);
return;
}
}
/* connected first time */
started++;
write_request(c);
}
/* --------------------------------------------------------- */
/* close down connection and save stats */
static void close_connection(struct connection * c)
{
if (c->read == 0 && c->keepalive) {
/*
* server has legitimately shut down an idle keep alive request
*/
if (good)
good--; /* connection never happened */
}
else {
if (good == 1) {
/* first time here */
doclen = c->bread;
}
else if (c->bread != doclen) {
bad++;
err_length++;
}
/* save out time */
if (done < requests) {
struct data s;
if ((done) && heartbeatres && !(done % heartbeatres)) {
fprintf(stderr, "Completed %ld requests\n", done);
fflush(stderr);
}
c->done = apr_time_now();
s.read = c->read;
s.starttime = c->start;
s.ctime = (c->connect - c->start) / 1000;
s.time = (c->done - c->start) / 1000;
s.waittime = (c->beginread - c->endwrite) / 1000;
stats[done++] = s;
}
}
apr_poll_socket_remove(readbits, c->aprsock);
apr_socket_close(c->aprsock);
c->state = STATE_UNCONNECTED;
/* connect again */
start_connect(c);
return;
}
/* --------------------------------------------------------- */
/* read data from connection */
static void read_connection(struct connection * c)
{
apr_size_t r;
apr_status_t status;
char *part;
char respcode[4]; /* 3 digits and null */
r = sizeof(buffer);
apr_setsocketopt(c->aprsock, APR_SO_TIMEOUT, aprtimeout);
status = apr_recv(c->aprsock, buffer, &r);
if (r == 0 || (status != APR_SUCCESS && !APR_STATUS_IS_EAGAIN(status))) {
good++;
close_connection(c);
return;
}
if (APR_STATUS_IS_EAGAIN(status))
return;
totalread += r;
if (c->read == 0) {
c->beginread = apr_time_now();
}
c->read += r;
if (!c->gotheader) {
char *s;
int l = 4;
apr_size_t space = CBUFFSIZE - c->cbx - 1; /* -1 allows for \0 term */
int tocopy = (space < r) ? space : r;
#ifdef NOT_ASCII
apr_size_t inbytes_left = space, outbytes_left = space;
status = apr_xlate_conv_buffer(from_ascii, buffer, &inbytes_left,
c->cbuff + c->cbx, &outbytes_left);
if (status || inbytes_left || outbytes_left) {
fprintf(stderr, "only simple translation is supported (%d/%u/%u)\n",
status, inbytes_left, outbytes_left);
exit(1);
}
#else
memcpy(c->cbuff + c->cbx, buffer, space);
#endif /* NOT_ASCII */
c->cbx += tocopy;
space -= tocopy;
c->cbuff[c->cbx] = 0; /* terminate for benefit of strstr */
if (verbosity >= 4) {
printf("LOG: header received:\n%s\n", c->cbuff);
}
s = strstr(c->cbuff, "\r\n\r\n");
/*
* this next line is so that we talk to NCSA 1.5 which blatantly
* breaks the http specifaction
*/
if (!s) {
s = strstr(c->cbuff, "\n\n");
l = 2;
}
if (!s) {
/* read rest next time */
if (space) {
return;
}
else {
/* header is in invalid or too big - close connection */
apr_poll_socket_remove(readbits, c->aprsock);
apr_socket_close(c->aprsock);
err_response++;
if (bad++ > 10) {
err("\nTest aborted after 10 failures\n\n");
}
start_connect(c);
}
}
else {
/* have full header */
if (!good) {
/*
* this is first time, extract some interesting info
*/
char *p, *q;
p = strstr(c->cbuff, "Server:");
q = servername;
if (p) {
p += 8;
while (*p > 32)
*q++ = *p++;
}
*q = 0;
}
/*
* XXX: this parsing isn't even remotely HTTP compliant... but in
* the interest of speed it doesn't totally have to be, it just
* needs to be extended to handle whatever servers folks want to
* test against. -djg
*/
/* check response code */
part = strstr(c->cbuff, "HTTP"); /* really HTTP/1.x_ */
strncpy(respcode, (part + strlen("HTTP/1.x_")), 3);
respcode[3] = '\0';
if (respcode[0] != '2') {
err_response++;
if (verbosity >= 2)
printf("WARNING: Response code not 2xx (%s)\n", respcode);
}
else if (verbosity >= 3) {
printf("LOG: Response code = %s\n", respcode);
}
c->gotheader = 1;
*s = 0; /* terminate at end of header */
if (keepalive &&
(strstr(c->cbuff, "Keep-Alive")
|| strstr(c->cbuff, "keep-alive"))) { /* for benefit of MSIIS */
char *cl;
cl = strstr(c->cbuff, "Content-Length:");
/* handle NCSA, which sends Content-length: */
if (!cl)
cl = strstr(c->cbuff, "Content-length:");
if (cl) {
c->keepalive = 1;
c->length = atoi(cl + 16);
}
}
c->bread += c->cbx - (s + l - c->cbuff) + r - tocopy;
totalbread += c->bread;
}
}
else {
/* outside header, everything we have read is entity body */
c->bread += r;
totalbread += r;
}
if (c->keepalive && (c->bread >= c->length)) {
/* finished a keep-alive connection */
good++;
doneka++;
/* save out time */
if (good == 1) {
/* first time here */
doclen = c->bread;
}
else if (c->bread != doclen) {
bad++;
err_length++;
}
if (done < requests) {
struct data s;
if (done && heartbeatres && !(done % heartbeatres)) {
fprintf(stderr, "Completed %ld requests\n", done);
fflush(stderr);
}
c->done = apr_time_now();
s.read = c->read;
s.starttime = c->start;
s.ctime = (c->connect - c->start) / 1000;
s.waittime = (c->beginread - c->endwrite) / 1000;
s.time = (c->done - c->start) / 1000;
stats[done++] = s;
}
c->keepalive = 0;
c->length = 0;
c->gotheader = 0;
c->cbx = 0;
c->read = c->bread = 0;
write_request(c);
c->start = c->connect; /* zero connect time with keep-alive */
}
}
/* --------------------------------------------------------- */
/* run the tests */
static void test(void)
{
apr_time_t now;
apr_int16_t rv;
long i;
apr_status_t status;
#ifdef NOT_ASCII
apr_size_t inbytes_left, outbytes_left;
#endif
if (isproxy) {
strcpy(connecthost, proxyhost);
connectport = proxyport;
}
else {
strcpy(connecthost, hostname);
connectport = port;
}
if (!use_html) {
printf("Benchmarking %s ", hostname);
if (isproxy)
printf("[through %s:%d] ", proxyhost, proxyport);
printf("(be patient)%s",
(heartbeatres ? "\n" : "..."));
fflush(stdout);
}
now = apr_time_now();
con = calloc(concurrency * sizeof(struct connection), 1);
stats = calloc(requests * sizeof(struct data), 1);
apr_poll_setup(&readbits, concurrency, cntxt);
/* setup request */
if (posting <= 0) {
sprintf(request, "%s %s HTTP/1.0\r\n"
"User-Agent: ApacheBench/%s\r\n"
"%s" "%s" "%s"
"Host: %s\r\n"
"Accept: */*\r\n"
"%s" "\r\n",
(posting == 0) ? "GET" : "HEAD",
(isproxy) ? fullurl : path,
AP_SERVER_BASEREVISION,
keepalive ? "Connection: Keep-Alive\r\n" : "",
cookie, auth, host_field, hdrs);
}
else {
sprintf(request, "POST %s HTTP/1.0\r\n"
"User-Agent: ApacheBench/%s\r\n"
"%s" "%s" "%s"
"Host: %s\r\n"
"Accept: */*\r\n"
"Content-length: %" APR_SIZE_T_FMT "\r\n"
"Content-type: %s\r\n"
"%s"
"\r\n",
(isproxy) ? fullurl : path,
AP_SERVER_BASEREVISION,
keepalive ? "Connection: Keep-Alive\r\n" : "",
cookie, auth,
host_field, postlen,
(content_type[0]) ? content_type : "text/plain", hdrs);
}
if (verbosity >= 2)
printf("INFO: POST header == \n---\n%s\n---\n", request);
reqlen = strlen(request);
/*
* Combine headers and (optional) post file into one contineous buffer
*/
if (posting == 1) {
char *buff = (char *) malloc(postlen + reqlen + 1);
strcpy(buff, request);
strcpy(buff + reqlen, postdata);
request = buff;
}
#ifdef NOT_ASCII
inbytes_left = outbytes_left = reqlen;
status = apr_xlate_conv_buffer(to_ascii, request, &inbytes_left,
request, &outbytes_left);
if (status || inbytes_left || outbytes_left) {
fprintf(stderr, "only simple translation is supported (%d/%u/%u)\n",
status, inbytes_left, outbytes_left);
exit(1);
}
#endif /* NOT_ASCII */
/* This only needs to be done once */
if ((rv = apr_sockaddr_info_get(&destsa, connecthost, APR_UNSPEC, connectport, 0, cntxt))
!= APR_SUCCESS) {
char buf[120];
apr_snprintf(buf, sizeof(buf),
"apr_sockaddr_info_get() for %s", connecthost);
apr_err(buf, rv);
}
/* ok - lets start */
start = apr_time_now();
/* initialise lots of requests */
for (i = 0; i < concurrency; i++) {
con[i].socknum = i;
start_connect(&con[i]);
}
while (done < requests) {
apr_int32_t n;
apr_int32_t timed;
/* check for time limit expiry */
now = apr_time_now();
timed = (apr_int32_t)((now - start) / APR_USEC_PER_SEC);
if (tlimit && timed > (tlimit * 1000)) {
requests = done; /* so stats are correct */
}
n = concurrency;
status = apr_poll(readbits, &n, aprtimeout);
if (status != APR_SUCCESS)
apr_err("apr_poll", status);
if (!n) {
err("\nServer timed out\n\n");
}
for (i = 0; i < concurrency; i++) {
/*
* If the connection isn't connected how can we check it?
*/
if (con[i].state == STATE_UNCONNECTED)
continue;
apr_poll_revents_get(&rv, con[i].aprsock, readbits);
/*
* Notes: APR_POLLHUP is set after FIN is received on some
* systems, so treat that like APR_POLLIN so that we try to read
* again.
*
* Some systems return APR_POLLERR with APR_POLLHUP. We need to
* call read_connection() for APR_POLLHUP, so check for
* APR_POLLHUP first so that a closed connection isn't treated
* like an I/O error. If it is, we never figure out that the
* connection is done and we loop here endlessly calling
* apr_poll().
*/
if ((rv & APR_POLLIN) || (rv & APR_POLLPRI) || (rv & APR_POLLHUP))
read_connection(&con[i]);
if ((rv & APR_POLLERR) || (rv & APR_POLLNVAL)) {
bad++;
err_except++;
start_connect(&con[i]);
continue;
}
if (rv & APR_POLLOUT)
write_request(&con[i]);
/*
* When using a select based poll every time we check the bits
* are reset. In 1.3's ab we copied the FD_SET's each time
* through, but here we're going to check the state and if the
* connection is in STATE_READ or STATE_CONNECTING we'll add the
* socket back in as APR_POLLIN.
*/
if (con[i].state == STATE_READ || con[i].state == STATE_CONNECTING)
apr_poll_socket_add(readbits, con[i].aprsock, APR_POLLIN);
}
}
if (heartbeatres)
fprintf(stderr, "Finished %ld requests\n", done);
else
printf("..done\n");
if (use_html)
output_html_results();
else
output_results();
}
/* ------------------------------------------------------- */
/* display copyright information */
static void copyright(void)
{
if (!use_html) {
printf("This is ApacheBench, Version %s\n", AP_SERVER_BASEREVISION " <$Revision: 1.92 $> apache-2.0");
printf("Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/\n");
printf("Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/\n");
printf("\n");
}
else {
printf("<p>\n");
printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-2.0<br>\n", AP_SERVER_BASEREVISION, "$Revision: 1.92 $");
printf(" Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/<br>\n");
printf(" Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/<br>\n");
printf("</p>\n<p>\n");
}
}
/* display usage information */
static void usage(const char *progname)
{
fprintf(stderr, "Usage: %s [options] [http"
#if USE_SSL
"[s]"
#endif
"://]hostname[:port]/path\n", progname);
fprintf(stderr, "Options are:\n");
fprintf(stderr, " -n requests Number of requests to perform\n");
fprintf(stderr, " -c concurrency Number of multiple requests to make\n");
fprintf(stderr, " -t timelimit Seconds to max. wait for responses\n");
fprintf(stderr, " -p postfile File containing data to POST\n");
fprintf(stderr, " -T content-type Content-type header for POSTing\n");
fprintf(stderr, " -v verbosity How much troubleshooting info to print\n");
fprintf(stderr, " -w Print out results in HTML tables\n");
fprintf(stderr, " -i Use HEAD instead of GET\n");
fprintf(stderr, " -x attributes String to insert as table attributes\n");
fprintf(stderr, " -y attributes String to insert as tr attributes\n");
fprintf(stderr, " -z attributes String to insert as td or th attributes\n");
fprintf(stderr, " -C attribute Add cookie, eg. 'Apache=1234. (repeatable)\n");
fprintf(stderr, " -H attribute Add Arbitrary header line, eg. 'Accept-Encoding: gzip'\n");
fprintf(stderr, " Inserted after all normal header lines. (repeatable)\n");
fprintf(stderr, " -A attribute Add Basic WWW Authentication, the attributes\n");
fprintf(stderr, " are a colon separated username and password.\n");
fprintf(stderr, " -P attribute Add Basic Proxy Authentication, the attributes\n");
fprintf(stderr, " are a colon separated username and password.\n");
fprintf(stderr, " -X proxy:port Proxyserver and port number to use\n");
fprintf(stderr, " -V Print version number and exit\n");
fprintf(stderr, " -k Use HTTP KeepAlive feature\n");
fprintf(stderr, " -d Do not show percentiles served table.\n");
fprintf(stderr, " -S Do not show confidence estimators and warnings.\n");
fprintf(stderr, " -g filename Output collected data to gnuplot format file.\n");
fprintf(stderr, " -e filename Output CSV file with percentages served\n");
#if USE_SSL
fprintf(stderr, " -s Use httpS instead of HTTP (SSL)\n");
#endif
fprintf(stderr, " -h Display usage information (this message)\n");
exit(EINVAL);
}
/* ------------------------------------------------------- */
/* split URL into parts */
static int parse_url(char *url)
{
char *cp;
char *h;
char *scope_id;
apr_status_t rv;
if (strlen(url) > 7 && strncmp(url, "http://", 7) == 0)
url += 7;
else
#if USE_SSL
if (strlen(url) > 8 && strncmp(url, "https://", 8) == 0) {
url += 8;
ssl = 1;
port = 443;
}
#else
if (strlen(url) > 8 && strncmp(url, "https://", 8) == 0) {
fprintf(stderr, "SSL not compiled in; no https support\n");
exit(1);
}
#endif
if ((cp = strchr(url, '/')) == NULL)
return 1;
h = apr_palloc(cntxt, cp - url + 1);
memcpy(h, url, cp - url);
h[cp - url] = '\0';
rv = apr_parse_addr_port(&hostname, &scope_id, &port, h, cntxt);
if (rv != APR_SUCCESS || !hostname || scope_id) {
return 1;
}
strcpy(path, cp);
*cp = '\0';
if (*url == '[') { /* IPv6 numeric address string */
host_field = apr_psprintf(cntxt, "[%s]", hostname);
}
else {
host_field = hostname;
}
if (port == 0) { /* no port specified */
port = 80;
}
return 0;
}
/* ------------------------------------------------------- */
/* read data to POST from file, save contents and length */
static int open_postfile(const char *pfile)
{
apr_file_t *postfd = NULL;
apr_finfo_t finfo;
apr_fileperms_t mode = APR_OS_DEFAULT;
apr_size_t length;
apr_status_t rv;
char errmsg[120];
rv = apr_file_open(&postfd, pfile, APR_READ, mode, cntxt);
if (rv != APR_SUCCESS) {
printf("Invalid postfile name (%s): %s\n", pfile,
apr_strerror(rv, errmsg, sizeof errmsg));
return rv;
}
apr_file_info_get(&finfo, APR_FINFO_NORM, postfd);
postlen = (apr_size_t)finfo.size;
postdata = (char *) malloc(postlen);
if (!postdata) {
printf("Can\'t alloc postfile buffer\n");
return APR_ENOMEM;
}
length = postlen;
rv = apr_file_read(postfd, postdata, &length);
if (rv != APR_SUCCESS) {
printf("error reading postfile: %s\n",
apr_strerror(rv, errmsg, sizeof errmsg));
return rv;
}
if (length != postlen) {
printf("error reading postfile: read only %"
APR_SIZE_T_FMT " bytes",
length);
return APR_EINVAL;
}
apr_file_close(postfd);
return 0;
}
/* ------------------------------------------------------- */
/* sort out command-line args and call test */
int main(int argc, const char *const argv[])
{
int r, l;
char tmp[1024];
apr_status_t status;
apr_getopt_t *opt;
const char *optarg;
char c;
/* table defaults */
tablestring = "";
trstring = "";
tdstring = "bgcolor=white";
cookie[0] = '\0';
auth[0] = '\0';
proxyhost[0] = '\0';
hdrs[0] = '\0';
apr_initialize();
atexit(apr_terminate);
apr_pool_create(&cntxt, NULL);
#ifdef NOT_ASCII
status = apr_xlate_open(&to_ascii, "ISO8859-1", APR_DEFAULT_CHARSET, cntxt);
if (status) {
fprintf(stderr, "apr_xlate_open(to ASCII)->%d\n", status);
exit(1);
}
status = apr_xlate_open(&from_ascii, APR_DEFAULT_CHARSET, "ISO8859-1", cntxt);
if (status) {
fprintf(stderr, "apr_xlate_open(from ASCII)->%d\n", status);
exit(1);
}
status = apr_base64init_ebcdic(to_ascii, from_ascii);
if (status) {
fprintf(stderr, "apr_base64init_ebcdic()->%d\n", status);
exit(1);
}
#endif
apr_getopt_init(&opt, cntxt, argc, argv);
while ((status = apr_getopt(opt, "n:c:t:T:p:v:kVhwix:y:z:C:H:P:A:g:X:de:Sq"
#if USE_SSL
"s"
#endif
,&c, &optarg)) == APR_SUCCESS) {
switch (c) {
case 's':
#if USE_SSL
ssl = 1;
break;
#else
fprintf(stderr, "SSL not compiled in; no https support\n");
exit(1);
#endif
case 'n':
requests = atoi(optarg);
if (!requests) {
err("Invalid number of requests\n");
}
break;
case 'k':
keepalive = 1;
break;
case 'q':
heartbeatres = 0;
break;
case 'c':
concurrency = atoi(optarg);
break;
case 'i':
if (posting == 1)
err("Cannot mix POST and HEAD\n");
posting = -1;
break;
case 'g':
gnuplot = strdup(optarg);
break;
case 'd':
percentile = 0;
break;
case 'e':
csvperc = strdup(optarg);
break;
case 'S':
confidence = 0;
break;
case 'p':
if (posting != 0)
err("Cannot mix POST and HEAD\n");
if (0 == (r = open_postfile(optarg))) {
posting = 1;
}
else if (postdata) {
exit(r);
}
break;
case 'v':
verbosity = atoi(optarg);
break;
case 't':
tlimit = atoi(optarg);
requests = MAX_REQUESTS; /* need to size data array on
* something */
break;
case 'T':
strcpy(content_type, optarg);
break;
case 'C':
strncat(cookie, "Cookie: ", sizeof(cookie));
strncat(cookie, optarg, sizeof(cookie));
strncat(cookie, "\r\n", sizeof(cookie));
break;
case 'A':
/*
* assume username passwd already to be in colon separated form.
* Ready to be uu-encoded.
*/
while (apr_isspace(*optarg))
optarg++;
l = apr_base64_encode(tmp, optarg, strlen(optarg));
tmp[l] = '\0';
strncat(auth, "Authorization: Basic ", sizeof(auth));
strncat(auth, tmp, sizeof(auth));
strncat(auth, "\r\n", sizeof(auth));
break;
case 'P':
/*
* assume username passwd already to be in colon separated form.
*/
while (apr_isspace(*optarg))
optarg++;
l = apr_base64_encode(tmp, optarg, strlen(optarg));
tmp[l] = '\0';
strncat(auth, "Proxy-Authorization: Basic ", sizeof(auth));
strncat(auth, tmp, sizeof(auth));
strncat(auth, "\r\n", sizeof(auth));
break;
case 'H':
strncat(hdrs, optarg, sizeof(hdrs));
strncat(hdrs, "\r\n", sizeof(hdrs));
break;
case 'w':
use_html = 1;
break;
/*
* if any of the following three are used, turn on html output
* automatically
*/
case 'x':
use_html = 1;
tablestring = optarg;
break;
case 'X':
{
char *p;
/*
* assume proxy-name[:port]
*/
if ((p = strchr(optarg, ':'))) {
*p = '\0';
p++;
proxyport = atoi(p);
}
strcpy(proxyhost, optarg);
isproxy = 1;
}
break;
case 'y':
use_html = 1;
trstring = optarg;
break;
case 'z':
use_html = 1;
tdstring = optarg;
break;
case 'h':
usage(argv[0]);
break;
case 'V':
copyright();
return 0;
}
}
if (opt->ind != argc - 1) {
fprintf(stderr, "%s: wrong number of arguments\n", argv[0]);
usage(argv[0]);
}
if (parse_url(apr_pstrdup(cntxt, opt->argv[opt->ind++]))) {
fprintf(stderr, "%s: invalid URL\n", argv[0]);
usage(argv[0]);
}
if ((heartbeatres) && (requests > 150)) {
heartbeatres = requests / 10; /* Print line every 10% of requests */
if (heartbeatres < 100)
heartbeatres = 100; /* but never more often than once every 100
* connections. */
}
else
heartbeatres = 0;
#ifdef USE_SSL
SSL_library_init();
if (!(ctx = SSL_CTX_new(SSLv2_client_method()))) {
fprintf(stderr, "Could not init SSL CTX");
ERR_print_errors_fp(stderr);
exit(1);
}
#endif
#if SIGPIPE
signal(SIGPIPE, SIG_IGN); /* Ignore writes to connections that
* have been closed at the other end. */
#endif
copyright();
test();
apr_pool_destroy(cntxt);
return 0;
}