Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有可能使用 casperJS/phantomJS 执行负载测试?我对此一无所知。我的确切情况是我应该在我的公司测试一个 Web 项目。是否有可能模拟许多用户同时使用 casperJS/phantomJS 访问该站点?
谢谢你和问候,亚历克斯
在我看来,casper 和 phantom 并不是真正用于负载测试 - 它们是用于测试您的前端代码,确保在您按下按钮时发生正确的事情等。
对于负载测试,我建议使用专用的基准测试工具,例如 apache bench(随您的 apache 安装提供,因此如果您安装了 wamp,那么您已经拥有它)。它测量每个页面的加载时间,并为您提供有关请求的各种统计信息,例如最快、最慢、正态分布等。
查看https://loadbooster.com/
您可以使用 CapserJS 和 phantomJS 来分发测试。