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
Nuttcp 1.0.0
pts/nuttcp-1.0.0
- 03 January 2019 -
Initial commit of nuttcp network benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.0m0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://nuttcp.net/nuttcp/nuttcp-8.1.4.tar.bz2, http://phoronix-test-suite.com/benchmark-files/nuttcp-8.1.4.tar.bz2</URL> <MD5>1b3474899921cb613d33d94a3370ff39</MD5> <SHA256>737f702ec931ec12fcf54e66c4c1d5af72bd3631439ffa724ed2ac40ab2de78d</SHA256> <FileName>nuttcp-8.1.4.tar.bz2</FileName> <FileSize>13063419</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf nuttcp-8.1.4.tar.bz2 cd nuttcp-8.1.4 make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ echo "#!/bin/sh cd nuttcp-8.1.4 ./nuttcp-8.1.4 \$@ | sed 's/=/ /g' > \$LOG_FILE 2>1 echo \$? > ~/test-exit-status" > nuttcp chmod +x nuttcp
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.0m0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>megabytes 3368.5993 real_seconds 30.02 rate_Mbps #_RESULT_# tx_cpu 1 rx_cpu 9 retrans 0 cwnd 393 rtt_ms 0.33</OutputTemplate> <LineHint>rate_Mbps</LineHint> <ResultAfterString>rate_Mbps</ResultAfterString> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.6.0m0--> <PhoronixTestSuite> <TestInformation> <Title>Nuttcp</Title> <AppVersion>8.1.4</AppVersion> <Description>Nuttcp is a network performance measurement tool intended for use by network and system managers. Its most basic usage is to determine the raw TCP (or UDP) network layer throughput by transferring memory buffers from a source system across an interconnecting network to a destination system, either transferring data for a specified time interval, or alternatively transferring a specified number of bytes.</Description> <ResultScale>Mbits/sec</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> <PreInstallMessage>This test profile automates the testing of a Nuttcp client. Ensure you have a suitable Nuttcp server [http://nuttcp.net/] running on your network prior to running this test profile.</PreInstallMessage> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, BSD, Solaris, MacOSX</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>Network</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <RequiresNetwork>TRUE</RequiresNetwork> <EnvironmentSize>8</EnvironmentSize> <ProjectURL>http://nuttcp.net/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments> -fparse -T30 </Arguments> </Default> <Option> <DisplayName>Test</DisplayName> <Identifier>test</Identifier> <Menu> <Entry> <Name>TCP Transfer - Default</Name> <Value> </Value> </Entry> <Entry> <Name>TCP Transfer - Server To Client</Name> <Value> -r </Value> </Entry> <Entry> <Name>10G+ UDP</Name> <Value>-l8972 -u -w4m -Ru</Value> </Entry> </Menu> </Option> <Option> <DisplayName>Server Address</DisplayName> <Identifier>server-address</Identifier> </Option> </TestSettings> </PhoronixTestSuite>