我们可以使用哪些工具来进行aws服务器的性能测试?
What are the tools we can use for performance test on aws server?
我想对 AWS 服务器上托管的应用程序进行性能测试。 SQL 用作数据库。
为了进行性能测试,可以使用哪些工具?
我可以使用 JMeter 运行 脚本吗?
我如何衡量服务器性能(内存、CPU 使用情况、网络)?
性能测试工具将被测应用程序视为 "black box",因此从性能测试工具的角度来看,应用程序所在的位置完全没有区别:在本地、云端,无论是单个节点还是集群.
所以请随意使用 JMeter 或 any other performance testing tool。
关于在给定 Amazon Infrastructure 的情况下测量服务器性能,最明显的选择是 Amazon CloudWatch。
如果由于某种原因您无法使用 Amazon CloudWatch,您始终可以坚持使用 JMeter PerfMon Plugin, just consider EC2 instance a "normal" server and install PerfMon Server Agent there (make sure to open port 4444 for TCP and/or UDP transports in EC2 Security Group 和 OS 防火墙。
此外,如果您正在测试 Amazon ELB make sure to add DNS Cache Manager 落后于您的测试计划
的应用程序
我想对 AWS 服务器上托管的应用程序进行性能测试。 SQL 用作数据库。
为了进行性能测试,可以使用哪些工具? 我可以使用 JMeter 运行 脚本吗? 我如何衡量服务器性能(内存、CPU 使用情况、网络)?
性能测试工具将被测应用程序视为 "black box",因此从性能测试工具的角度来看,应用程序所在的位置完全没有区别:在本地、云端,无论是单个节点还是集群.
所以请随意使用 JMeter 或 any other performance testing tool。
关于在给定 Amazon Infrastructure 的情况下测量服务器性能,最明显的选择是 Amazon CloudWatch。
如果由于某种原因您无法使用 Amazon CloudWatch,您始终可以坚持使用 JMeter PerfMon Plugin, just consider EC2 instance a "normal" server and install PerfMon Server Agent there (make sure to open port 4444 for TCP and/or UDP transports in EC2 Security Group 和 OS 防火墙。
此外,如果您正在测试 Amazon ELB make sure to add DNS Cache Manager 落后于您的测试计划
的应用程序