summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 36fd683)
raw | patch | inline | side by side (parent: 36fd683)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 25 May 2004 20:58:57 +0000 (20:58 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 25 May 2004 20:58:57 +0000 (20:58 +0000) |
doc/rrdtutorial.pod | patch | blob | history |
diff --git a/doc/rrdtutorial.pod b/doc/rrdtutorial.pod
index 85589c25d977dff5464918e1d961c75043e56038..2d42c64bd2926c9cec7743b43df120914090f2e3 100644 (file)
--- a/doc/rrdtutorial.pod
+++ b/doc/rrdtutorial.pod
Most people will use the counter that keeps track
of octets (bytes) transfered by a network device so we have to do just
that. We will start with a description of how to collect data.
-Some people will make a remark that there are tools that can do this data
+Some people will make a remark that there are tools which can do this data
collection for you. They are right! However, I feel it is important that
you understand they are not necessary. When you have to determine why
things went wrong you need to know how they work.