SlideShare uma empresa Scribd logo
1 de 30
Baixar para ler offline
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 1 of 30 
Performance and Load Test Report Template LTR 
Prepared by: Shay Ginsbourg, Consultant 
Reviewed by: Dan Jones, Software QA Manager 
Approved by: John Doe, Director of Software Development
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 2 of 30 
Contents 
1. Introduction .......................................................................................................................................... 3 
2. Glossary ................................................................................................................................................. 4 
3. Scenario Specification ........................................................................................................................... 5 
4. Load Test Hardware .............................................................................................................................. 6 
5. Load Test Software ............................................................................................................................... 7 
6. Test Data and Requirements ................................................................................................................ 8 
7. Test Case Specification .......................................................................................................................... 9 
8. Results ................................................................................................................................................. 10 
9. Stress Testing ...................................................................................................................................... 16 
10. Resource Monitoring ...................................................................................................................... 19 
11. Analysis ........................................................................................................................................... 21 
12. Conclusions ..................................................................................................................................... 29 
13. References ...................................................................................................................................... 30
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 3 of 30 
1. Introduction 
Successful websites and web applications demonstrate great performance, having the ability to scale up and accurately execute fast while concurrently serving all types of users. Scalability is a web application's ability to adapt to growing demands without performance degradation. Load testing is the process of putting demands on a system and measuring its responses under stressful conditions in order to identify the maximum operating capacity and pin-point any virtual bottlenecks. Monitoring is the process of verifying that end-users can interact with an existing website or web application as required. While load testing is normally performed before a website or web application is launched, monitoring is continuously required 24x7 after the release. Rather than merely sampling infrastructure parameter values, there are programmed virtual users that accurately test the system under load, and later reused for precise monitoring and alerting on performance related events. 
This document is a load test report (LTR). The following pages provide the settings, results, and conclusions derived from the load tests, as specified.
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 4 of 30 
2. Glossary 
Concurrent Users 
The number of users that simultaneously operate the same system at the same time. CPU Utilization 
A computer's usage of processing resources, or the amount of work handled by a CPU. Disk Utilization 
Disk utilization is the amount of space being used on a disk or how busy the disk is with respect to I/O operations. Expected response time 
The allowed interval from when a user initiates a request to the instant at which the first part of the response is received at by the application. Memory Utilization 
The amount of memory that a software application uses or references while running. Network Utilization 
The percentage of a network's bandwidth that is currently being consumed by network traffic. Scalability Testing 
The testing of a software application for measuring its capability to scale up or scale out in terms of any of its non-functional capability. Throughput 
The rate at which data can be transferred. Throughput is usually measured in bits per second (bit/s or bps), and sometimes in data packets per second or data packets per time slot. Transactions per second 
The number of actions performed per second. For example, the number of database transactions performed per second. Virtual Users 
Programmed simulation of user actions used for testing a system in a realistic
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 5 of 30 
2. Scenario Specification 
Load testing is a part of a more general process known as performance testing. Examples of load testing operations may include: downloading a series of large files from the Internet, running multiple applications on a computer or server simultaneously, assigning many jobs to a printer in a queue, subjecting a server to a large amount of e-mail traffic, writing and reading data to and from a hard disk continuously, etc. 
Load testing can be conducted in two ways. Longevity testing, also called endurance testing, evaluates a system's ability to handle a constant, moderate work load for a long time. Volume testing, on the other hand, subjects a system to a heavy work load for a limited time. Either approach makes it possible to pinpoint bottlenecks, bugs and component limitations. For example, a computer may have a fast processor but a limited amount of RAM (random-access memory). Load testing can provide the user with a general idea of how many applications or processes can be run simultaneously while maintaining the rated level of performance. 
Load testing differs from stress testing, which evaluates the extent to which a system keeps working when subjected to extreme workloads or when some of its hardware or software has been compromised. The primary goal of load testing is to define the maximum amount of work a system can handle without significant performance degradation. 
Performance and load testing is normally performed in order to validate multi-client-server complex system. This load test scenario is based on … 
The scenario was created in order to validate that the followings requirements have been met by the current version of the server application: … 
The system topology that is relevant to the performance and load testing procedure was created …
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 6 of 30 
4. Load Test Hardware Load test hardware requirements depend on mainly on the footprint of the virtual client that creates load on the EXAMPLE server side. In the EXAMPLE Web APP system, the client is a Web browser that buffers thousands of EXAMPLES. That creates rather a fat client with huge memory requirements. Running an EXAMPLE load test from CMD w/o JAVA GUI: On a 64-bit LINUX EXAMPLE workstation with 8 GB RAM, 10 concurrent virtual users are below the maximum, sizing approximately 2 GB JAVA.EXE process size. With EXAMPLE JAVA GUI: On a 64-bit LINUX EXAMPLE workstation with 8 GB RAM, approximately 5 concurrent virtual users are the maximum, sizing 4.0-4.5 GB JAVA.EXE process size, depending probably on the EXAMPLE size of the specific video frames that were buffered.
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 7 of 30 
5. Load Test Software The selected load generation environment is:  Java Virtual Machine 64-bit on LINUX Ubuntu 14 64-bit,  JMeter version 2.11,  Standard and extra set of JMeter Plug-ins version 1.1.3. The Apache JMeter™ desktop application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions. Apache JMeter™ may be used to test performance both on static and dynamic resources (files, Servlets, Perl scripts, Java Objects, Data Bases and Queries, FTP Servers and more). It can be used to simulate a heavy load on a server, network or object to test its strength or to analyze overall performance under different load types. Moreover, it can be used it to make a graphical analysis of performance or to test your server/script/object behavior under heavy concurrent load.
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 8 of 30 
6. Test Data and Requirements 
param val comment 
loadBalancerIP 
10.150.150.50 
LB 
app1ServerIP 
10.150.150.11 
APP SERVER 1 
app2ServerIP 
10.150.150.12 
APP SERVER 2 
sqlServerIP 
10.150.150.10 
SQL 
NVU 
10 - 200 
number of virtual users 
RUP 
1 VU/sec 
rump-up period in seconds from first to last virtual user launching 
SLC 
1 
scenario loop count (main iteration count) 
Param 1 
Val 1 
Comment 1 
Param 2 
Val 2 
Comment 2 
Param 3 
Val 3 
Comment 3 
Param 4 
Val 4 
Comment 4 
Param 5 
Val 5 
Comment 5 
Param 6 
Val 6 
Comment 6 
… 
… 
NCDB 
15 
Number of Cases in the DB 
drive 
Local 
Local/Net 
Viewing mode Param 1 Param 2 Param 3 Param 4 Param 5 Param 6 Param 7 
Mode 1 
2 
3 
9 
4 
6 
4 
4 
Mode 2 
… 
Mode 3 
… 
EXAMPLE Off EXAMPLE Red 
Type 
0 
1 
2 
Contrast 
… 
 Remark 1... 
 Remark 2…
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 9 of 30 
7. Test Case Specification 
# Test Case Number of Users EXAMPLE parameter View Mode Page rate (pps) Frame rate (fps) EXAMPLE Page size EXAMPLE Enhancement 
1 
1 SANITY 
2 
3 
4 
5 
6 
7 
8 
9 
10
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 10 of 30 
8. Results Test case 1 - SANITY (EXAMPLE Test run duration = x min), EXAMPLE = Off Label # Samples Ave Med 90% Min Max %err 
T1. Transaction Controller – Perform authentication 
T2. Transaction Controller - EXAMPLE manager 
T3. Transaction Controller - EXAMPLE 
T4. Get Pages - Initial Buffering (EXAMPLE) 
T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) 
T5.2 Get Pages - Scrolling (EXAMPLE) 
T5.3 Create Thumbnail - EXAMPLE 
TOTAL
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 11 of 30 
Test case 10 (EXAMPLE Test run duration = x min), EXAMPLE = Off Label # Samples Ave Med 90% Min Max %err 
T1. Transaction Controller – Perform authentication 
T2. Transaction Controller - EXAMPLE manager 
T3. Transaction Controller - EXAMPLE 
T4. Get Pages - Initial Buffering (EXAMPLE) 
T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) 
T5.2 Get Pages - Scrolling (EXAMPLE) 
T5.3 Create Thumbnail - EXAMPLE 
TOTAL
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 12 of 30 
Test case 11 (EXAMPLE Test run duration = x min), EXAMPLE = Off Label # Samples Ave Med 90% Min Max %err 
T1. Transaction Controller – Perform authentication 
T2. Transaction Controller - EXAMPLE manager 
T3. Transaction Controller - EXAMPLE 
T4. Get Pages - Initial Buffering (EXAMPLE) 
T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) 
T5.2 Get Pages - Scrolling (EXAMPLE) 
T5.3 Create Thumbnail - EXAMPLE 
TOTAL
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 13 of 30 
Test case 12 (EXAMPLE Test run duration = x min), EXAMPLE = Off Label # Samples Ave Med 90% Min Max %err 
T1. Transaction Controller – Perform authentication 
T2. Transaction Controller - EXAMPLE manager 
T3. Transaction Controller - EXAMPLE 
T4. Get Pages - Initial Buffering (EXAMPLE) 
T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) 
T5.2 Get Pages - Scrolling (EXAMPLE) 
T5.3 Create Thumbnail - EXAMPLE 
TOTAL
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 14 of 30 
Test case 13 (EXAMPLE Test run duration = x min), EXAMPLE = Off Label # Samples Ave Med 90% Min Max %err 
T1. Transaction Controller – Perform authentication 
T2. Transaction Controller - EXAMPLE manager 
T3. Transaction Controller - EXAMPLE 
T4. Get Pages - Initial Buffering (EXAMPLE) 
T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) 
T5.2 Get Pages - Scrolling (EXAMPLE) 
T5.3 Create Thumbnail - EXAMPLE 
TOTAL
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 15 of 30 
Test case 14 (EXAMPLE Test run duration = x min), EXAMPLE = Off Label # Samples Ave Med 90% Min Max %err 
T1. Transaction Controller – Perform authentication 
T2. Transaction Controller - EXAMPLE manager 
T3. Transaction Controller - EXAMPLE 
T4. Get Pages - Initial Buffering (EXAMPLE) 
T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) 
T5.2 Get Pages - Scrolling (EXAMPLE) 
T5.3 Create Thumbnail - EXAMPLE 
TOTAL
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 16 of 30 
9. Stress Testing Test case 500 - STRESS (EXAMPLE Test run duration = 5.5 hours), EXAMPLE = Off Label # Samples Ave Med 90% Min Max %err 
T1. Transaction Controller – Perform authentication 
T2. Transaction Controller - EXAMPLE manager 
T3. Transaction Controller - EXAMPLE 
T4. Get Pages - Initial Buffering (EXAMPLE) 
T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) 
T5.2 Get Pages - Scrolling (EXAMPLE) 
T5.3 Create Thumbnail - EXAMPLE 
TOTAL 
Stress test monitoring on both application servers: 
CPU = 90% 
Disk = 0 - 500 KB/sec I/O 
Memory = 35% Physical 
Network = 20 Mbps I/O
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 17 of 30 
Test case 500 - STRESS (EXAMPLE Test run duration = 5.5 hours), EXAMPLE = Off
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 18 of 30 
Test case 500 - STRESS (EXAMPLE Test run duration = 5.5 hours), EXAMPLE = Off
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 19 of 30 
10. Resource Monitoring Test case 10 (EXAMPLE Test run duration = x min), EXAMPLE = Off
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 20 of 30
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 21 of 30 
11. Analysis 11.1. Impact of FPS on Initial Buffering on T4: T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, EXAMPLE = Off Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
10 
12 
14 
16 
18 
20 
T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = Off Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
11 
13 
15 
17 
19 
21
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 22 of 30 
T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
110 
112 
114 
116 
118 
120 
T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
111 
113 
115 
117 
119 
121
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 23 of 30 
T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
210 
212 
214 
216 
218 
220 
T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
211 
213 
215 
217 
219 
221
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 24 of 30 
11.2. Impact of FPS on EXAMPLE Playing at T5.1: T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, EXAMPLE = Off Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
10 
12 
14 
16 
18 
20 
T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = Off Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
11 
13 
15 
17 
19 
21
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 25 of 30 
T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
110 
112 
114 
116 
118 
120 
T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
111 
113 
115 
117 
119 
121
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 26 of 30 
T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
210 
212 
214 
216 
218 
220 
T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
211 
213 
215 
217 
219 
221
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 27 of 30 
11.3. Impact of number of virtual users on Get Pages: T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where each user EXAMPLE, fps = 10: Test Case virtual users Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
315 
10 
310 
311 
312 
T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where each user EXAMPLE, fps = 10: Test Case virtual users Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
315 
10 
310 
311 
312
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 28 of 30 
11.4. Impact of EXAMPLE on Get Pages: T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, fps = 10: Test Case EXAMPLE Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
10 
Off 
110 
On 
210 
EXAMPLE 
T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, fps = 10: Test Case EXAMPLE Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 
10 
Off 
110 
On 
210 
EXAMPLE
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 29 of 30 
12. Conclusions 
12.1. Under the load generated by 10 virtual users, ranging from 10 to 40 FPS, the following happened … 12.2. The test duration range was approximately from 20 minutes per test case to EXAMPLE minutes. 12.3. The EXAMPLE parameter was not found to have a significant impact on the server response time inside the tested range but it did have a strong positive influence on the percentage of frames that arrived later than required (note the %err parameter on the result tables). 12.4. Test cases where all 10 users view EXAMPLE produced approximately the same results as test cases where each user views a different EXAMPLE. 12.5. The maximum response times of GET pages (EXAMPLE) operations have been found to be significantly larger than the average (and even the 90%) values of those operations. That finding suggests that the slowest 10% might suffer EXAMPLE Playing discontinuities. 12.6. The maximum server response time measured was EXAMPLE seconds (Test case 221, FPS=40, where all 10 users EXAMPLE, total 10 users, EXAMPLE = EXAMPLE).
Performance and Load Test Report – Template – LTR 
Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 30 of 30 
13. References 
13.1. Software Performance and Scalability: A Quantitative Approach, Henry H. Liu, Wiley 1st edition, May 26, 2009. 13.2. The Software Verification and Validation: An Engineering and Scientific Approach, Marcus S. Fisher, Springer 2007 edition, December 20, 2006. 13.3. Performance Testing With JMeter 2.9, Bayo Erinle, Packt Publishing, July 26, 2013.

