############################################################################ # # # The contents of this file are subject to the WebStone Public License # # Version 1.0 (the "License"); you may not use this file except in # # compliance with the License. You may obtain a copy of the License # # at http://www.mindcraft.com/webstone/license10.html # # # # Software distributed under the License is distributed on an "AS IS" # # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See # # the License for the specific language governing rights and limitations # # under the License. # # # # The Original Code is WebStone 2.5. # # # # The Initial Developer of the Original Code is Silicon Graphics, Inc. # # and Mindcraft, Inc.. Portions created by Silicon Graphics. and # # Mindcraft. are Copyright (C) 1995#1998 Silicon Graphics, Inc. and # # Mindcraft, Inc. All Rights Reserved. # # # # Contributor(s): ______________________________________. # # # ############################################################################ ### BENCHMARK PARAMETERS -- EDIT THESE AS REQUIRED # Webstone will start running with MINCLIENTS number of processes or threads. # It will run for TIMEPERRUN minutes. When that run is finished then the # number of clients will be incremented by CLIENTINCR and another test will # be performed. This will continue until we hit MAXCLIENTS number of clients. # This entire set of steps will be performed for ITERATIONS number of cycles. ITERATIONS="1" MINCLIENTS="2" MAXCLIENTS="2" CLIENTINCR="2" TIMEPERRUN="1" ### SERVER PARAMETERS -- EDIT AS REQUIRED PROXYSERVER= # This is the host name or IP number of the web server that we will be # testing. If you use a host name then be sure your client machines # can resolve that name. SERVER="www" # Port 80 is the default web server port. If your web server is running # on another port then you can change this value. PORTNO=80 # RCP is the command used to copy a file to and from one of the client # systems or the web server. If you are using Windows/Dos systems then this # can be "copy" and the client systems will be treated as if the C: drive is # shared with the webmaster system. RCP=copy RSH= # When WebStone starts running it will try to connect to the web server # and retrieve any files listed in WEBSERVERTUNINGFILES. It will use the # program named in RCP (above) to retrieve the files. These files are just # stored in the log directory so that you have a record of the operating # system and web server configuration. If you can't do an RCP (copy) from # the web server and don't care about saving the configuration files then # just leave these empty. SERVERINFO= OSTUNINGFILES= WEBSERVERTUNINGFILES= #Absolute path to the server document directory. Used by 'genfiles'. WEBDOCDIR= # A space-separated list of client machines to use for testing the web # server. You can use IP addresses or host names. If you use host # names then be sure that the webmaster machine can resolve them. It # will try to do an rexec to each of these systems in order to start # the webclient program. CLIENTS="192.168.2.2 192.168.2.3" # These are the user name and password for a user on the client systems. # The webmaster program will do an rexec to a client system using this # name and password in order to start the webclient program. CLIENTACCOUNT=tester CLIENTPASSWORD=tester # Set this to "true" if we want to use the same random seed during every # run. Doing this will make test results more reproducible. FIXED_RANDOM_SEED=true # This is unused for Windows systems CLIENTINFO= # Full pathname to the webclient program, on the client system. CLIENTPROGFILE=C:\temp\webclient.exe CLIENTFILELIST= DEBUG=0 DEBUGFILE= CLIENTOS=Dos