{"id":43754655,"url":"https://github.com/redhat-performance/uperf-wrapper","last_synced_at":"2026-04-02T12:12:36.751Z","repository":{"id":37928658,"uuid":"401696559","full_name":"redhat-performance/uperf-wrapper","owner":"redhat-performance","description":"uperf wrapper","archived":false,"fork":false,"pushed_at":"2026-03-25T09:48:27.000Z","size":138,"stargazers_count":1,"open_issues_count":5,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-03-26T03:28:49.754Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redhat-performance.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-08-31T12:34:04.000Z","updated_at":"2026-03-24T21:47:14.000Z","dependencies_parsed_at":"2023-01-19T14:34:48.809Z","dependency_job_id":"62ebb23f-13de-422d-aff8-043a1e3199a7","html_url":"https://github.com/redhat-performance/uperf-wrapper","commit_stats":null,"previous_names":[],"tags_count":44,"template":false,"template_full_name":null,"purl":"pkg:github/redhat-performance/uperf-wrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-performance%2Fuperf-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-performance%2Fuperf-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-performance%2Fuperf-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-performance%2Fuperf-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redhat-performance","download_url":"https://codeload.github.com/redhat-performance/uperf-wrapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-performance%2Fuperf-wrapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31305979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T09:48:21.550Z","status":"ssl_error","status_checked_at":"2026-04-02T09:48:19.196Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-05T14:19:16.357Z","updated_at":"2026-04-02T12:12:36.734Z","avatar_url":"https://github.com/redhat-performance.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Automation wrapper for uperf 2005\n\nDescription:\n      uperf is a network performance tool that supports modelling and replay\n      of various networking patterns. uperf was initially developed by the\n      Performance Applications Engineering group at Sun Microsystems. Since\n      2008, it is being developed by the community. uperf is released under\n      the GNU General Public License Version 3. \n  \nLocation of underlying workload: https://github.com/uperf/uperf\n\nPackages required: python3,gcc,lksctp-tools-devel,bc\n\nTo run:\n```\n[root@hawkeye ~]# git clone https://github.com/redhat-performance/uperf-wrapper\n[root@hawkeye ~]# uperf-wrapper/uperf/uperf_run\n```\n\nOptions\n/root/uperf-wrapper/uperf/uperf_run --usage\nUsage /root/specjbb-wrapper///specjbb/specjbb_run:\n```\n  --client_ips: comma separated list of the client ip addresses\n  --intervals \u003cx\u003e: creates x+1 intervals from 1 to ncpus\n  --max_stddev: standard deviation of the pbench uperf runs\n  --networks_to_run: how many networks are we to run.\n  --numb_jobs: comma separated list of the number of jobs per network to run\n  --packet_sizes: comma separated list of packet sizes, (in bytes)\n  --packet_type:  comma separated list of packet types, (tcp,udp)\n  --server_ips: comma separated list of the server ip addresses\n  --suffix: Suffix to add to the results file\n  --test_types:  stream,rr,maerts,bidirec\n  --time:  number of seconds to run the test for\n  --time_delay \u003cx\u003e: Delay x seconds before the next iteration is started.\n  --tools_git: Pointer to the test_tools git.  Default is https://github.com/redhat-performance/test_tools-wrappers.  Top directory is always test_tools\nGeneral options\n  --home_parent \u003cvalue\u003e: Our parent home directory.  If not set, defaults to current working directory.\n  --host_config \u003cvalue\u003e: default is the current host name.\n  --iterations \u003cvalue\u003e: Number of times to run the test, defaults to 1.\n  --run_label: the label to associate with the pbench run. No default setting.\n  --run_user: user that is actually running the test on the test system. Defaults to user running wrapper.\n  --sys_type: Type of system working with, aws, azure, hostname.  Defaults to hostname.\n  --sysname: name of the system running, used in determing config files.  Defaults to hostname.\n  --tuned_setting: used in naming the tar file, default for RHEL is the current active tuned.  For non\n    RHEL systems, default is none.\n  --usage: this usage message.\n  --use_pcp: Enables use of Performance Co-Pilot in wrappers, defaults to 0.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhat-performance%2Fuperf-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredhat-performance%2Fuperf-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhat-performance%2Fuperf-wrapper/lists"}