cloudfoundry / cloudfoundry/nginx-buildpack
how many request can NGINX handle with one single instance in Cloud foundry
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 30
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Description
I am running Web application using the NGINX buildpack with single instance of 2GB RAM. Would like to know how many requests single instance can handle?
worker_process: 8
worker_connections: 4096
Based on that i can decide the horizontal instance scalling.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names an NGINX buildpack deployment with one 2 GB instance, eight workers, and 4096 worker connections, but no files or tests. Start by identifying the workload and benchmarking method needed to answer the capacity question; done would be a documented, reproducible request-capacity result and scaling guidance for this configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nginx
- Domain
- cloud, performance
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100