Releases: redhat-performance/uperf-wrapper
Releases · redhat-performance/uperf-wrapper
Cleanup of uperf_build, proto.
Copy uperf to the other system.
We need uperf on both systems.
Fix how we are spawning uperf.
Couple issues
issue 1: We are killing off uperf_run by accident. We need to be doing pkill -x uperf
issue 2: We are not spawning on the proper system.
Fix type on command arg to systemctl.
Merge pull request #31 from redhat-performance/fix_pager Fix systemctl mistyped option
Tell systemctl not to page the results.
Recent changes to the systemctl has it use less for paging. This is causing the script to hang because less is waiting for a response.
Add metta data to uperf
Add meta data to uperf results file.
Fix uperf results
Merge pull request #27 from redhat-performance/fix_results Fix results
updates for saving results
v1.19 Remove extra name
Designate no pager for systemctl status
v1.18 AZURE broke, need to designate --no_pager for systemctl status