zoukankan      html  css  js  c++  java
  • Performance Testing Guidance学习笔记之二

    Performance Tesing的定义:

    Performance testing is a type of testing intended to determine the responsiveness, throughput, reliability, and/or scalability of a system under a given workload. Performance testing is commonly conducted to accomplish the following:

    . Assess production readiness.

    . Evaluate against performance criteria.

    . Compare performance characteristics of multiple systems or system configurations.

    . Find the source of performance problems.

    . Support systen tuning.

    . Find throughput levels.

    Performance Testing的分类:

    Performance testing: This type of testing determines or validates the speed, scalability, and/or stability characteristics of the system or application under test. Performance is concerned with achieving response times, throughout, and resource utilization levels that meet the performance objectives for the project or product.

    Load Testing:  This subcategory of performance testing is focus on determing or validating performance characteristics of the system or application under test when subjected to workloads and load volumes anticipated during production operations

    StressTesting:  This subcategory of performance testing is focus on determing or validating performance characteristics of the system or application under test when subjected to conditions beyond those anticipated during production operations 

    作者:Shane
    出处:http://bluescorpio.cnblogs.com
    本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。
  • 相关阅读:
    4A安全体系
    Linux 安装 Nginx
    Linux 安装 Mysql
    Web容器对比
    Nginx 学习记录
    SO_REUSEADDR选项的平台差异(对于TCP)
    centos下搭建yum服务器
    IOCP 下行为投递的关键点
    网络包解包错误 与 标准io(linux)
    关闭ssh的dns反向解析
  • 原文地址:https://www.cnblogs.com/bluescorpio/p/1630100.html
Copyright © 2011-2022 走看看