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
PSSTOP Memory test 1.0.0
pts/psstop-1.0.0
- 15 June 2016 -
Initial commit of psstop from Intel OTC.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.4.0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/psstop-3.tar.gz</URL> <MD5>cd36a951fc7817a95024549bd85fb0eb</MD5> <FileSize>7664</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh mkdir psstop-3 tar -xvf psstop-3.tar.gz -C psstop-3 echo $? > ~/install-exit-status cat>psstop<<EOT #!/bin/sh cd $HOME ./psstop-3/psstop | grep "Total" | cut -d'K' -f1 | cut -d' ' -f3> \$LOG_FILE echo \$? > ~/test-exit-status" > psstop_memory EOT chmod +x psstop
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.4.0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>#_RESULT_#</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v6.4.0--> <PhoronixTestSuite> <TestInformation> <Title>PSSTOP Memory test</Title> <Description>Shows the total number of processes running and the memory they consume</Description> <ResultScale>kb</ResultScale> <Proportion>LIB</Proportion> <TimesToRun>1</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <Maintainer>Victor Rodriguez</Maintainer> </TestProfile> </PhoronixTestSuite>