GoogleCloudPlatform/lb-app-capacity-tutorial-python

Name: lb-app-capacity-tutorial-python

Owner: Google Cloud Platform

Description: null

Created: 2018-01-03 10:01:34.0

Updated: 2018-02-21 22:50:16.0

Pushed: 2018-01-22 07:06:52.0

Homepage: null

Size: 9

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Optimizing Application Capacity with Global Load Balancing

This is a repository with sample code to go along with the tutorial at https://cloud.google.com/solutions/capacity-management-with-load-balancing and is provided for reference. It is not intended to be used in production, but to serve as a learning tool and starting point for testing application capacity in GCE.

Prerequisites
Components
Webserver script

This tutorial includes a webserver.py script which runs a simple Threaded HTTP Server that calculates and displays a standard Mandelbrot set when a request comes in to the root (/) path.

This is to simulate a complex CPU bound workload which is performance tested in a single instance, single region load balanced and multi region load balanced configuration during the tutorial.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.