一般来说,是否有适当的方法、方程式或技术可以说“我的 Web 应用程序需要支持N
总用户数,通过这个方程式/技术/rockHardExperience 告诉我我需要支持X
并发页面请求的数量”?
从我的研究和/或直觉来看,它似乎是这样的:
totalLoadCapabilityRequired = (totalUsersN x .10 ) * .5
where .10 is for roughly 10% on at any given time
and the whole thing multiplied by 50% to suggest a 50% chance of those total users online executing a request at roughly the same time
任何见解都将帮助我确保在我的应用程序中实现与需求相匹配的支持。我希望有很多用户,但不想过早地过度预期。首先,我知道我正在为其编程的组织将有 45,000 名用户想要使用我的系统,并期待更多的成功。