Code

patches: Added bts573299-rrdgraph-M.
[pkg-rrdtool.git] / doc / rrdtutorial.txt
index 2c250f1b148fe8797bb49f63f8a0cced855c43c7..aa1dc7229e4040fdc3e71614b9d1e8208a045475 100644 (file)
@@ -82,11 +82,11 @@ T\bTU\bUT\bTO\bOR\bRI\bIA\bAL\bL
 
        Most likely you will start to use RRDtool to store and process data
        collected via SNMP. The data will most likely be bytes (or bits)
-       transfered from and to a network or a computer.  But it can also be
+       transferred from and to a network or a computer.  But it can also be
        used to display tidal waves, solar radiation, power consumption, number
        of visitors at an exhibition, noise levels near an airport, temperature
        on your favorite holiday location, temperature in the fridge and
-       whatever you imagination can come up with.
+       whatever your imagination can come up with.
 
        You only need a sensor to measure the data and be able to feed the
        numbers into RRDtool. RRDtool then lets you create a database, store
@@ -144,7 +144,7 @@ T\bTU\bUT\bTO\bOR\bRI\bIA\bAL\bL
 
        Assume we have a device that transfers bytes to and from the Internet.
        This device keeps a counter that starts at zero when it is turned on,
-       increasing with every byte that is transfered. This counter will
+       increasing with every byte that is transferred. This counter will
        probably have a maximum value. If this value is reached and an extra
        byte is counted, the counter starts over at zero. This is the same as
        many counters in the world such as the mileage counter in a car.
@@ -156,7 +156,7 @@ T\bTU\bUT\bTO\bOR\bRI\bIA\bAL\bL
        counting from 0 to 4294967295. We will use these values in the
        examples.  The device, when asked, returns the current value of the
        counter. We know the time that has passes since we last asked so we now
-       know how many bytes have been transfered ***on average*** per second.
+       know how many bytes have been transferred ***on average*** per second.
        This is not very hard to calculate. First in words, then in
        calculations:
 
@@ -533,8 +533,8 @@ T\bTU\bUT\bTO\bOR\bRI\bIA\bAL\bL
        types of values like temperature.
 
        Many people interested in RRDtool will use the counter that keeps track
-       of octets (bytes) transfered by a network device. So let's do just that
-       next. We will start with a description of how to collect data.
+       of octets (bytes) transferred by a network device. So let's do just
+       that next. We will start with a description of how to collect 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
@@ -1154,4 +1154,4 @@ A\bAU\bUT\bTH\bHO\bOR\bR
 
 
 
-1.3.8                             2009-04-09                    RRDTUTORIAL(1)
+1.4.2                             2009-10-15                    RRDTUTORIAL(1)