Skip to content

Commit 09b4b39

Browse files
committed
new servers resource
1 parent 6f6c7dd commit 09b4b39

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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>

servers.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

source/content/pages/07-web-app-deployment/02-servers.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
8183
Infrastructure-as-a-service (IaaS) overlaps with virtualized servers

0 commit comments

Comments
 (0)