负载测试的性能指标?

时间:2019-09-23 04:50:52

标签: testing jmeter automated-tests performance-testing load-testing

目前,我正在研究负载和性能测试的主题。但是,在我们的计划中,客户现在希望为负载和性能测试指定指标。但我个人对此提出了质疑。负载和性能测试中的性能指标到底是什么?

1 个答案:

答案 0 :(得分:2)

您可以根据客户端和服务器端指标来分开性能指标:

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.

仅举几例。