Mais conteúdo relacionado

Mais procurados

Mais procurados (20)

ロボティクスにおける SLAM 手法と実用化例
ロボティクスにおける SLAM 手法と実用化例ロボティクスにおける SLAM 手法と実用化例
ロボティクスにおける SLAM 手法と実用化例
 
A systematic study of the class imbalance problem in convolutional neural net...
A systematic study of the class imbalance problem in convolutional neural net...A systematic study of the class imbalance problem in convolutional neural net...
A systematic study of the class imbalance problem in convolutional neural net...
 
3次元SLAMは誰でもできるよ。そう、TX2とTurtleBot3ならね。
3次元SLAMは誰でもできるよ。そう、TX2とTurtleBot3ならね。3次元SLAMは誰でもできるよ。そう、TX2とTurtleBot3ならね。
3次元SLAMは誰でもできるよ。そう、TX2とTurtleBot3ならね。
 
ビーズセッターロボットのためのDYNAMIXEL Workbenchの評価
ビーズセッターロボットのためのDYNAMIXEL Workbenchの評価ビーズセッターロボットのためのDYNAMIXEL Workbenchの評価
ビーズセッターロボットのためのDYNAMIXEL Workbenchの評価
 
Direct Sparse Odometryの解説
Direct Sparse Odometryの解説Direct Sparse Odometryの解説
Direct Sparse Odometryの解説
 
