负载测试的性能指标?
Performance Indicators for Load Testing?
目前我正在研究负载和性能测试的主题。然而,在我们的计划中,客户现在希望为负载和性能测试指定指标。在这里,我个人受到了过多的质疑。负载和性能测试中的性能指标究竟是什么?
您可以根据客户端和服务器端指标分离性能指标:
1.客户端指标: JMeter Dashboard
Average Response Time
Minimum Response Time
Maximum Response Time
90th Percentile
95th Percentile
99th Percentile
Throughput
Network Byte Send
Network Byte Received
Error% and different types of Error received
Response Time Over Time
Active Threads Over Time
Latencies Over Time
Connect Time Over Time
Hits Per Second
Codes Per Second
Transactions Per Second
Total Transactions Per Second etc.
You can also obtain Composite Graphs for better understanding.
2。服务器端指标:
CPU Utilization
Memory Utilization
Disk Details
Filesystem Details
Network Trafic Details
Network Socket
Network Netstat
Network TCP
Network UDP
Network ICMP etc.
3。组件级监控:
Language Specific likes Java, .Net, Python etc.
Database Server
Web Server
Application Server
Broker Statistics
Load Balancers etc.
仅举几例。
目前我正在研究负载和性能测试的主题。然而,在我们的计划中,客户现在希望为负载和性能测试指定指标。在这里,我个人受到了过多的质疑。负载和性能测试中的性能指标究竟是什么?
您可以根据客户端和服务器端指标分离性能指标:
1.客户端指标: JMeter Dashboard
Average Response Time
Minimum Response Time
Maximum Response Time
90th Percentile
95th Percentile
99th Percentile
Throughput
Network Byte Send
Network Byte Received
Error% and different types of Error received
Response Time Over Time
Active Threads Over Time
Latencies Over Time
Connect Time Over Time
Hits Per Second
Codes Per Second
Transactions Per Second
Total Transactions Per Second etc.
You can also obtain Composite Graphs for better understanding.
2。服务器端指标:
CPU Utilization
Memory Utilization
Disk Details
Filesystem Details
Network Trafic Details
Network Socket
Network Netstat
Network TCP
Network UDP
Network ICMP etc.
3。组件级监控:
Language Specific likes Java, .Net, Python etc.
Database Server
Web Server
Application Server
Broker Statistics
Load Balancers etc.
仅举几例。