File tree Expand file tree Collapse file tree 4 files changed +11
-1
lines changed
source/content/pages/07-web-app-deployment Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5476,6 +5476,10 @@ <h3>Virtualized servers resources</h3>
54765476< p > < a href ="http://feross.org/how-to-setup-your-linode/ "> How to set up your Linode for maximum awesomeness</ a >
54775477 shows how to work with a VPS once you've got the server up and running.</ p >
54785478</ li >
5479+ < li >
5480+ < p > < a href ="http://jvns.ca/blog/2016/02/07/cpu-load-averages/ "> CPU Load Averages</ a >
5481+ explains how to measure CPU load and what to do about it.</ p >
5482+ </ li >
54795483</ ul >
54805484< h2 > Infrastructure-as-a-service</ h2 >
54815485< p > Infrastructure-as-a-service (IaaS) overlaps with virtualized servers
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2016-02-09T14:52:59Z </updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2016-02-10T10:22:20Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -94,6 +94,10 @@ <h3>Virtualized servers resources</h3>
9494< p > < a href ="http://feross.org/how-to-setup-your-linode/ "> How to set up your Linode for maximum awesomeness</ a >
9595 shows how to work with a VPS once you've got the server up and running.</ p >
9696</ li >
97+ < li >
98+ < p > < a href ="http://jvns.ca/blog/2016/02/07/cpu-load-averages/ "> CPU Load Averages</ a >
99+ explains how to measure CPU load and what to do about it.</ p >
100+ </ li >
97101</ ul >
98102< h2 > Infrastructure-as-a-service</ h2 >
99103< p > Infrastructure-as-a-service (IaaS) overlaps with virtualized servers
Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ require for ongoing maintenance such as persistent storage backups.
7676* [ How to set up your Linode for maximum awesomeness] ( http://feross.org/how-to-setup-your-linode/ )
7777 shows how to work with a VPS once you've got the server up and running.
7878
79+ * [ CPU Load Averages] ( http://jvns.ca/blog/2016/02/07/cpu-load-averages/ )
80+ explains how to measure CPU load and what to do about it.
7981
8082## Infrastructure-as-a-service
8183Infrastructure-as-a-service (IaaS) overlaps with virtualized servers
You can’t perform that action at this time.
0 commit comments