I am working on Web App whose peak is only once an year. From the google analytics reports it tells like on the peak day, on peak hour, there was around 3 000 Sessions between an 2 peak hours (15 000 sessions @12:00pm & 18 000 at 13:00). User spend almost 8 minutes on the site. Every year during that time our application fails. So at what concurrency, I should test my application when I am doing load test.
Once article I read formula is this Concurrent Visitors = Hourly visitors * Time Spent on Site / 3600
. If this is right, we need only to test till 400 users. But on Google Analytics, I saw 3800 users on its real time monitor.Is this right?