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

[chore] Add benchmark for container parser #34281

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

ChrsMark
Copy link
Member

@ChrsMark ChrsMark commented Jul 28, 2024

Description:

This PR adds benchmark for the container parser.

Results:

# Test PerformanceResults
Started: Sun, 28 Jul 2024 20:31:06 +0300

Test                                    |Result|Duration|CPU Avg%|CPU Max%|RAM Avg MiB|RAM Max MiB|Sent Items|Received Items|
----------------------------------------|------|-------:|-------:|-------:|----------:|----------:|---------:|-------------:|
Log10kDPS/OTLP                          |PASS  |     15s|    10.4|    11.0|         68|         94|    150100|        150100|
Log10kDPS/OTLP-HTTP                     |PASS  |     15s|     7.9|     9.7|         63|         90|    150100|        150100|
Log10kDPS/filelog                       |PASS  |     15s|     7.8|     8.7|         65|         93|    150100|        150100|
Log10kDPS/filelog_checkpoints           |PASS  |     15s|     7.1|     8.0|         63|         91|    150100|        150100|
Log10kDPS/kubernetes_containers         |PASS  |     15s|    18.3|    19.7|         67|         96|    150100|        150100|
Log10kDPS/kubernetes_containers_parser  |PASS  |     15s|    18.2|    19.0|         66|         95|    150100|        150100|
Log10kDPS/k8s_CRI-Containerd            |PASS  |     15s|    15.4|    16.3|         66|         95|    150100|        150100|
Log10kDPS/k8s_CRI-Containerd_no_attr_ops|PASS  |     15s|    15.1|    16.3|         66|         95|    150100|        150100|
Log10kDPS/CRI-Containerd                |PASS  |     15s|    11.1|    13.0|         65|         93|    150100|        150100|
Log10kDPS/syslog-tcp-batch-1            |PASS  |     15s|    16.4|    18.0|         63|         91|    150100|        150100|
Log10kDPS/syslog-tcp-batch-100          |PASS  |     15s|     6.1|     6.7|         61|         90|    150100|        150100|
Log10kDPS/FluentForward-SplunkHEC       |PASS  |     15s|    26.7|    28.0|         65|         94|    149800|        149800|
Log10kDPS/tcp-batch-1                   |PASS  |     15s|    17.7|    18.7|         62|         91|    150100|        150100|
Log10kDPS/tcp-batch-100                 |PASS  |     15s|     6.2|     7.0|         62|         90|    150100|        150100|

Total duration: 213s

Link to tracking Issue: #31959

Testing:

Documentation:

FYI @djaglowski @TylerHelmuth

Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
@ChrsMark ChrsMark force-pushed the container_parser_testbed branch from 1971c28 to 0ecaf9e Compare July 28, 2024 17:42
@ChrsMark ChrsMark marked this pull request as ready for review July 28, 2024 17:54
@ChrsMark ChrsMark requested review from a team and mx-psi July 28, 2024 17:54
@djaglowski
Copy link
Member

Any reason not to replace all the other container parsing tests?

@ChrsMark
Copy link
Member Author

ChrsMark commented Jul 30, 2024

Any reason not to replace all the other container parsing tests?

Since there might be cases where these configs are still used out there I think it makes sense to provide this comparison for now. Eventually those can be removed yes but I would give it some time. Would that make sense?

@djaglowski djaglowski merged commit 2ac3b6c into open-telemetry:main Jul 30, 2024
156 checks passed
@github-actions github-actions bot added this to the next release milestone Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants