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

[RFC] Optimize Nginx with PGO #326

Open
ptr1337 opened this issue Aug 30, 2024 · 1 comment
Open

[RFC] Optimize Nginx with PGO #326

ptr1337 opened this issue Aug 30, 2024 · 1 comment
Assignees

Comments

@ptr1337
Copy link
Member

ptr1337 commented Aug 30, 2024

Nginx is a heavily used webserver.

CachyOS is currently not much known for server usage, but still having a bunch of users, which are using nginx.
As Instrumentation we can use following:
https://github.com/envoyproxy/nighthawk

e.g:
/nighthawk_client --rps 15000 --duration 300 --connections 4 --concurrency auto --prefetch-connections -v info http://127.0.0.1:8080

Results from Third Party:

@1Naim
Copy link
Member

1Naim commented Sep 8, 2024

It seems that latency suffers with PGO, according to referenced third party results. It is only one datapoint however and we need to do our own benchmarks.

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

2 participants