How can I calculate and forecast the primary server call usage if I have
100k more users going to be added next month onwards? Would pageviews be
a good approximation i.e s.t() calls? Or should I use how many page
views per unique visitor? So, currently, we have 500k pageviews for 100k
unique visitors, so, how many more page views for 200k unique
visitors(it includes additional 100k unique visitors)? Would that be the
right line of thinking for forecasting primary server call usage?