- Performance Testing with JMeter 3(Third Edition)
- Bayo Erinle
- 202字
- 2021-07-02 19:07:07
Performance testing and tuning
There is a strong relationship between performance testing and tuning, in the
sense that one often leads to the other. Often, end-to-end testing unveils system
or application bottlenecks that are regarded as unacceptable for project target goals. Once those bottlenecks are discovered, the next step for most teams is a series of tuning efforts to make the application perform adequately.
Such efforts normally include, but are not limited to, the following:
- Configuring changes in system resources
- Optimizing database queries
- Reducing round trips in application calls, sometimes leading to redesigning and re-architecting problematic modules
- Scaling out application and database server capacity
- Reducing application resource footprint
- Optimizing and refactoring code, including eliminating redundancy and reducing execution time
Tuning efforts may also commence if the application has reached acceptable performance but the team wants to reduce the amount of system resources being
used, decrease the volume of hardware needed, or further increase system performance.
After each change (or series of changes), the test is re-executed to see whether the performance has improved or declined due to the changes. The process
will be continued with the performance results having reached acceptable goals.
The outcome of these test-tuning circles normally produces a baseline.
- Monkey Game Development:Beginner's Guide
- Mastering JavaScript Object-Oriented Programming
- JavaScript語言精髓與編程實踐(第3版)
- Learning SAP Analytics Cloud
- Learn Scala Programming
- ASP.NET 3.5程序設計與項目實踐
- Serverless computing in Azure with .NET
- Instant Lucene.NET
- C++從入門到精通(第5版)
- C++反匯編與逆向分析技術揭秘(第2版)
- Java圖像處理:基于OpenCV與JVM
- Python高性能編程(第2版)
- Python程序設計:基礎與實踐
- Access 2016數據庫應用與開發:實戰從入門到精通(視頻教學版)
- SQL Server 2012數據庫管理與開發(慕課版)