Python bindings for RRDtool with a native C extension and an object-oriented way to work with Round Robin Databases. As of version 0.1.1, Python 2 and 3 is supported. The bindings are based on the ...
Python bindings for RRDtool with a native C extension and an object-oriented way to work with Round Robin Databases. As of version 0.1.1, Python 2 and 3 is supported. The bindings are based on the ...
トラフィック情報は平均をとりたいので「RRA:AVERAGE」となる。15分間の平均とするなら、15分÷5分=3サンプル分の平均をとればよい。Unknownの許容率は、仮に50%(0.5)としよう。 30日分保存したいという設定は、15分で割って、30日×24時間×60分÷15 = 2880を指定 ...