Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Timed Linux Kernel Compilation
Blender
7-Zip Compression
SVT-AV1
FFmpeg
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
WarpX
Epoch
Valkey
Recently Updated Tests
srsRAN Project
VVenC
x265
RELION
Llamafile
Llama.cpp
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
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
BlogBench 1.0.2
system/blogbench-1.0.2
- 12 September 2017 -
Fix read/write sub heading
install.sh
#!/bin/sh if which blogbench>/dev/null 2>&1 ; then echo 0 > ~/install-exit-status else echo "ERROR: blogbench is not found on the system! This test profile needs a working installation in the PATH." echo 2 > ~/install-exit-status fi echo "#!/bin/sh rm -rf \$HOME/scratch/ mkdir \$HOME/scratch/ blogbench -d \$HOME/scratch > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status rm -rf \$HOME/scratch/" > blogbench chmod +x blogbench
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0m4--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Final score for reads : #_RESULT_#</OutputTemplate> <LineHint>reads</LineHint> <ArgumentsDescription>Read Score</ArgumentsDescription> </ResultsParser> <ResultsParser> <OutputTemplate>Final score for writes: #_RESULT_#</OutputTemplate> <LineHint>writes</LineHint> <ArgumentsDescription>Write Score</ArgumentsDescription> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v7.4.0m4--> <PhoronixTestSuite> <TestInformation> <Title>BlogBench</Title> <AppVersion>1.0</AppVersion> <Description>BlogBench is designed to replicate the load of a real-world busy file server by stressing the file-system with multiple threads of random reads, writes, and rewrites. The behavior is mimicked of that of a blog by creating blogs with content and pictures, modifying blog posts, adding comments to these blogs, and then reading the content of the blogs. All of these blogs generated are created locally with fake content and pictures.</Description> <ResultScale>Final Score</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.2</Version> <SupportedPlatforms>Linux, MacOSX, BSD, Solaris</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Disk</TestType> <License>Free</License> <Status>Verified</Status> <EnvironmentSize>0.9</EnvironmentSize> <ProjectURL>http://blogbench.pureftpd.org/project/blogbench/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>blender</SystemDependencies> </TestProfile> <TestSettings> <Default> <AllowCacheShare>TRUE</AllowCacheShare> </Default> </TestSettings> </PhoronixTestSuite>