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

How to change x-axis for the vegeta realtime? #673

Open
ocodista opened this issue Dec 14, 2023 · 0 comments
Open

How to change x-axis for the vegeta realtime? #673

ocodista opened this issue Dec 14, 2023 · 0 comments

Comments

@ocodista
Copy link

Proposal

I would like to change the x-axis values to be seconds passed or requests sent, currently it's showing an awkward percentage of conclusion (maybe)?

Background

When running the vegeta as realtime using jaggr and plot, some really strange value appears on x-axis. I would love to have seconds/requests passed.

 vegeta attack -targets targets.txt -rate 10 -duration 10s | vegeta encode | \
    jaggr @count=rps \
          hist\[100,200,300,400,500\]:code \
          p25,p50,p95:latency \
          sum:bytes_in \
          sum:bytes_out | \
    jplot rps+code.hist.100+code.hist.200+code.hist.300+code.hist.400+code.hist.500 \
          latency.p95+latency.p50+latency.p25 \
          bytes_in.sum+bytes_out.sum
image

Workarounds

Not that I know of, but would love to :D

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

No branches or pull requests

1 participant