Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR #4 breaks run.sh in ./uperf #5

Open
atheurer opened this issue Apr 12, 2021 · 0 comments
Open

PR #4 breaks run.sh in ./uperf #5

atheurer opened this issue Apr 12, 2021 · 0 comments

Comments

@atheurer
Copy link
Contributor

PR #4 breaks run.sh in the following ways:

{
    "common": [
        {
            "name": "global",
            "params": [
                { "arg": "duration", "vals": ["90"] },
                { "arg": "protocol", "vals": ["tcp"] },
                { "arg": "nthreads", "vals": ["1", "16", "64"] },
                { "arg": "server-ifname", "vals": ["eno1"] }
            ]
        }
    ],
    "sets": [
        [
            {"common": "global"},
            { "arg": "test-type", "vals": ["stream"] },
            { "arg": "wsize", "vals": ["64", "16384"] }
        ],
        [
            {"common": "global"},
            { "arg": "test-type", "vals": ["rr"] },
            { "arg": "wsize", "vals": ["64"] },
            { "arg": "rsize", "vals": ["1024", "16384"] }
        ]
    ]
}
  • run.sh no longer uses server_ifname variable, but it is still defined and documented in the run.sh file. Run.sh needs to remove this and at least mention server_ifname needs to be correct in the uperf-multiplex-example.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants