Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
Apache Benchmark 1.7.1
pts/apache-1.7.1
- 01 March 2018 -
Add Windows support for Apache test.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://archive.apache.org/dist/httpd/httpd-2.4.29.tar.bz2, http://ftp.lfs-matrix.net/pub/blfs/conglomeration/httpd/httpd-2.4.29.tar.bz2</URL> <MD5>0c599404ef6b69eee95bcd9fcd094407</MD5> <SHA256>777753a5a25568a2a27428b2214980564bc1c38c1abf9ccc7630b639991f7f00</SHA256> <FileSize>6567926</FileSize> <PlatformSpecific>Linux, Solaris, BSD, MacOSX</PlatformSpecific> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/apache-ab-test-files-1.tar.gz, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/apache-ab-test-files-1.tar.gz</URL> <MD5>ca0c5bf0dd482a2847c68a52c0759942</MD5> <FileSize>6008</FileSize> </Package> <Package> <URL>http://apache.cs.utah.edu//apr/apr-1.6.3.tar.bz2, http://archive.apache.org/dist/apr/apr-1.6.3.tar.bz2</URL> <MD5>12f2a349483ad6f12db49ba01fbfdbfa</MD5> <SHA256>131f06d16d7aabd097fa992a33eec2b6af3962f93e6d570a9bd4d85e95993172</SHA256> <FileSize>854100</FileSize> <PlatformSpecific>Linux, Solaris, BSD, MacOSX</PlatformSpecific> </Package> <Package> <URL>http://www.apache.org/dist/apr/apr-util-1.6.1.tar.bz2, http://apache.cs.utah.edu//apr/apr-util-1.6.1.tar.bz2</URL> <MD5>8ff5dc36fa39a2a3db1df196d3ed6086</MD5> <SHA256>d3e12f7b6ad12687572a3a39475545a072608f4ba03a6ce8a3778f607dd0035b</SHA256> <FileSize>428595</FileSize> <PlatformSpecific>Linux, Solaris, BSD, MacOSX</PlatformSpecific> </Package> <Package> <URL>http://phoronix-test-suite.com/benchmark-files/Apache24-2.4.29-x64-vc14-r2-ah.zip</URL> <MD5>8f7e773c8db85d55e4cc81ef153fef61</MD5> <SHA256>1e6f26e8fbe3decd4c31cff3347a074c7db1f8af5ac71bf4386a1e80304e47ef</SHA256> <FileSize>10444082</FileSize> <PlatformSpecific>Windows</PlatformSpecific> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh mkdir $HOME/httpd_ tar -zxvf apache-ab-test-files-1.tar.gz tar -jxvf httpd-2.4.29.tar.bz2 tar -jxvf apr-util-1.6.1.tar.bz2 tar -jxvf apr-1.6.3.tar.bz2 mv apr-1.6.3 httpd-2.4.29/srclib/apr mv apr-util-1.6.1 httpd-2.4.29/srclib/apr-util cd httpd-2.4.29/ ./configure --prefix=$HOME/httpd_ --with-included-apr make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status make install cd ~ rm -rf httpd-2.4.29/ rm -rf httpd_/manual/ patch -p0 < CHANGE-APACHE-PORT.patch mv -f test.html httpd_/htdocs/ mv -f pts.png httpd_/htdocs/ echo "#!/bin/sh ./httpd_/bin/ab \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > apache chmod +x apache
install_windows.sh
#!/bin/bash unzip -o Apache24-2.4.29-x64-vc14-r2-ah.zip tar -xf apache-ab-test-files-1.tar.gz mv -f test.html Apache24/htdocs/ mv -f pts.png Apache24/htdocs/ cd Apache24/conf tail -n +2 httpd.conf > httpd.conf.2 echo "Define SRVROOT \"$DEBUG_HOME\Apache24\" " > httpd.conf cat httpd.conf.2 >> httpd.conf cd ~ echo "#!/bin/sh cd Apache24/bin ./ab.exe \$@ > \$LOG_FILE" > apache chmod +x apache
post.sh
#!/bin/sh ./httpd_/bin/apachectl -k stop rm -f httpd_/logs/* sleep 3
post_windows.sh
#!/bin/sh kill -TERM `cat $HOME/Apache24/logs/httpd.pid` sleep 10 rm -f $HOME/Apache24/logs/*
pre.sh
#!/bin/sh ./httpd_/bin/apachectl -k start -f $HOME/httpd_/conf/httpd.conf sleep 5
pre_windows.sh
#!/bin/sh cd Apache24/bin ./httpd.exe & sleep 10
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Document Path: /test.html Document Length: 3064 bytes Concurrency Level: 100 Time taken for tests: 29.224 seconds Complete requests: 500000 Failed requests: 0 Write errors: 0 Total transferred: 1659096222 bytes HTML transferred: 1532088856 bytes Requests per second: #_RESULT_# [#/sec] (mean) Time per request: 5.845 [ms] (mean) Time per request: 0.058 [ms] (mean, across all concurrent requests) Transfer rate: 55440.49 [Kbytes/sec] received</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <TestInformation> <Title>Apache Benchmark</Title> <AppVersion>2.4.29</AppVersion> <Description>This is a test of ab, which is the Apache benchmark program. This test profile measures how many requests per second a given system can sustain when carrying out 1,000,000 requests with 100 requests being carried out concurrently.</Description> <ResultScale>Requests Per Second</ResultScale> <Proportion>HIB</Proportion> <SubTitle>Static Web Page Serving</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.7.1</Version> <SupportedPlatforms>Linux, Solaris, BSD, MacOSX, Windows</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, perl, pcre</ExternalDependencies> <EnvironmentSize>208</EnvironmentSize> <ProjectURL>http://www.apache.org/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>-n 1000000 -c 100 http://localhost:8088/test.html</Arguments> </Default> </TestSettings> </PhoronixTestSuite>