Statistics for requests on deployed VPS servers
I was thinking about the various scalability possibilities and suddenly realized that I really don't know how much one server (VPS) can handle. A question for those who have uploaded projects.
Imagine a server with
- 1 Gb Ram
- 1 Xeon CPU
- CentOS
- LAMP with FastCGI
- PostgreSQL on the same machine
And we need to calculate the number of requests, so I decided to use average parameters for the application:
- 80% of queries using one db call with indexes
- 40-50 Kb for html
- Cash in 60% of cases
Add some other parameters and you can calculate or tell your story about your loads?
0
a source to share