X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=program%2Fdoc%2Frrdcreate.pod;h=7a327f8b6b4db5b1318424d515f58b7daefe3855;hb=53eda87f3c16b460d90d87509f898a22ddf6cce4;hp=b43f70affe68f54d511e379ffd024485185f98de;hpb=fe1446ab847606ca7961d084d28a5f0f74f1db7b;p=rrdtool-all.git diff --git a/program/doc/rrdcreate.pod b/program/doc/rrdcreate.pod index b43f70af..7a327f8b 100644 --- a/program/doc/rrdcreate.pod +++ b/program/doc/rrdcreate.pod @@ -87,7 +87,7 @@ the 32bit or 64bit border and acts accordingly by adding an appropriate value to will store the derivative of the line going from the last to the current value of the data source. This can be useful for gauges, for example, to measure the rate of people entering or leaving a -room. Internally, derive works exaclty like COUNTER but without +room. Internally, derive works exactly like COUNTER but without overflow checks. So if your counter does not reset at 32 or 64 bit you might want to use DERIVE and combine it with a MIN value of 0. @@ -386,7 +386,7 @@ together with the time. =item Mail Messages -Assume you have a methode to count the number of messages transported by +Assume you have a method to count the number of messages transported by your mailserver in a certain amount of time, this give you data like '5 messages in the last 65 seconds'. If you look at the count of 5 like and B datatype you can simply update the rrd with the number 5 and the @@ -428,7 +428,7 @@ A few archives areas are also defined. The first stores the temperatures supplied for 100 hours (1200 * 300 seconds = 100 hours). The second RRA stores the minimum temperature recorded over every hour (12 * 300 seconds = 1 hour), for 100 days (2400 hours). The -third and the fourth RRA's do the same with the for the maximum and +third and the fourth RRA's do the same for the maximum and average temperature, respectively. =head1 EXAMPLE 2