屋内測位技術の応用事例とPDRベンチマーク標準化委員会の活動概要
屋内測位技術の応用事例とPDRベンチマーク標準化委員会の活動概要屋内測位技術の応用事例とPDRベンチマーク標準化委員会の活動概要
屋内測位技術の応用事例とPDRベンチマーク標準化委員会の活動概要
 
Efficient estimation of word representations in vector space
Efficient estimation of word representations in vector spaceEfficient estimation of word representations in vector space
Efficient estimation of word representations in vector space
 
【DL輪読会】Standardized Max Logits: A Simple yet Effective Approach for Identifyi...
【DL輪読会】Standardized Max Logits: A Simple yet Effective Approach for Identifyi...【DL輪読会】Standardized Max Logits: A Simple yet Effective Approach for Identifyi...
【DL輪読会】Standardized Max Logits: A Simple yet Effective Approach for Identifyi...
 
RealSenseとYOLOを用いた物体把持
RealSenseとYOLOを用いた物体把持RealSenseとYOLOを用いた物体把持
RealSenseとYOLOを用いた物体把持
 
SLAM勉強会(3) LSD-SLAM
SLAM勉強会(3) LSD-SLAMSLAM勉強会(3) LSD-SLAM
SLAM勉強会(3) LSD-SLAM
 
