#------------------------------------------------------------------------------ # Server Configuration #------------------------------------------------------------------------------ # # server.hostname: hostname of the server to benchmark # server.port: port on which to communicate with server # server.protocol: protocol to communicate with server # server.hostname=localhost server.port=8080 server.protocol=http # # #------------------------------------------------------------------------------ # Request paths #------------------------------------------------------------------------------ # # url.relative.path*: relative path for server indicated above to use for # requests # url.relative.path1=/ciapl/publico/viewClassTimeTable.do?executionPeriodOID=80&classId=22549&nameDegreeCurricularPlan=LEC2003/2004°reeInitials=LEC&className=01203 url.relative.path2=/ciapl/publico/viewSite.do?method=firstPage&objectCode=37039&executionPeriodOID=80 url.relative.path3=/ciapl/publico/viewSite.do?method=timeTable&objectCode=2491&executionPeriodOID=80 url.relative.path4=/ciapl/publico/viewClassTimeTable.do?executionPeriodOID=80&classId=22622&nameDegreeCurricularPlan=LEMAT2003/2004°reeInitials=LEMAT&className=06101 url.relative.path5=/ciapl/publico/chooseExamsMapContextDA.do?method=prepare&executionPeriodOID=80 # # #------------------------------------------------------------------------------ # Threads/Requests Configuration #------------------------------------------------------------------------------ # # number.threads: number of concurrent threads to launch # number.repeats.per.thread: number of times the basic request operation # should be repeated # number.threads=10 number.repeats.per.thread=1 # # #------------------------------------------------------------------------------ # End of benchmark.properties file #------------------------------------------------------------------------------