~ubuntu-branches/ubuntu/maverick/rrdtool/maverick

« back to all changes in this revision

Viewing changes to doc/rrdgraph_graph.pod

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2010-07-22 08:07:01 UTC
  • mfrom: (1.2.8 upstream) (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100722080701-k46mgdfz6euxwqsm
Tags: 1.4.3-1ubuntu1
* Merge from debian unstable, Remaining changes:
  - debian/control: Don't build against ruby1.9 as we don't want
    it in main.
* require libdbi >= 0.8.3 to prevent aborts when using dbi datasources

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
=back
86
86
 
87
87
If you PRINT a VDEF value, you can also print the time associated with it by appending the string
88
 
B<:strftime> to the format. Note that rrdtool uses the strftime function of your OSs C library. This means that
 
88
B<:strftime> to the format. Note that RRDtool uses the strftime function of your OSs C library. This means that
89
89
the conversion specifier may vary. Check the manual page if you are uncertain. The following is a list of
90
90
conversion specifiers usually supported across the board. 
91
91
 
148
148
 
149
149
=item B<%S>
150
150
 
151
 
The seconds since the epoch (1.1.1970) (libc dependant non standard!)
 
151
The seconds since the epoch (1.1.1970) (libc dependent non standard!)
152
152
 
153
153
=item B<%U>
154
154
 
352
352
example showing how to use centered formatting.
353
353
 
354
354
B<\n> is a valid alias for B<\l> since incomplete parsing in earlier
355
 
versions of rrdtool lead to this behavior and a number of people has been using it.
 
355
versions of RRDtool lead to this behavior and a number of people has been using it.
356
356
 
357
357
Normally there are two space characters inserted between every two items
358
358
printed into the graph. The space following a string can be suppressed by
365
365
A special case is COMMENT:B<\s> which inserts some additional vertical space
366
366
before placing the next row of legends.
367
367
 
368
 
If you are using the proportional font in your graph, you can use tab
369
 
characters or the sequence B<\t> to line-up legend elements. Note that
 
368
If you want to have left and right aligned legends on the same line use COMMENT:B<\u>
 
369
to go one line back like this:
 
370
 
 
371
 COMMENT:left\l
 
372
 COMMENT:\u
 
373
 COMMENT:right\r
 
374
 
 
375
When using a proportional font in your graph, the tab
 
376
characters or the sequence B<\t> will line-up legend elements. Note that
370
377
the tabs inserted are relative to the start of the current legend
371
378
element!
372
379
 
439
446
 
440
447
=item B<strikethrough_color>
441
448
 
442
 
The color of strikethrough lines; an RGB color specification such as '#00FF00' or a color name such as 'red'
 
449
The color of crossed out lines; an RGB color specification such as '#00FF00' or a color name such as 'red'
443
450
 
444
451
=item B<fallback>
445
452
 
481
488
 
482
489
=item B<s>
483
490
 
484
 
Strikethrough
 
491
Strike through
485
492
 
486
493
=item B<sub>
487
494