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
Dbench 1.0.0
pts/dbench-1.0.0
- 06 December 2010 -
Initial import into OpenBenchmarking.org
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://samba.org/ftp/tridge/dbench/dbench-4.0.tar.gz, ftp://ftp.tu-ilmenau.de/Mirrors/gentoo/distfiles/dbench-4.0.tar.gz, ftp://ftp.ussg.iu.edu/linux/gentoo/distfiles/dbench-4.0.tar.gz</URL> <MD5>1fe56ff71b9a416f8889d7150ac54da4</MD5> <FileSize>2055359</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf dbench-4.0.tar.gz mkdir $HOME/dbench_/ cd dbench-4.0/ ./autogen.sh ./configure --prefix=$HOME/dbench_/ make -j $NUM_CPU_JOBS echo $? > ~/install-exit-status make install cp client.txt ../ cd .. rm -rf dbench-4.0/ echo "#!/bin/sh ./dbench_/bin/dbench \$@ -c client.txt > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > dbench chmod +x dbench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Throughput #_RESULT_# MB/sec 1 clients 1 procs max_latency=682.759 ms</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <TestInformation> <Title>Dbench</Title> <AppVersion>4.0</AppVersion> <Description>Dbench is a benchmark designed by the Samba project as a free alternative to netbench, but dbench contains only file-system calls for testing the disk performance.</Description> <ResultScale>MB/s</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Disk</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, autoconf, popt</ExternalDependencies> <EnvironmentSize>46.4</EnvironmentSize> <ProjectURL>http://samba.org/ftp/tridge/dbench/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Client Count</DisplayName> <Identifier>client-count</Identifier> <Menu> <Entry> <Name>1</Name> <Value>1</Value> </Entry> <Entry> <Name>6</Name> <Value>6</Value> </Entry> <Entry> <Name>12</Name> <Value>12</Value> </Entry> <Entry> <Name>48</Name> <Value>48</Value> </Entry> <Entry> <Name>128</Name> <Value>128</Value> </Entry> <Entry> <Name>256</Name> <Value>256</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>