LiDARとSensor Fusion
LiDARとSensor FusionLiDARとSensor Fusion
LiDARとSensor Fusion
 
『機械学習による故障予測・異常検知 事例紹介とデータ分析プロジェクト推進ポイント』
『機械学習による故障予測・異常検知 事例紹介とデータ分析プロジェクト推進ポイント』『機械学習による故障予測・異常検知 事例紹介とデータ分析プロジェクト推進ポイント』
『機械学習による故障予測・異常検知 事例紹介とデータ分析プロジェクト推進ポイント』
 
確率ロボティクス第12回
確率ロボティクス第12回確率ロボティクス第12回
確率ロボティクス第12回
 
IEEE Computer Society 2024 Technology Predictions Update
IEEE Computer Society 2024 Technology Predictions UpdateIEEE Computer Society 2024 Technology Predictions Update
IEEE Computer Society 2024 Technology Predictions Update
 
Mps-br gerencia de decisões
Mps-br gerencia de  decisõesMps-br gerencia de  decisões
Mps-br gerencia de decisões
 
Tier Ⅳ Tech Meetup #1 - 世界初オープンソースの自動運転ソフトウェア「Autoware」ができること & 開発秘話 -
Tier Ⅳ Tech Meetup #1 - 世界初オープンソースの自動運転ソフトウェア「Autoware」ができること & 開発秘話 -Tier Ⅳ Tech Meetup #1 - 世界初オープンソースの自動運転ソフトウェア「Autoware」ができること & 開発秘話 -
Tier Ⅳ Tech Meetup #1 - 世界初オープンソースの自動運転ソフトウェア「Autoware」ができること & 開発秘話 -
 
GN-Net: The Gauss-Newton Loss for Deep Direct SLAMの解説
GN-Net: The Gauss-Newton Loss for Deep Direct SLAMの解説GN-Net: The Gauss-Newton Loss for Deep Direct SLAMの解説
GN-Net: The Gauss-Newton Loss for Deep Direct SLAMの解説
 
Unity x 自動運転シミュレーション、自動運転におけるGame Engineの役割
Unity x 自動運転シミュレーション、自動運転におけるGame Engineの役割Unity x 自動運転シミュレーション、自動運転におけるGame Engineの役割
Unity x 自動運転シミュレーション、自動運転におけるGame Engineの役割
 
人工言語ロジバン超入門編
人工言語ロジバン超入門編人工言語ロジバン超入門編
人工言語ロジバン超入門編
 
Data-Centric AI開発における データ生成の取り組み
Data-Centric AI開発における データ生成の取り組みData-Centric AI開発における データ生成の取り組み
Data-Centric AI開発における データ生成の取り組み
 

Destaque

LoadRunner Performance Testing
LoadRunner Performance TestingLoadRunner Performance Testing
LoadRunner Performance Testing
Atul Pant
 

Destaque (6)

Ginsbourg.com - Performance and Load Test Report Template LTR 1.2
Ginsbourg.com - Performance and Load Test Report Template LTR 1.2Ginsbourg.com - Performance and Load Test Report Template LTR 1.2
Ginsbourg.com - Performance and Load Test Report Template LTR 1.2
 
Improvised functional tests for automotive testing
Improvised functional tests for automotive testing Improvised functional tests for automotive testing
Improvised functional tests for automotive testing
 
Using JMeter and Google Analytics for Software Performance Testing
Using JMeter and Google Analytics for Software Performance TestingUsing JMeter and Google Analytics for Software Performance Testing
Using JMeter and Google Analytics for Software Performance Testing
 
LoadRunner Performance Testing
LoadRunner Performance TestingLoadRunner Performance Testing
LoadRunner Performance Testing
 
ECU Verification & Validation
ECU Verification & ValidationECU Verification & Validation
ECU Verification & Validation
 
SAP Performance Testing Best Practice Guide v1.0
SAP Performance Testing Best Practice Guide v1.0SAP Performance Testing Best Practice Guide v1.0
SAP Performance Testing Best Practice Guide v1.0
 

Semelhante a Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

Advanced Load Runner
Advanced Load RunnerAdvanced Load Runner
Advanced Load Runner
telab
 
Performance testing with loadrunner by kc
Performance testing with loadrunner by kcPerformance testing with loadrunner by kc
Performance testing with loadrunner by kc
krishna chaitanya
 
PerformanceTestingWithLoadrunner
PerformanceTestingWithLoadrunnerPerformanceTestingWithLoadrunner
PerformanceTestingWithLoadrunner
techgajanan
 
Performance Testing With Loadrunner
Performance Testing With LoadrunnerPerformance Testing With Loadrunner
Performance Testing With Loadrunner
vladimir zaremba
 
