1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607
|
=pod
=head1 NAME
rrdgraph_graph - rrdtool graph command reference
=head1 SYNOPSIS
B<PRINT>B<:>I<vname>B<:>I<format>[B<:strftime>|B<:valstrftime>|B<:valstrfduration>]
B<GPRINT>B<:>I<vname>B<:>I<format>
B<COMMENT>B<:>I<text>
B<VRULE>B<:>I<time>B<#>I<color>[B<:>[I<legend>][B<:dashes>[B<=>I<on_s>[,I<off_s>[,I<on_s>,I<off_s>]...]]E<0x200B>[B<:dash-offset=>I<offset>]]]
B<HRULE>B<:>I<value>B<#>I<color>[B<:>[I<legend>][B<:dashes>[B<=>I<on_s>[,I<off_s>[,I<on_s>,I<off_s>]...]]E<0x200B>[B<:dash-offset=>I<offset>]]]
B<LINE>[I<width>]B<:>I<value>[B<#>I<color>][B<:>[I<legend>][B<:STACK>][B<:skipscale>][B<:dashes>[B<=>I<on_s>E<0x200B>[,I<off_s>E<0x200B>[,I<on_s>,I<off_s>]...]]E<0x200B>[B<:dash-offset=>I<offset>]]]
B<AREA>B<:>I<value>[B<#>I<color>][B<:>[I<legend>][B<:STACK>][B<:skipscale>]]
B<TICK>B<:>I<vname>B<#>I<rrggbb>[I<aa>][B<:>I<fraction>[B<:>I<legend>]]
B<SHIFT>B<:>I<vname>B<:>I<offset>
B<TEXTALIGN>B<:>{B<left>|B<right>|B<justified>|B<center>}
B<PRINT>B<:>I<vname>B<:>I<CF>B<:>I<format> (deprecated)
B<GPRINT>B<:>I<vname>B<:>I<CF>B<:>I<format> (deprecated)
B<STACK>B<:>I<vname>B<#>I<color>[B<:>I<legend>] (deprecated)
=head1 DESCRIPTION
These instructions allow you to generate your image or report.
If you don't use any graph elements, no graph is generated.
Similarly, no report is generated if you don't use print options.
=head2 PRINT
=head3 B<PRINT:>I<vname>B<:>I<format>[B<:strftime>|B<:valstrftime>|B<:valstrfduration>]
Depending on the context, either the value component (no suffix, valstrftime or valstrfduration)
or the time component (strftime) of a B<VDEF> is printed using I<format>. It is
an error to specify a I<vname> generated by a B<DEF> or B<CDEF>.
Any text in I<format> is printed literally with one exception:
The percent character introduces a formatter string. This string
can be:
For printing values:
=over
=item B<%%>
just prints a literal '%' character
=item B<%#.#le>
prints numbers like 1.2346e+04. The optional integers # denote field
width and decimal precision.
=item B<%#.#lf>
prints numbers like 12345.6789 (%5.4lf), with optional field width
and precision.
=item B<%s>
place this after B<%le>, B<%lf> or B<%lg>. This will be replaced by the
appropriate SI magnitude unit and the value will be scaled
accordingly (123456 -> 123.456 k).
=item B<%S>
is similar to B<%s>. It does, however, use a previously defined
magnitude unit. If there is no such unit yet, it tries to define
one (just like B<%s>) unless the value is zero, in which case the magnitude
unit stays undefined. Thus, formatter strings using B<%S> and no B<%s>
will all use the same magnitude unit except for zero values.
=back
If you PRINT a VDEF value, you can also print the time associated with it by appending the string
B<:strftime> to the format. Note that RRDtool uses the strftime function of your OSs C library. This means that
the conversion specifier may vary. Check the manual page if you are uncertain. The following is a list of
conversion specifiers usually supported across the board. Formatting values
interpreted as timestamps with B<:valstrftime> is done likewise.
=over
=item B<%a>
The abbreviated weekday name according to the current locale.
=item B<%A>
The full weekday name according to the current locale.
=item B<%b>
The abbreviated month name according to the current locale.
=item B<%B>
The full month name according to the current locale.
=item B<%c>
The preferred date and time representation for the current locale.
=item B<%d>
The day of the month as a decimal number (range 01 to 31).
=item B<%H>
The hour as a decimal number using a 24-hour clock (range 00 to 23).
=item B<%I>
The hour as a decimal number using a 12-hour clock (range 01 to 12).
=item B<%j>
The day of the year as a decimal number (range 001 to 366).
=item B<%m>
The month as a decimal number (range 01 to 12).
=item B<%M>
The minute as a decimal number (range 00 to 59).
=item B<%p>
Either `AM' or `PM' according to the given time value, or the corresponding
strings for the current locale. Noon is treated as `pm' and midnight as
`am'. Note that in many locales and `pm' notation is unsupported and in
such cases %p will return an empty string.
=item B<%s>
The second as a decimal number (range 00 to 61).
=item B<%S>
The seconds since the epoch (1.1.1970) (libc dependent non standard!)
=item B<%U>
The week number of the current year as a decimal number, range 00 to 53, starting with the
first Sunday as the first day of week 01. See also %V and %W.
=item B<%V>
The ISO 8601:1988 week number of the current year as a decimal number, range 01 to 53, where
week 1 is the first week that has at least 4 days in the current year, and with Monday as the
first day of the week. See also %U and %W.
=item B<%w>
The day of the week as a decimal, range 0 to 6, Sunday being 0. See also %u.
=item B<%W>
The week number of the current year as a decimal number, range 00 to 53, starting with the
first Monday as the first day of week 01.
=item B<%x>
The preferred date representation for the current locale without the time.
=item B<%X>
The preferred time representation for the current locale without the date.
=item B<%y>
The year as a decimal number without a century (range 00 to 99).
=item B<%Y>
The year as a decimal number including the century.
=item B<%Z>
The time zone or name or abbreviation.
=item B<%%>
A literal `%' character.
=back
Formatting values as duration is done using printf like conversion specifications:
- All non-conversion specification chars are copied unchanged
- A conversion specification has format '%' [ ['0'] minwidth ] [ '.' precision ] conversion-specifier
With conversion-specifier being one of:
=over
=item B<%>
A raw '%' is output, width and precision are ignored
=item B<W>
Number of weeks
=item B<d>
Number of days, modulus number of weeks
=item B<D>
Number of days
=item B<h>
Number of hours, modulus number of days
=item B<H>
Number of hours
=item B<m>
Number of minutes, modulus number of hours
=item B<M>
Number of minutes
=item B<s>
Number of seconds, modulus number of minutes
=item B<S>
Number of seconds
=item B<f>
Number of milliseconds, modulus seconds
=back
=head3 B<PRINT:>I<vname>B<:>I<CF>B<:>I<format>
I<Deprecated. Use the new form of this command in new scripts.>
The first form of this command is to be used with B<CDEF> I<vname>s.
=head2 GRAPH
=head3 B<GPRINT>B<:>I<vname>B<:>I<format>
This is the same as C<PRINT>, but printed inside the graph.
=head3 B<GPRINT>B<:>I<vname>B<:>I<CF>B<:>I<format>
I<Deprecated. Use the new form of this command in new scripts.>
This is the same as C<PRINT>, but printed inside the graph.
=head3 B<COMMENT>B<:>I<text>
Text is printed literally in the legend section of the graph. Note that in
RRDtool 1.2 you have to escape colons in COMMENT text in the same way you
have to escape them in B<*PRINT> commands by writing B<'\:'>.
=head3 B<VRULE>B<:>I<time>B<#>I<color>[B<:>[I<legend>][B<:dashes>[B<=>I<on_s>[,I<off_s>[,I<on_s>,I<off_s>]...]]E<0x200B>[B<:dash-offset=>I<offset>]]]
Draw a vertical line at I<time>. Its color is composed from three
hexadecimal numbers specifying the rgb color components (00 is off, FF is
maximum) red, green and blue followed by an optional alpha. Optionally, a legend box and string is
printed in the legend section. I<time> may be a number or a variable
from a B<VDEF>. It is an error to use I<vname>s from B<DEF> or B<CDEF> here.
Dashed lines can be drawn using the B<dashes> modifier. See B<LINE> for more
details.
=head3 B<HRULE>B<:>I<value>B<#>I<color>[B<:>[I<legend>][B<:dashes>[B<=>I<on_s>[,I<off_s>[,I<on_s>,I<off_s>]...]]E<0x200B>[B<:dash-offset=>I<offset>]]]
Draw a horizontal line at I<value>. HRULE acts much like LINE except that
will have no effect on the scale of the graph. If a HRULE is outside the
graphing area it will just not be visible and it will not appear in the legend by default.
=head3 B<LINE>[I<width>]B<:>I<value>[B<#>I<color>][B<:>[I<legend>][B<:STACK>][B<:skipscale>][B<:dashes>[B<=>I<on_s>E<0x200B>[,I<off_s>E<0x200B>[,I<on_s>,I<off_s>]...]]E<0x200B>[B<:dash-offset=>I<offset>]]]
Draw a line of the specified width onto the graph. I<width> can be a
floating point number. If the color is not specified, the drawing is done
'invisibly'. This is useful when stacking something else on top of this
line. Also optional is the legend box and string which will be printed in
the legend section if specified. The B<value> can be generated by B<DEF>,
B<VDEF>, and B<CDEF>. If the optional B<STACK> modifier is used, this line
is stacked on top of the previous element which can be a B<LINE> or an
B<AREA>.
Normally the graphing function makes sure that the entire B<LINE> or B<AREA>
is visible in the chart. The scaling of the chart will be modified
accordingly if necessary. Any B<LINE> or B<AREA> can be excluded from this
process by adding the option B<skipscale>.
The B<dashes> modifier enables dashed line style. Without any further options
a symmetric dashed line with a segment length of 5 pixels will be drawn. The
dash pattern can be changed if the B<dashes=> parameter is followed by either
one value or an even number (1, 2, 4, 6, ...) of positive values. Each value
provides the length of alternate I<on_s> and I<off_s> portions of the
stroke. The B<dash-offset> parameter specifies an I<offset> into the pattern
at which the stroke begins.
When you do not specify a color, you cannot specify a legend. Should
you want to use B<STACK>, use the "LINEx:<value>::STACK" form.
=head3 B<AREA>B<:>I<value>[B<#>I<color>[B<#>I<color2>]][B<:>[I<legend>][B<:STACK>][B<:skipscale>]E<0x200B>[B<:gradheight=>I<y>]
See B<LINE>, however the area between the x-axis and the line will
be filled.
If color2 is specified, the area will be filled with a gradient.
The I<gradheight> parameter can create three different behaviors. If
I<gradheight> > 0, then the gradient is a fixed height, starting at the line
going down. If I<gradheight> < 0, then the gradient starts at a fixed height
above the x-axis, going down to the x-axis. If I<height> == 0, then the
gradient goes from the line to x-axis.
The default value for I<gradheight> is 50.
=head3 B<TICK>B<:>I<vname>B<#>I<rrggbb>[I<aa>][B<:>I<fraction>[B<:>I<legend>]]
Plot a tick mark (a vertical line) for each value of I<vname> that is
non-zero and not *UNKNOWN*. The I<fraction> argument specifies the length of
the tick mark as a fraction of the y-axis; the default value is 0.1 (10% of
the axis). Note that the color specification is not optional. The TICK marks normally
start at the lower edge of the graphing area. If the fraction is negative they start
at the upper border of the graphing area.
=head3 B<SHIFT>B<:>I<vname>B<:>I<offset>
Using this command B<RRDtool> will graph the following elements
with the specified offset. For instance, you can specify an
offset of S<( 7*24*60*60 = ) 604'800 seconds> to "look back" one
week. Make sure to tell the viewer of your graph you did this ...
As with the other graphing elements, you can specify a number or
a variable here.
=head3 B<TEXTALIGN>B<:>{B<left>|B<right>|B<justified>|B<center>}
Labels are placed below the graph. When they overflow to the left, they wrap
to the next line. By default, lines are justified left and right. The
B<TEXTALIGN> function lets you change this default. This is a command and
not an option, so that you can change the default several times in your
argument list.
=cut
# This section describes the currently defunct
# PieChart code.
#
# =item B<PART>B<:>I<vname>B<#>I<rrggbb>[I<aa>][B<:>I<legend>]
#
# B<RRDtool> has now support for B<pie charts>. If you include the
# B<PART> command, the canvas is extended to make room for a chart.
# The size of the canvas is determined by the lesser of
# L<width and height|rrdgraph/item_Size>.
#
# Pie parts will be concatenated, the first one will start at the
# top and parts will be created clockwise. The size of the part
# is defined by the value part of the L<VDEF|rrdgraph_data/VDEF>
# function. It should return a number between 0 and 100, being a
# percentage. Providing wrong input will produce undefined results.
#
#
=pod
=head3 B<STACK>B<:>I<vname>B<#>I<color>[B<:>I<legend>]
I<Deprecated. Use the B<STACK> modifiers on the other commands instead!>
B<Some notes on stacking>
When stacking, an element is not placed above the X-axis but rather
on top of the previous element. There must be something to stack
upon.
You can use an B<invisible> LINE or AREA to stacked upon.
An B<unknown> value makes the entire stack unknown from that moment on.
You don't know where to begin (the unknown value) and therefore do
not know where to end.
If you want to make sure you will be displaying a certain variable,
make sure never to stack upon the unknown value. Use a CDEF instruction
with B<IF> and B<UN> to do so.
=head1 NOTES on legend arguments
=head2 Escaping the colon
A colon ':' in a I<legend> argument will mark the end of the
legend. To enter a ':' as part of a legend, the colon must be escaped
with a backslash '\:'. Beware that many environments process
backslashes themselves, so it may be necessary to write two
backslashes in order to one being passed onto rrd_graph.
=head2 String Formatting
The text printed below the actual graph can be formatted by appending special
escape characters at the end of a text. When ever such a character occurs,
all pending text is pushed onto the graph according to the character
specified.
Valid markers are: B<\j> for justified, B<\l> for left aligned, B<\r> for
right aligned, and B<\c> for centered. In the next section there is an
example showing how to use centered formatting.
B<\n> is a valid alias for B<\l> since incomplete parsing in earlier
versions of RRDtool lead to this behavior and a number of people has been using it.
Normally there are two space characters inserted between every two items
printed into the graph. The space following a string can be suppressed by
putting a B<\g> at the end of the string. The B<\g> also ignores any space
inside the string if it is at the very end of the string. This can be used
in connection with B<%s> to suppress empty unit strings.
GPRINT:a:MAX:%lf%s\g
A special case is COMMENT:B<\s> which inserts some additional vertical space
before placing the next row of legends.
If you want to have left and right aligned legends on the same line use COMMENT:B<\u>
to go one line back like this:
COMMENT:left\l
COMMENT:\u
COMMENT:right\r
There is also a 'nop' control for situations where you want a string to
actually end in a backslash character sequence B<\.>
COMMENT:OS\2\.
When using a proportional font in your graph, the tab
characters or the sequence B<\t> will line-up legend elements. Note that
the tabs inserted are relative to the start of the current legend
element!
Since RRDtool 1.3 is using Pango for rending text, you can use Pango markup.
Pango uses the xml B<span> tags for inline formatting instructions.:
A simple example of a marked-up string might be:
<span foreground="blue" size="x-large">Blue text</span> is <i>cool</i>!
The complete list of attributes for the span tag (taken from the pango documentation):
=over
=item B<font_desc>
A font description string, such as "Sans Italic 12"; note that any other span attributes will override this description. So if you have "Sans Italic" and also a style="normal" attribute, you will get Sans normal, not italic.
=item B<font_family>
A font family name
=item B<face>
Synonym for font_family
=item B<size>
Font size in 1024ths of a point, or one of the absolute sizes 'xx-small', 'x-small', 'small', 'medium', 'large', 'x-large', 'xx-large', or one of the relative sizes 'smaller' or 'larger'. If you want to specify a absolute size, it's usually easier to take advantage of the ability to specify a partial font description using 'font_desc'; you can use font_desc='12.5' rather than size='12800'.
=item B<style>
One of 'normal', 'oblique', 'italic'
=item B<weight>
One of 'ultralight', 'light', 'normal', 'bold', 'ultrabold', 'heavy', or a numeric weight
=item B<variant>
'normal' or 'smallcaps'
=item B<stretch>
One of 'ultracondensed', 'extracondensed', 'condensed', 'semicondensed', 'normal', 'semiexpanded', 'expanded', 'extraexpanded', 'ultraexpanded'
=item B<foreground>
An RGB color specification such as '#00FF00' or a color name such as 'red'
=item B<background>
An RGB color specification such as '#00FF00' or a color name such as 'red'
=item B<underline>
One of 'none', 'single', 'double', 'low', 'error'
=item B<underline_color>
The color of underlines; an RGB color specification such as '#00FF00' or a color name such as 'red'
=item B<rise>
Vertical displacement, in 10000ths of an em. Can be negative for subscript, positive for superscript.
=item B<strikethrough>
'true' or 'false' whether to strike through the text
=item B<strikethrough_color>
The color of crossed out lines; an RGB color specification such as '#00FF00' or a color name such as 'red'
=item B<fallback>
'true' or 'false' whether to enable fallback. If disabled, then characters will only be used from the closest matching font on the system. No fallback will be done to other fonts on the system that might contain the characters in the text. Fallback is enabled by default. Most applications should not disable fallback.
=item B<lang>
A language code, indicating the text language
=item B<letter_spacing>
Inter-letter spacing in 1024ths of a point.
=item B<gravity>
One of 'south', 'east', 'north', 'west', 'auto'.
=item B<gravity_hint>
One of 'natural', 'strong', 'line'.
=back
To save you some typing, there are also some shortcuts:
=over
=item B<b>
Bold
=item B<big>
Makes font relatively larger, equivalent to <span size="larger">
=item B<i>
Italic
=item B<s>
Strike through
=item B<sub>
Subscript
=item B<sup>
Superscript
=item B<small>
Makes font relatively smaller, equivalent to <span size="smaller">
=item B<tt>
Monospace font
=item B<u>
Underline
=back
=head1 SEE ALSO
L<rrdgraph> gives an overview of how B<rrdtool graph> works.
L<rrdgraph_data> describes B<DEF>,B<CDEF> and B<VDEF> in detail.
L<rrdgraph_rpn> describes the B<RPN> language used in the B<?DEF> statements.
L<rrdgraph_graph> page describes all of the graph and print functions.
Make sure to read L<rrdgraph_examples> for tipsE<amp>tricks.
=head1 AUTHOR
Program by Tobias Oetiker E<lt>tobi@oetiker.chE<gt>
This manual page by Alex van den Bogaerdt E<lt>alex@vandenbogaerdt.nlE<gt>
with corrections and/or additions by several people
|