Platform Team/Server Kit/Guide/Usage Statistics: Difference between revisions
No edit summary |
No edit summary |
||
| Line 33: | Line 33: | ||
The above sample values will not be having any impact on network usage, since we're not increasing their resolution, frequency or adding/removing more RRA's | The above sample values will not be having any impact on network usage, since we're not increasing their resolution, frequency or adding/removing more RRA's | ||
==Notes on reading/interpreting the RRD databases== | |||
===Dumping all information=== | |||
* To dump all the information contained in an rrd file, one could use 'rrdtool dump' command. | |||
* To dump the same info in a more pretty print format (tabular), you may use [http://people.sugarlabs.org/anish/dsreport dsreport]. You'll need to install rrdtool-perl to make the script work. | |||