Performance Test Plan - Sample 1
Performance Test Plan - Sample 1Performance Test Plan - Sample 1
Performance Test Plan - Sample 1
Atul Pant
 
Performance testing jmeter
Performance testing jmeterPerformance testing jmeter
Performance testing jmeter
Bhojan Rajan
 

Semelhante a Ginsbourg.com - Performance and Load Test Report Template LTR 1.5 (20)

Ginsbourg.com - Performance and load test report template ltr 2.0
Ginsbourg.com - Performance and load test report template ltr 2.0Ginsbourg.com - Performance and load test report template ltr 2.0
Ginsbourg.com - Performance and load test report template ltr 2.0
 
Performance testing basics
Performance testing basicsPerformance testing basics
Performance testing basics
 
Load Runner
Load RunnerLoad Runner
Load Runner
 
HP LoadRunner
HP LoadRunnerHP LoadRunner
HP LoadRunner
 
Advanced Load Runner
Advanced Load RunnerAdvanced Load Runner
Advanced Load Runner
 
Load runner 8.0
Load runner 8.0Load runner 8.0
Load runner 8.0
 
Performance testing with loadrunner by kc
Performance testing with loadrunner by kcPerformance testing with loadrunner by kc
Performance testing with loadrunner by kc
 
PerformanceTestingWithLoadrunner
PerformanceTestingWithLoadrunnerPerformanceTestingWithLoadrunner
PerformanceTestingWithLoadrunner
 
Performance Testing With Loadrunner
Performance Testing With LoadrunnerPerformance Testing With Loadrunner
Performance Testing With Loadrunner
 
Performance testing wreaking balls
Performance testing wreaking ballsPerformance testing wreaking balls
Performance testing wreaking balls
 
Performancetestingjmeter 121109061704-phpapp02
Performancetestingjmeter 121109061704-phpapp02Performancetestingjmeter 121109061704-phpapp02
Performancetestingjmeter 121109061704-phpapp02
 
Performance Test Plan - Sample 1
Performance Test Plan - Sample 1Performance Test Plan - Sample 1
Performance Test Plan - Sample 1
 
Quick guide to plan and execute a load test
Quick guide to plan and execute a load testQuick guide to plan and execute a load test
Quick guide to plan and execute a load test
 
Silk Performer Presentation v1
Silk Performer Presentation v1Silk Performer Presentation v1
Silk Performer Presentation v1
 
Performance testing and j meter
Performance testing and j meterPerformance testing and j meter
Performance testing and j meter
 
Jmeter From Scratch
Jmeter From ScratchJmeter From Scratch
Jmeter From Scratch
 
QSpiders - Introduction to HP Load Runner
QSpiders - Introduction to HP Load RunnerQSpiders - Introduction to HP Load Runner
QSpiders - Introduction to HP Load Runner
 
How's relevant JMeter to me - DevConf (Letterkenny)
How's relevant JMeter to me - DevConf (Letterkenny)How's relevant JMeter to me - DevConf (Letterkenny)
How's relevant JMeter to me - DevConf (Letterkenny)
 
Performance testing jmeter
Performance testing jmeterPerformance testing jmeter
Performance testing jmeter
 
Performance Testing using LoadRunner
Performance Testing using LoadRunnerPerformance Testing using LoadRunner
Performance Testing using LoadRunner
 

Mais de Shay Ginsbourg

Human erythrocyte filterability at low driving pressure version 7.1
Human erythrocyte filterability at low driving pressure   version 7.1Human erythrocyte filterability at low driving pressure   version 7.1
Human erythrocyte filterability at low driving pressure version 7.1
Shay Ginsbourg
 

Mais de Shay Ginsbourg (13)

Ginsbourg.com presentation of performance and load testing 2020
Ginsbourg.com presentation of performance and load testing 2020Ginsbourg.com presentation of performance and load testing 2020
Ginsbourg.com presentation of performance and load testing 2020
 
Ginsbourg.com - Presentation of Performance & Load Testing Validation 2019
Ginsbourg.com - Presentation of Performance & Load Testing Validation 2019Ginsbourg.com - Presentation of Performance & Load Testing Validation 2019
Ginsbourg.com - Presentation of Performance & Load Testing Validation 2019
 
Ginsbourg.com presentation of apache jmeter 4
Ginsbourg.com   presentation of apache jmeter 4Ginsbourg.com   presentation of apache jmeter 4
Ginsbourg.com presentation of apache jmeter 4
 
Apache Jmeter 3.2 Performance & Load Testing 2017
Apache Jmeter 3.2 Performance & Load Testing 2017Apache Jmeter 3.2 Performance & Load Testing 2017
Apache Jmeter 3.2 Performance & Load Testing 2017
 
CV Resume - Shay Ginsbourg - Regulatory & Testing Affairs Consultant for Gins...
CV Resume - Shay Ginsbourg - Regulatory & Testing Affairs Consultant for Gins...CV Resume - Shay Ginsbourg - Regulatory & Testing Affairs Consultant for Gins...
CV Resume - Shay Ginsbourg - Regulatory & Testing Affairs Consultant for Gins...
 
Ginsbourg.com - Presentation of a Plan for Medical Device Software Validation...
Ginsbourg.com - Presentation of a Plan for Medical Device Software Validation...Ginsbourg.com - Presentation of a Plan for Medical Device Software Validation...
Ginsbourg.com - Presentation of a Plan for Medical Device Software Validation...
 
