sassoftware / viya-perf-tool

The Viya Perf Tool is a Bash script that measures network and/or storage I/O performance on SAS Viya 3.5 hosts running RHEL or CentOS 7.x.
Apache License 2.0
3 stars 1 forks source link

RHEL8.x compatibility #2

Open alan-71 opened 2 years ago

alan-71 commented 2 years ago

Hi Just come across this tool and looks to be very useful. Do you have plans to make it run in RHEL8.x ?

thanks Alan

jimkuell commented 2 years ago

Hey @alan-71. We're working on adding RHEL 8 support, but there's a few hurdles with the network tests that need to be resolved first.

In a nutshell, the tool currently uses iperf2. Iperf3 is the only version available in the default RHEL 8 repos and that version has some fundamental flaws where its single-threaded nature doesn't allow it to push throughput above a threshold of ~40 Gb/s. We're exploring some potential alternatives that will hopefully allow this to run on RHEL 8 in the near future.