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
PostMark 1.0.0
pts/postmark-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://www.gtlib.cc.gatech.edu/pub/debian/pool/main/p/postmark/postmark_1.51.orig.tar.gz, ftp://ftp.uk.debian.org/debian/pool/main/p/postmark/postmark_1.51.orig.tar.gz, http://ftp.gva.es/mirror/debian/pool/main/p/postmark/postmark_1.51.orig.tar.gz</URL> <MD5>b494167c2df1850004110ab28e5ad164</MD5> <FileSize>13394</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -zxvf postmark_1.51.orig.tar.gz cd postmark-1.51/ cc postmark-1.51.c -o postmark echo $? > ~/install-exit-status cd .. echo "#!/bin/sh cd postmark-1.51/ echo \"set transactions \$1 set size \$2 \$3 set number \$4 run quit\" > benchmark.pmrc ./postmark benchmark.pmrc > \$LOG_FILE 2>&1" > postmark chmod +x postmark
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Time: 8 seconds total 7 seconds of transactions (#_RESULT_# per second) Files: 12978 created (1622 per second) Creation alone: 500 files (500 per second) Mixed with transactions: 12478 files (1782 per second) 12475 read (1782 per second) 12512 appended (1787 per second) 12978 deleted (1622 per second) Deletion alone: 456 files (456 per second) Mixed with transactions: 12522 files (1788 per second) Data: 4142.43 megabytes read (517.80 megabytes per second) 4324.33 megabytes written (540.54 megabytes per second)</OutputTemplate> <LineHint>seconds of transactions</LineHint> </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>PostMark</Title> <AppVersion>1.51</AppVersion> <Description>This is a test of NetApp's PostMark benchmark designed to simulate small-file testing similar to the tasks endured by web and mail servers. This test profile will set PostMark to perform 25,000 transactions with 500 files simultaneously with the file sizes ranging between 5 and 512 kilobytes.</Description> <ResultScale>TPS</ResultScale> <Proportion>HIB</Proportion> <SubTitle>Disk Transaction Performance</SubTitle> <TimesToRun>5</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, Solaris, MacOSX, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Disk</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>0.1</EnvironmentSize> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>25000 5120 524288 500</Arguments> </Default> </TestSettings> </PhoronixTestSuite>