Ginsbourg.com - Contract Review - Medical Device Verification Qualification
Ginsbourg.com - Contract Review - Medical Device Verification QualificationGinsbourg.com - Contract Review - Medical Device Verification Qualification
Ginsbourg.com - Contract Review - Medical Device Verification Qualification
 
Ginsbourg.Com - Performance and load test script template 1.2
Ginsbourg.Com - Performance and load test script template 1.2Ginsbourg.Com - Performance and load test script template 1.2
Ginsbourg.Com - Performance and load test script template 1.2
 
Ginsbourg.com - Presentation of Medical Device ROHS2 Challenges in 2014
Ginsbourg.com - Presentation of Medical Device ROHS2 Challenges in 2014Ginsbourg.com - Presentation of Medical Device ROHS2 Challenges in 2014
Ginsbourg.com - Presentation of Medical Device ROHS2 Challenges in 2014
 
Ginsbourg.com - Presentation of Open Source Performance Software Validation i...
Ginsbourg.com - Presentation of Open Source Performance Software Validation i...Ginsbourg.com - Presentation of Open Source Performance Software Validation i...
Ginsbourg.com - Presentation of Open Source Performance Software Validation i...
 
Ginsbourg.com - Presentation of Mobile Web Performance Validation Solution 2015
Ginsbourg.com - Presentation of Mobile Web Performance Validation Solution 2015Ginsbourg.com - Presentation of Mobile Web Performance Validation Solution 2015
Ginsbourg.com - Presentation of Mobile Web Performance Validation Solution 2015
 
Ginsbourg.com - Presentation of Medical Software Validation Challenges in 201...
Ginsbourg.com - Presentation of Medical Software Validation Challenges in 201...Ginsbourg.com - Presentation of Medical Software Validation Challenges in 201...
Ginsbourg.com - Presentation of Medical Software Validation Challenges in 201...
 
Human erythrocyte filterability at low driving pressure version 7.1
Human erythrocyte filterability at low driving pressure   version 7.1Human erythrocyte filterability at low driving pressure   version 7.1
Human erythrocyte filterability at low driving pressure version 7.1
 

Último

CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
anilsa9823
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
anilsa9823
 

Último (20)

How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 

