CSE 503S Performance Evaluation Study
From CSE330 Wiki
Jump to navigationJump to search
Students enrolled in CSE 530S will complete a performance analysis study as part of their final project. The goal of this analysis is to measure the performance of your web application. An additional goal is to increase the performance of your web application after we have completed a baseline measurement.
Contents
Reading
The following article will contain information that will help you with this assignment.
Project
You may work alone or with a partner on this assignment.
Requirements
- Benchmark your current ec2 instance's web server's performance using the tool ab from a separate ec2 instance (m4.large)
- Graph to performance of your web server, specifically the requests per second and time per request
- Select two additional metrics that are important for your web application and measure them as well to establish a base line performance (see list of examples)
- Determine three improvements you will make on your web server to improve these key metrics. (one of them may be to use a faster instance)
- Benchmark the performance of the improved system
- Graph the performance of the improved
- Create a report that contains a description of your app, the metrics you are interested in, the baseline and improved performance.
- Provide a discussion of the proposed improvements and the benefits it offered. (is an instance that costs 10x worth it?)
Grading
This assignment is worth 60 points in total.
________
- Baseline performance (20 Points):
- ab benchmark executed results of website
- measurements of two other initial metrics
- graph of initial performance
- Upgraded performance (20 Points):
- Benchmark each improvement individually
- Graph the results
- Performance Analysis Report (20 Points)