19 ms·
We're pushing 7 billion api calls/month through it. on two aws boxes.
by rubyrescue 12y ago
We're pushing 7 billion api calls/month through it. on two aws boxes.
- nivertech 12y agoSo it's ~1300 RPS per EC2 instance on average? What the peak RPS and which EC2 instance type? julia> 7e9 / (30.4*24*60*60) / 2 1332.5414230019496
- rubyrescue 12y agothat's about right. > 3k at peak. it's a simple POST for logging views. not a lot of data in each POST. not sure on EC2 box size. using https://github.com/extend/cowboy https://github.com/extend/cowboy and pushing to a 16 server cassandra cluster.