perf-tests icon indicating copy to clipboard operation
perf-tests copied to clipboard

netperf documentation

Open extravio opened this issue 1 year ago • 2 comments

What would you like to be added: Can we add a "Get started" section to the README on the netperf tool to describe how to set up the components?

Why is this needed: I get the following error in the orchestrator's logs:

flag provided but not defined: -testFrom

and the pod doesn't start

extravio avatar Dec 08 '23 00:12 extravio

flag provided but not defined: -testFrom how to fix this issue? I am also facing same issue

Avnshrai avatar Jan 11 '24 12:01 Avnshrai

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle stale
  • Close this issue with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot avatar Apr 10 '24 13:04 k8s-triage-robot

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle rotten
  • Close this issue with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

k8s-triage-robot avatar May 10 '24 13:05 k8s-triage-robot

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue with /reopen
  • Mark this issue as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close not-planned

k8s-triage-robot avatar Jun 09 '24 14:06 k8s-triage-robot

@k8s-triage-robot: Closing this issue, marking it as "Not Planned".

In response to this:

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.

This bot triages issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Reopen this issue with /reopen
  • Mark this issue as fresh with /remove-lifecycle rotten
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/close not-planned

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

k8s-ci-robot avatar Jun 09 '24 14:06 k8s-ci-robot

@extravio @Avnshrai did any of you ever figure this out ?

bernardgut avatar Sep 06 '24 16:09 bernardgut

The default image hasn't been updated for a while. You can build the image manually and set the image tag on launch with the following steps:

docker build . -t netperf:latest --build-arg GOLANG_VERSION=1.22-bullseye
go run launch.go -image netperf:latest

justin0u0 avatar Sep 27 '24 06:09 justin0u0

Thanks for posting a resolution. I just built the image and ran the launch command. Somehow my pods are Pending but nothing happens. image

AlexanderDotH avatar Sep 28 '24 18:09 AlexanderDotH

Thanks for posting a resolution. I just built the image and ran the launch command. Somehow my pods are Pending but nothing happens.

Hi @AlexanderDotH,

A "Pending" status generally indicates that the pod is unable to be scheduled onto a node. You can describe the pod to get more information. Typically this is not related to the application itself.

For more details, you can refer to https://kubernetes.io/docs/tasks/debug/debug-application/debug-pods/#my-pod-stays-pending.

Hope this helps!

justin0u0 avatar Sep 28 '24 19:09 justin0u0

@bernardgut @Avnshrai I managed to make it work thanks to this: https://www.linkedin.com/pulse/testing-network-performance-iperf3-kubernetes-ghassan-malke-/

extravio avatar Sep 29 '24 20:09 extravio