Skip to content

Commit 2eb9114

Browse files
committed
adding packetbeat as a monitoring resource
1 parent 2327c3c commit 2eb9114

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

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>2014-05-07T14:53:42Z</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:45:24Z</updated></feed>

monitoring.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ <h2>Open Source Monitoring Projects</h2>
118118
<p><a href="http://vimeo.github.io/graph-explorer/">Graph Explorer</a> by Vimeo is a
119119
Graphite-based dashboard with added features and a slick design.</p>
120120
</li>
121+
<li>
122+
<p><a href="http://packetbeat.com/">PacketBeat</a> sniffs protocol packets then allows
123+
developers to visualize what's happening with an application.</p>
124+
</li>
121125
</ul>
122126
<h2>Monitoring Resources</h2>
123127
<ul>

source/content/pages/08-monitoring-analytics/0803-monitoring.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ application is read-heavy, write-heavy, or subject to rapid swings in traffic.
8383
* [Graph Explorer](http://vimeo.github.io/graph-explorer/) by Vimeo is a
8484
Graphite-based dashboard with added features and a slick design.
8585

86+
* [PacketBeat](http://packetbeat.com/) sniffs protocol packets then allows
87+
developers to visualize what's happening with an application.
88+
8689

8790
## Monitoring Resources
8891
* [The Virtues of Monitoring](http://www.paperplanes.de/2011/1/5/the_virtues_of_monitoring.html)

0 commit comments

Comments
 (0)