components/mrtg/Solaris/rateup.1
changeset 5239 a4bfde1dd226
child 5826 9c90e4a8156c
equal deleted inserted replaced
5238:ac8017f29145 5239:a4bfde1dd226
       
     1 '\" te
       
     2 .\"
       
     3 .\" CDDL HEADER START
       
     4 .\"
       
     5 .\" The contents of this file are subject to the terms of the
       
     6 .\" Common Development and Distribution License (the "License").
       
     7 .\" You may not use this file except in compliance with the License.
       
     8 .\"
       
     9 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
    10 .\" or http://www.opensolaris.org/os/licensing.
       
    11 .\" See the License for the specific language governing permissions
       
    12 .\" and limitations under the License.
       
    13 .\"
       
    14 .\" When distributing Covered Code, include this CDDL HEADER in each
       
    15 .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    16 .\" If applicable, add the following below this CDDL HEADER, with the
       
    17 .\" fields enclosed by brackets "[]" replaced with your own identifying
       
    18 .\" information: Portions Copyright [yyyy] [name of copyright owner]
       
    19 .\"
       
    20 .\" CDDL HEADER END
       
    21 .\"
       
    22 .\" Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
       
    23 .\" Use is subject to license terms.
       
    24 .\"
       
    25 .\" ident	"@(#)rateup.1	1.2	10/03/16 SMI"
       
    26 .\"
       
    27 .\" Copyright (c) 1996-2001 Tobias Oetiker and all the Contributers to MRTG.  All rights reserved.
       
    28 .\"
       
    29 .TH rateup 1 "9 Jan 2009" "SunOS 5.11" "User Commands"
       
    30 .SH NAME
       
    31 rateup \- Create graphic image files for MRTG
       
    32 .SH SYNOPSIS
       
    33 .B "rateup -f <parameter file>"
       
    34 .br
       
    35 .B "rateup directory basename [sampletime] [t sampletime]"
       
    36 .br
       
    37 .B "      [-(t)ransparent] [-(b)order]" 
       
    38 .br
       
    39 .B "      [u|a|g|h|m in out abs_max]" 
       
    40 .br
       
    41 .B "      [i/p file maxvi maxvo maxx maxy growright step bits]"
       
    42 .br
       
    43 .SH DESCRIPTION
       
    44 .sp
       
    45 rateup is a fast add-on to the great MRTG Traffic monitor. It makes 
       
    46 the database file updates much faster, and creates the graphic image
       
    47 files, ready for processing by PPMTOGIF.  It also reduces memory
       
    48 requirements by a factor of 10, and increases the speed of updates
       
    49 by a factor of at least 10.  This makes it feasible to run mrtg
       
    50 every 5 minutes.
       
    51 .sp
       
    52 rateup attempts to compensate for missed updates by repeating the last
       
    53 sample, and also tries to catch bad update times.  The .log file stores
       
    54 real history every five minutes for 31 hours, then 'compresses' the
       
    55 history into 30 minute samples for a week, then 2-hour samples for
       
    56 31 days, then daily samples for two years.  This ensures that the
       
    57 log files don't grow in size.
       
    58 .sp
       
    59 The log files are a slightly different format, but convert.perl
       
    60 will fix that for you.
       
    61 .SH AUTHOR
       
    62 .sp
       
    63 Dave Rand <[email protected]>, Alexandre Steinberg <[email protected]>
       
    64 .SH ATTRIBUTES
       
    65 .sp
       
    66 See \fBattributes\fR(5) for descriptions of the following attributes:
       
    67 .sp
       
    68 .TS
       
    69 tab() box;
       
    70 cw(2.75i) |cw(2.75i) 
       
    71 lw(2.75i) |lw(2.75i) 
       
    72 .
       
    73 ATTRIBUTE TYPEATTRIBUTE VALUE
       
    74 _
       
    75 Availabilitydiagnostic/mrtg
       
    76 _
       
    77 Interface StabilityUncommitted
       
    78 _
       
    79 StandardSee \fBstandards\fR(5).
       
    80 .TE
       
    81 
       
    82 .SH SEE ALSO
       
    83 .sp
       
    84 \fBmrtg\fR(1), \fBmrtg-reference\fR(1), \fBmrtg-logfile\fR(1), \fBmrtg-traffic-sum\fR(1), \fBcfgmaker\fR(1), \fBindexmaker\fR(1)
       
    85 .SH NOTES
       
    86 Source for rateup is available on http://opensolaris.org.