Customer Center
Notice · Security Issue · Account Guide · Global Traffic Test
기술노트
MRTG log 포맷
2016.02.18
[첫번째 라인]
[timestamp],[incoming bytes counter],[outgoing bytes counter]
[2번재 라인부터.....]
[timestamp],
[average incoming transfer rate in bps],
[average outgoing transfer rate in bps],
[maximum incoming rate in bps],
[maximum outgoing rate in bps for current interval]
* timestamp 변환 방법
엑셀 =(x+y)/86400+DATE(1970,1,1)
PERL -> perl -e "print scalar localtime(x)," ""
x: timestamp
y: the offset in seconds from UTC (우리나라 9시간)
첨부파일