File tree Expand file tree Collapse file tree 5 files changed +39
-3
lines changed
Expand file tree Collapse file tree 5 files changed +39
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,8 @@ <h1>Change Log</h1>
5252< h2 > 2014</ h2 >
5353< h3 > May</ h3 >
5454< ul >
55- < li > Added learning checklist to operating systems and web servers pages.</ li >
55+ < li > Added learning checklist to operating systems, web servers and monitoring
56+ pages.</ li >
5657< li > Adding more logging resources.</ li >
5758< li > Continuing to add learning checklists to sections such as servers.</ li >
5859< li > Moving navigation options into meta tags on markdown pages.</ li >
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 >2014-05-08T06:52:12Z </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 >2014-05-08T06:56:34Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -53,6 +53,21 @@ <h2>Why is monitoring necessary?</h2>
5353< p > Capturing and analyzing data about your production environment is critical
5454to proactively deal with stability, performance, and errors in a web
5555application.</ p >
56+ < h2 > Monitoring learning checklist</ h2 >
57+ < p > < i class ="fa fa-check-square-o "> </ i >
58+ Review the software-as-a-service and open source monitoring tools below. Third
59+ party services tend to be easier to set up and host the data for you. Open
60+ source projects give you more control but you'll need to have additional
61+ servers ready for the monitoring.</ p >
62+ < p > < i class ="fa fa-check-square-o "> </ i >
63+ My recommendation is to install < a href ="http://newrelic.com/ "> New Relic</ a > 's free
64+ option with the trial period to see how it works with your app. It'll give you
65+ a good idea of the capabilities for application-level monitoring tools.</ p >
66+ < p > < i class ="fa fa-check-square-o "> </ i >
67+ As your app scales take a look at setting up one of the the open source
68+ monitoring projects such as StatsD with Graphite. The combination of those
69+ two projects will give you fine-grained control over the system metrics
70+ you're collecting and visualizing.</ p >
5671< h2 > Monitoring layers</ h2 >
5772< p > There are several important resources to monitor on the operating system
5873and network level of a web stack.</ p >
Original file line number Diff line number Diff line change @@ -28,6 +28,25 @@ Capturing and analyzing data about your production environment is critical
2828to proactively deal with stability, performance, and errors in a web
2929application.
3030
31+ ## Monitoring learning checklist
32+ <i class =" fa fa-check-square-o " ></i >
33+ Review the software-as-a-service and open source monitoring tools below. Third
34+ party services tend to be easier to set up and host the data for you. Open
35+ source projects give you more control but you'll need to have additional
36+ servers ready for the monitoring.
37+
38+ <i class =" fa fa-check-square-o " ></i >
39+ My recommendation is to install [ New Relic] ( http://newrelic.com/ ) 's free
40+ option with the trial period to see how it works with your app. It'll give you
41+ a good idea of the capabilities for application-level monitoring tools.
42+
43+ <i class =" fa fa-check-square-o " ></i >
44+ As your app scales take a look at setting up one of the the open source
45+ monitoring projects such as StatsD with Graphite. The combination of those
46+ two projects will give you fine-grained control over the system metrics
47+ you're collecting and visualizing.
48+
49+
3150## Monitoring layers
3251There are several important resources to monitor on the operating system
3352and network level of a web stack.
Original file line number Diff line number Diff line change 2424
2525## 2014
2626### May
27- * Added learning checklist to operating systems and web servers pages.
27+ * Added learning checklist to operating systems, web servers and monitoring
28+ pages.
2829* Adding more logging resources.
2930* Continuing to add learning checklists to sections such as servers.
3031* Moving navigation options into meta tags on markdown pages.
You can’t perform that action at this time.
0 commit comments