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

Benchmark tracing performance #40

Open
1 of 3 tasks
shuhaowu opened this issue Jul 30, 2023 · 0 comments
Open
1 of 3 tasks

Benchmark tracing performance #40

shuhaowu opened this issue Jul 30, 2023 · 0 comments
Labels
tracing Issues involving the tracing system

Comments

@shuhaowu
Copy link
Contributor

shuhaowu commented Jul 30, 2023

  • Emit latency (min, avg, max, p99) and throughput (max emit per second).
  • TraceAggregator throughput: need to understand the impact of serializing the data and also file write performance
    • Can use a "test sink" that doesn't write to file to test for CPU overhead.
  • Data rate: need to know the data size per event which can be used to extrapolate IO rates when writing data to sinks. Compare results with when string interning is implemented.
@shuhaowu shuhaowu added this to the Tracing V1 milestone Jul 30, 2023
@shuhaowu shuhaowu removed this from the Tracing V1 milestone Jul 30, 2023
@shuhaowu shuhaowu added the tracing Issues involving the tracing system label Jul 30, 2023
@shuhaowu shuhaowu self-assigned this Aug 9, 2023
@shuhaowu shuhaowu removed their assignment Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tracing Issues involving the tracing system
Projects
No open projects
Development

No branches or pull requests

1 participant