-
Notifications
You must be signed in to change notification settings - Fork 34
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
iperf examples #477
Comments
Mixaster995
assigned Mixaster995 and wchenxing and unassigned wchenxing and Mixaster995
Jul 22, 2021
@edwarnicke, @wchenxing do you have any updates on this? |
nsmbot
pushed a commit
that referenced
this issue
Jan 24, 2022
…d-forwarder-vpp@main PR link: networkservicemesh/cmd-forwarder-vpp#477 Commit: ce6a171 Author: Nikita Skrynnik Date: 2022-01-24 22:05:04 +0700 Message: - update (#477) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot
pushed a commit
that referenced
this issue
May 18, 2024
…d-nse-vlan-vpp@main PR link: networkservicemesh/cmd-nse-vlan-vpp#477 Commit: b5425ed Author: Network Service Mesh Bot Date: 2024-05-18 13:46:22 -0500 Message: - Update from update/networkservicemesh/sdk-vpp (#477) * Update go.mod and go.sum to latest version from networkservicemesh/sdk-vpp@main PR link: networkservicemesh/sdk-vpp#830 Commit: 2fbe1a3 Author: Network Service Mesh Bot Date: 2024-05-18 13:39:38 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#830) PR link: networkservicemesh/sdk-kernel#664 Commit: 9502001 Author: Network Service Mesh Bot Date: 2024-05-18 13:35:42 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#664) PR link: networkservicemesh/sdk#1626 Commit: 7b51d9c Author: Vladislav Byrgazov Date: 2024-05-19 02:33:13 +0800 Message: - Fix memory leak in metrics chain element (#1626) * Fix memory leak in metrics chain element * Fix lint issues * Added check is opentelemetry enabled and fixed copyrights * Fix metrics memory leak by storing temp connection data in metadata * Added copyright * Address review comments * Fixed import --------- Signed-off-by: Vladislav Byrgazov <vladislav.byrgazov@xored.com> Signed-off-by: NSMBot <nsmbot@networkservicmesh.io> * Automatically resolving conflicts in go.mod and updating dependency versions to the latest Signed-off-by: NSMBot <nsmbot@networkservicmesh.io> --------- Signed-off-by: Vladislav Byrgazov <vladislav.byrgazov@xored.com> Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot
pushed a commit
that referenced
this issue
Sep 24, 2024
…d-registry-k8s@main PR link: networkservicemesh/cmd-registry-k8s#477 Commit: 41dc670 Author: Network Service Mesh Bot Date: 2024-09-24 05:29:58 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main (#477) PR link: networkservicemesh/sdk-k8s#525 Commit: 9c87849 Author: Network Service Mesh Bot Date: 2024-09-24 05:26:35 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#525) PR link: networkservicemesh/sdk#1526 Commit: 052aded Author: Ivan Osipov Date: 2024-09-24 14:21:51 +0400 Message: - Fix typo in server.go (#1526) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot
added a commit
that referenced
this issue
Sep 24, 2024
…d-registry-k8s@main (#12301) PR link: networkservicemesh/cmd-registry-k8s#477 Commit: 41dc670 Author: Network Service Mesh Bot Date: 2024-09-24 05:29:58 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main (#477) PR link: networkservicemesh/sdk-k8s#525 Commit: 9c87849 Author: Network Service Mesh Bot Date: 2024-09-24 05:26:35 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#525) PR link: networkservicemesh/sdk#1526 Commit: 052aded Author: Ivan Osipov Date: 2024-09-24 14:21:51 +0400 Message: - Fix typo in server.go (#1526) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io> Co-authored-by: NSMBot <nsmbot@networkservicmesh.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add examples for iperf testing.
iperf is usually run as a client and a server.
The iperf client can be run as any other workload using the nsc client, similar to Kernel2Kernel or Kernel2Vxlan2Kernel but adding iperf client to as a container to the Pod spec for nsc-kernel and iperf server to the Pod spec for nse-kernel.
Please note: you can use gotestmd to build go based tests in integration-tests and run in integration-k8s-kind. In this way you can simply document how to use iperf and the tests will be automatically generated from that documentation.
While intgration-k8s-kind won't optimize performance, its a very fast environment to get going in while developing those tests.
The text was updated successfully, but these errors were encountered: