Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
Blender
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Blender
vkpeak
ProjectPhysX OpenCL-Benchmark
FluidX3D
Mobile Neural Network
ACES DGEMM
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 Siege 1.0.1
pts/apache-siege-1.0.1
- 29 July 2018 -
Ensure siege.config is generated.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0m1--> <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> <FileName>httpd-2.4.29.tar.bz2</FileName> <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> <FileName>apache-ab-test-files-1.tar.gz</FileName> <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> <FileName>apr-1.6.3.tar.bz2</FileName> <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> <FileName>apr-util-1.6.1.tar.bz2</FileName> <FileSize>428595</FileSize> <PlatformSpecific>Linux, Solaris, BSD, MacOSX</PlatformSpecific> </Package> <Package> <URL>http://download.joedog.org/siege/siege-3.1.4.tar.gz</URL> <MD5>a893b92a453e1c1d596314aa951981f4</MD5> <SHA256>0436970ca81ade76eb419bc42d3f8460b475079eb5d8f199d2fa83328893099d</SHA256> <FileName>siege-3.1.4.tar.gz</FileName> <FileSize>530149</FileSize> <PlatformSpecific>Linux, Solaris, BSD, MacOSX</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_CORES 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/ cd ~ tar -xf siege-3.1.4.tar.gz cd siege-3.1.4 ./configure make -j $NUM_CPU_CORES cd utils bash siege.config cd ~ echo "#!/bin/sh cd siege-3.1.4/src ./siege \$@ > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > apache-siege chmod +x apache-siege
post.sh
#!/bin/sh ./httpd_/bin/apachectl -k stop rm -f httpd_/logs/* sleep 3
pre.sh
#!/bin/sh ./httpd_/bin/apachectl -k start -f $HOME/httpd_/conf/httpd.conf sleep 5 cd siege-3.1.4/utils bash siege.config cd ~
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0m1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Transaction rate: #_RESULT_# trans/sec</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.2.0m1--> <PhoronixTestSuite> <TestInformation> <Title>Apache Siege</Title> <AppVersion>2.4.29</AppVersion> <Description>This is a test of the Apache web server performance being facilitated by the Siege web serverb enchmark program.</Description> <ResultScale>Transactions Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.1</Version> <SupportedPlatforms>Linux, Solaris, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, perl, pcre, openssl-development</ExternalDependencies> <EnvironmentSize>208</EnvironmentSize> <ProjectURL>https://www.joedog.org/siege-home/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>-r10000 -d1 -b </Arguments> <PostArguments> http://localhost:8088/test.html</PostArguments> </Default> <Option> <DisplayName>Concurrent Users</DisplayName> <Identifier>concurrent</Identifier> <ArgumentPrefix>-c</ArgumentPrefix> <Menu> <Entry> <Name>1</Name> <Value>1</Value> </Entry> <Entry> <Name>10</Name> <Value>10</Value> </Entry> <Entry> <Name>50</Name> <Value>50</Value> </Entry> <Entry> <Name>100</Name> <Value>100</Value> </Entry> <Entry> <Name>200</Name> <Value>200</Value> </Entry> <Entry> <Name>250</Name> <Value>250</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>