ItsLastDay / StackOverflow_Map

A project for creating 2D visualization of StackOverflow tags.
GNU General Public License v3.0
3 stars 1 forks source link

Perform load testing on a demonstration server #15

Open ItsLastDay opened 7 years ago

ItsLastDay commented 7 years ago

In order to prepare for showing our visualization, we should test how server behaves under load.

I guess we can do it using Yandex.Tank.

ItsLastDay commented 7 years ago

I've managed to install Y.Tank and throw a 100rps load from my home machine. It works well. Under higher load there are many "request timeout" results. Not sure I'm doing this right: there may be network (long distance for a request to travel, this is mentioned in Tank tutorial) or rate-limiting (maybe more than 100 requests are dropped by nginx?) constraints for my home computer.