Ginsbourg.com - Performance and Load Test Report Template LTR 1.5

  • 1. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 1 of 30 Performance and Load Test Report Template LTR Prepared by: Shay Ginsbourg, Consultant Reviewed by: Dan Jones, Software QA Manager Approved by: John Doe, Director of Software Development
  • 2. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 2 of 30 Contents 1. Introduction .......................................................................................................................................... 3 2. Glossary ................................................................................................................................................. 4 3. Scenario Specification ........................................................................................................................... 5 4. Load Test Hardware .............................................................................................................................. 6 5. Load Test Software ............................................................................................................................... 7 6. Test Data and Requirements ................................................................................................................ 8 7. Test Case Specification .......................................................................................................................... 9 8. Results ................................................................................................................................................. 10 9. Stress Testing ...................................................................................................................................... 16 10. Resource Monitoring ...................................................................................................................... 19 11. Analysis ........................................................................................................................................... 21 12. Conclusions ..................................................................................................................................... 29 13. References ...................................................................................................................................... 30
  • 3. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 3 of 30 1. Introduction Successful websites and web applications demonstrate great performance, having the ability to scale up and accurately execute fast while concurrently serving all types of users. Scalability is a web application's ability to adapt to growing demands without performance degradation. Load testing is the process of putting demands on a system and measuring its responses under stressful conditions in order to identify the maximum operating capacity and pin-point any virtual bottlenecks. Monitoring is the process of verifying that end-users can interact with an existing website or web application as required. While load testing is normally performed before a website or web application is launched, monitoring is continuously required 24x7 after the release. Rather than merely sampling infrastructure parameter values, there are programmed virtual users that accurately test the system under load, and later reused for precise monitoring and alerting on performance related events. This document is a load test report (LTR). The following pages provide the settings, results, and conclusions derived from the load tests, as specified.
  • 4. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 4 of 30 2. Glossary Concurrent Users The number of users that simultaneously operate the same system at the same time. CPU Utilization A computer's usage of processing resources, or the amount of work handled by a CPU. Disk Utilization Disk utilization is the amount of space being used on a disk or how busy the disk is with respect to I/O operations. Expected response time The allowed interval from when a user initiates a request to the instant at which the first part of the response is received at by the application. Memory Utilization The amount of memory that a software application uses or references while running. Network Utilization The percentage of a network's bandwidth that is currently being consumed by network traffic. Scalability Testing The testing of a software application for measuring its capability to scale up or scale out in terms of any of its non-functional capability. Throughput The rate at which data can be transferred. Throughput is usually measured in bits per second (bit/s or bps), and sometimes in data packets per second or data packets per time slot. Transactions per second The number of actions performed per second. For example, the number of database transactions performed per second. Virtual Users Programmed simulation of user actions used for testing a system in a realistic
  • 5. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 5 of 30 2. Scenario Specification Load testing is a part of a more general process known as performance testing. Examples of load testing operations may include: downloading a series of large files from the Internet, running multiple applications on a computer or server simultaneously, assigning many jobs to a printer in a queue, subjecting a server to a large amount of e-mail traffic, writing and reading data to and from a hard disk continuously, etc. Load testing can be conducted in two ways. Longevity testing, also called endurance testing, evaluates a system's ability to handle a constant, moderate work load for a long time. Volume testing, on the other hand, subjects a system to a heavy work load for a limited time. Either approach makes it possible to pinpoint bottlenecks, bugs and component limitations. For example, a computer may have a fast processor but a limited amount of RAM (random-access memory). Load testing can provide the user with a general idea of how many applications or processes can be run simultaneously while maintaining the rated level of performance. Load testing differs from stress testing, which evaluates the extent to which a system keeps working when subjected to extreme workloads or when some of its hardware or software has been compromised. The primary goal of load testing is to define the maximum amount of work a system can handle without significant performance degradation. Performance and load testing is normally performed in order to validate multi-client-server complex system. This load test scenario is based on … The scenario was created in order to validate that the followings requirements have been met by the current version of the server application: … The system topology that is relevant to the performance and load testing procedure was created …
  • 6. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 6 of 30 4. Load Test Hardware Load test hardware requirements depend on mainly on the footprint of the virtual client that creates load on the EXAMPLE server side. In the EXAMPLE Web APP system, the client is a Web browser that buffers thousands of EXAMPLES. That creates rather a fat client with huge memory requirements. Running an EXAMPLE load test from CMD w/o JAVA GUI: On a 64-bit LINUX EXAMPLE workstation with 8 GB RAM, 10 concurrent virtual users are below the maximum, sizing approximately 2 GB JAVA.EXE process size. With EXAMPLE JAVA GUI: On a 64-bit LINUX EXAMPLE workstation with 8 GB RAM, approximately 5 concurrent virtual users are the maximum, sizing 4.0-4.5 GB JAVA.EXE process size, depending probably on the EXAMPLE size of the specific video frames that were buffered.
  • 7. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 7 of 30 5. Load Test Software The selected load generation environment is:  Java Virtual Machine 64-bit on LINUX Ubuntu 14 64-bit,  JMeter version 2.11,  Standard and extra set of JMeter Plug-ins version 1.1.3. The Apache JMeter™ desktop application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions. Apache JMeter™ may be used to test performance both on static and dynamic resources (files, Servlets, Perl scripts, Java Objects, Data Bases and Queries, FTP Servers and more). It can be used to simulate a heavy load on a server, network or object to test its strength or to analyze overall performance under different load types. Moreover, it can be used it to make a graphical analysis of performance or to test your server/script/object behavior under heavy concurrent load.
  • 8. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 8 of 30 6. Test Data and Requirements param val comment loadBalancerIP 10.150.150.50 LB app1ServerIP 10.150.150.11 APP SERVER 1 app2ServerIP 10.150.150.12 APP SERVER 2 sqlServerIP 10.150.150.10 SQL NVU 10 - 200 number of virtual users RUP 1 VU/sec rump-up period in seconds from first to last virtual user launching SLC 1 scenario loop count (main iteration count) Param 1 Val 1 Comment 1 Param 2 Val 2 Comment 2 Param 3 Val 3 Comment 3 Param 4 Val 4 Comment 4 Param 5 Val 5 Comment 5 Param 6 Val 6 Comment 6 … … NCDB 15 Number of Cases in the DB drive Local Local/Net Viewing mode Param 1 Param 2 Param 3 Param 4 Param 5 Param 6 Param 7 Mode 1 2 3 9 4 6 4 4 Mode 2 … Mode 3 … EXAMPLE Off EXAMPLE Red Type 0 1 2 Contrast …  Remark 1...  Remark 2…
  • 9. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 9 of 30 7. Test Case Specification # Test Case Number of Users EXAMPLE parameter View Mode Page rate (pps) Frame rate (fps) EXAMPLE Page size EXAMPLE Enhancement 1 1 SANITY 2 3 4 5 6 7 8 9 10
  • 10. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 10 of 30 8. Results Test case 1 - SANITY (EXAMPLE Test run duration = x min), EXAMPLE = Off Label # Samples Ave Med 90% Min Max %err T1. Transaction Controller – Perform authentication T2. Transaction Controller - EXAMPLE manager T3. Transaction Controller - EXAMPLE T4. Get Pages - Initial Buffering (EXAMPLE) T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) T5.2 Get Pages - Scrolling (EXAMPLE) T5.3 Create Thumbnail - EXAMPLE TOTAL
  • 11. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 11 of 30 Test case 10 (EXAMPLE Test run duration = x min), EXAMPLE = Off Label # Samples Ave Med 90% Min Max %err T1. Transaction Controller – Perform authentication T2. Transaction Controller - EXAMPLE manager T3. Transaction Controller - EXAMPLE T4. Get Pages - Initial Buffering (EXAMPLE) T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) T5.2 Get Pages - Scrolling (EXAMPLE) T5.3 Create Thumbnail - EXAMPLE TOTAL
  • 12. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 12 of 30 Test case 11 (EXAMPLE Test run duration = x min), EXAMPLE = Off Label # Samples Ave Med 90% Min Max %err T1. Transaction Controller – Perform authentication T2. Transaction Controller - EXAMPLE manager T3. Transaction Controller - EXAMPLE T4. Get Pages - Initial Buffering (EXAMPLE) T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) T5.2 Get Pages - Scrolling (EXAMPLE) T5.3 Create Thumbnail - EXAMPLE TOTAL
  • 13. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 13 of 30 Test case 12 (EXAMPLE Test run duration = x min), EXAMPLE = Off Label # Samples Ave Med 90% Min Max %err T1. Transaction Controller – Perform authentication T2. Transaction Controller - EXAMPLE manager T3. Transaction Controller - EXAMPLE T4. Get Pages - Initial Buffering (EXAMPLE) T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) T5.2 Get Pages - Scrolling (EXAMPLE) T5.3 Create Thumbnail - EXAMPLE TOTAL
  • 14. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 14 of 30 Test case 13 (EXAMPLE Test run duration = x min), EXAMPLE = Off Label # Samples Ave Med 90% Min Max %err T1. Transaction Controller – Perform authentication T2. Transaction Controller - EXAMPLE manager T3. Transaction Controller - EXAMPLE T4. Get Pages - Initial Buffering (EXAMPLE) T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) T5.2 Get Pages - Scrolling (EXAMPLE) T5.3 Create Thumbnail - EXAMPLE TOTAL
  • 15. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 15 of 30 Test case 14 (EXAMPLE Test run duration = x min), EXAMPLE = Off Label # Samples Ave Med 90% Min Max %err T1. Transaction Controller – Perform authentication T2. Transaction Controller - EXAMPLE manager T3. Transaction Controller - EXAMPLE T4. Get Pages - Initial Buffering (EXAMPLE) T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) T5.2 Get Pages - Scrolling (EXAMPLE) T5.3 Create Thumbnail - EXAMPLE TOTAL
  • 16. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 16 of 30 9. Stress Testing Test case 500 - STRESS (EXAMPLE Test run duration = 5.5 hours), EXAMPLE = Off Label # Samples Ave Med 90% Min Max %err T1. Transaction Controller – Perform authentication T2. Transaction Controller - EXAMPLE manager T3. Transaction Controller - EXAMPLE T4. Get Pages - Initial Buffering (EXAMPLE) T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) T5.2 Get Pages - Scrolling (EXAMPLE) T5.3 Create Thumbnail - EXAMPLE TOTAL Stress test monitoring on both application servers: CPU = 90% Disk = 0 - 500 KB/sec I/O Memory = 35% Physical Network = 20 Mbps I/O
  • 17. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 17 of 30 Test case 500 - STRESS (EXAMPLE Test run duration = 5.5 hours), EXAMPLE = Off
  • 18. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 18 of 30 Test case 500 - STRESS (EXAMPLE Test run duration = 5.5 hours), EXAMPLE = Off
  • 19. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 19 of 30 10. Resource Monitoring Test case 10 (EXAMPLE Test run duration = x min), EXAMPLE = Off
  • 20. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 20 of 30
  • 21. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 21 of 30 11. Analysis 11.1. Impact of FPS on Initial Buffering on T4: T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, EXAMPLE = Off Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 10 12 14 16 18 20 T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = Off Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 11 13 15 17 19 21
  • 22. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 22 of 30 T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 110 112 114 116 118 120 T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 111 113 115 117 119 121
  • 23. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 23 of 30 T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 210 212 214 216 218 220 T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 211 213 215 217 219 221
  • 24. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 24 of 30 11.2. Impact of FPS on EXAMPLE Playing at T5.1: T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, EXAMPLE = Off Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 10 12 14 16 18 20 T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = Off Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 11 13 15 17 19 21
  • 25. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 25 of 30 T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 110 112 114 116 118 120 T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 111 113 115 117 119 121
  • 26. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 26 of 30 T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 210 212 214 216 218 220 T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where all 10 users EXAMPLE, total 10 users, EXAMPLE = EXAMPLE Test Case FPS Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 211 213 215 217 219 221
  • 27. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 27 of 30 11.3. Impact of number of virtual users on Get Pages: T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where each user EXAMPLE, fps = 10: Test Case virtual users Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 315 10 310 311 312 T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where each user EXAMPLE, fps = 10: Test Case virtual users Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 315 10 310 311 312
  • 28. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 28 of 30 11.4. Impact of EXAMPLE on Get Pages: T4 Get Pages - Initial Buffering (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, fps = 10: Test Case EXAMPLE Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 10 Off 110 On 210 EXAMPLE T5.1 Get Pages - EXAMPLE Playing (EXAMPLE) Test cases where each user EXAMPLE, total 10 users, fps = 10: Test Case EXAMPLE Ave (sec) Med (sec) 90% (sec) Min (sec) Max (sec) %err 10 Off 110 On 210 EXAMPLE
  • 29. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 29 of 30 12. Conclusions 12.1. Under the load generated by 10 virtual users, ranging from 10 to 40 FPS, the following happened … 12.2. The test duration range was approximately from 20 minutes per test case to EXAMPLE minutes. 12.3. The EXAMPLE parameter was not found to have a significant impact on the server response time inside the tested range but it did have a strong positive influence on the percentage of frames that arrived later than required (note the %err parameter on the result tables). 12.4. Test cases where all 10 users view EXAMPLE produced approximately the same results as test cases where each user views a different EXAMPLE. 12.5. The maximum response times of GET pages (EXAMPLE) operations have been found to be significantly larger than the average (and even the 90%) values of those operations. That finding suggests that the slowest 10% might suffer EXAMPLE Playing discontinuities. 12.6. The maximum server response time measured was EXAMPLE seconds (Test case 221, FPS=40, where all 10 users EXAMPLE, total 10 users, EXAMPLE = EXAMPLE).
  • 30. Performance and Load Test Report – Template – LTR Version: LTR 1.5 Date: Sunday, October 19, 2014 Page 30 of 30 13. References 13.1. Software Performance and Scalability: A Quantitative Approach, Henry H. Liu, Wiley 1st edition, May 26, 2009. 13.2. The Software Verification and Validation: An Engineering and Scientific Approach, Marcus S. Fisher, Springer 2007 edition, December 20, 2006. 13.3. Performance Testing With JMeter 2.9, Bayo Erinle, Packt Publishing, July 26, 2013.