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

Add option to enable different statistics in the chart menu #2946

Closed
2 tasks done
orion160 opened this issue Oct 18, 2024 · 1 comment
Closed
2 tasks done

Add option to enable different statistics in the chart menu #2946

orion160 opened this issue Oct 18, 2024 · 1 comment

Comments

@orion160
Copy link

Prerequisites

Description

On the chart menu the only possible statistics for requests are p95 and p99.

@andrewbaldwin44
Copy link
Collaborator

Hey @orion160, have you seen PERCENTILES_TO_CHART in https://docs.locust.io/en/stable/configuration.html?

You can change which percentiles you would like to see in your locustfile like so:

import locust.stats
locust.stats.PERCENTILES_TO_CHART = [0.5, 0.6, 0.7]

@andrewbaldwin44 andrewbaldwin44 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants