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

Enable parallelism in pod 2 service #138

Closed
wants to merge 3 commits into from

Conversation

rsevilla87
Copy link
Member

Type of change

  • Refactor
  • New feature
  • Bug fix
  • Optimization
  • Documentation Update

Description

Migrated drivers:

  • netperf
  • iperf3
  • uperf

Related Tickets & Documents

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.

Testing

---
$ cat netperf.yml
tests:
  - TCPStream:
    parallelism: 2
    profile: "TCP_STREAM"
    duration: 10
    samples: 1
    messagesize: 1024
    service: true

  - TCPStream4:
    parallelism: 4
    profile: "TCP_STREAM"
    duration: 10
    samples: 1
    messagesize: 1024
    service: true

  - UDPStream:
    parallelism: 4
    profile: "UDP_STREAM"
    duration: 10
    samples: 1
    messagesize: 1024
    service: true

$ ./bin/amd64/k8s-netperf --iperf=true --uperf=true --netperf=true                           
blabla
+-------------------+---------+------------+-------------+--------------+---------+--------------+-----------+----------+---------+--------------------+--------------------------+
|    RESULT TYPE    | DRIVER  |  SCENARIO  | PARALLELISM | HOST NETWORK | SERVICE | MESSAGE SIZE | SAME NODE | DURATION | SAMPLES |     AVG VALUE      | 95% CONFIDENCE INTERVAL  |
+-------------------+---------+------------+-------------+--------------+---------+--------------+-----------+----------+---------+--------------------+--------------------------+
| 📊 Stream Results | netperf | TCP_STREAM | 2           | false        | true    | 1024         | false     | 10       | 1       | 9563.330000 (Mb/s) | 0.000000-0.000000 (Mb/s) |
| 📊 Stream Results | iperf3  | TCP_STREAM | 2           | false        | true    | 1024         | false     | 10       | 1       | 9729.428480 (Mb/s) | 0.000000-0.000000 (Mb/s) |
| 📊 Stream Results | uperf   | TCP_STREAM | 2           | false        | true    | 1024         | false     | 10       | 1       | 9709.381217 (Mb/s) | 0.000000-0.000000 (Mb/s) |
| 📊 Stream Results | netperf | TCP_STREAM | 4           | false        | true    | 1024         | false     | 10       | 1       | 12098.420000 (Mb/s) | 0.000000-0.000000 (Mb/s) |
| 📊 Stream Results | iperf3  | TCP_STREAM | 4           | false        | true    | 1024         | false     | 10       | 1       | 12199.460864 (Mb/s) | 0.000000-0.000000 (Mb/s) |
| 📊 Stream Results | uperf   | TCP_STREAM | 4           | false        | true    | 1024         | false     | 10       | 1       | 12182.172435 (Mb/s) | 0.000000-0.000000 (Mb/s) |
| 📊 Stream Results | netperf | UDP_STREAM | 4           | false        | true    | 1024         | false     | 10       | 1       | 6398.070000 (Mb/s) | 0.000000-0.000000 (Mb/s) |
| 📊 Stream Results | iperf3  | UDP_STREAM | 4           | false        | true    | 1024         | false     | 10       | 1       | 6542.152704 (Mb/s) | 0.000000-0.000000 (Mb/s) |
| 📊 Stream Results | uperf   | UDP_STREAM | 4           | false        | true    | 1024         | false     | 10       | 1       | 8490.306765 (Mb/s) | 0.000000-0.000000 (Mb/s) |
+-------------------+---------+------------+-------------+--------------+---------+--------------+-----------+----------+---------+--------------------+--------------------------+
                                          

Signed-off-by: Raul Sevilla <[email protected]>
Signed-off-by: Raul Sevilla <[email protected]>
Signed-off-by: Raul Sevilla <[email protected]>
@rsevilla87 rsevilla87 requested a review from jtaleric March 1, 2024 15:20
@rsevilla87 rsevilla87 closed this Mar 1, 2024
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

Successfully merging this pull request may close these issues.

[RFE] Parallelism in pod 2 service scenarios
1 participant