Last change
on this file since 1030 was 1030, checked in by Bruno Cornec, 19 years ago |
Creation of a pet project sar2rrd (put under subversion for ease of dev)
Not related to mondorescue
|
File size:
797 bytes
|
Rev | Line | |
---|
[1030] | 1 | #
|
---|
| 2 | # Begin of configuration options for sar2rrd
|
---|
| 3 | #
|
---|
| 4 | # RRD file generated from sar
|
---|
| 5 | #
|
---|
| 6 | rrdsar = sar.rrd
|
---|
| 7 | #
|
---|
| 8 | # RRD file generated from iostat
|
---|
| 9 | #
|
---|
| 10 | rrdio = io.rrd
|
---|
| 11 | #
|
---|
| 12 | # data exchange file for sar
|
---|
| 13 | #
|
---|
| 14 | svgsar = sar2rrd.svg
|
---|
| 15 | #
|
---|
| 16 | # data exchange file for io
|
---|
| 17 | #
|
---|
| 18 | svgio = io2rrd.svg
|
---|
| 19 | #
|
---|
| 20 | # We measure every 20 seconds for the bench
|
---|
| 21 | #
|
---|
| 22 | step = 20
|
---|
| 23 | #
|
---|
| 24 | # List of machines to consider
|
---|
| 25 | #
|
---|
| 26 | machines = sa1,sa2,sa3,sa4
|
---|
| 27 | #machines = sa1,sa2,sa3,sa4
|
---|
| 28 | #
|
---|
| 29 | # Address of the Web server for results
|
---|
| 30 | #
|
---|
| 31 | http = http://localhost
|
---|
| 32 | #
|
---|
| 33 | # Is it shot based (time constraints) (1 = true)
|
---|
| 34 | # if yes then use shots to give in ISO format shot times
|
---|
| 35 | # and lgshot to give the length of the shot
|
---|
| 36 | #
|
---|
| 37 | shot = 1
|
---|
| 38 | shots = 20041220090100,20041220103700,20041220161600,20041220172600,20041222152300,20041222164700,20041222192000
|
---|
| 39 | lgshot = 3600
|
---|
| 40 | #
|
---|
| 41 | # End of configuration options
|
---|
| 42 | #
|
---|
Note:
See
TracBrowser
for help on using the repository browser.