1 / 11

RRDtool 을 알아보자

RRDtool 을 알아보자. RRDtool 의 이해 RRDtool 의 사용 RRDtool 의 실례. RRDtool 이란 ?. Round Robin Database tool Tobias Oetiker 왜 Round Robin 일까 ? 통계 프로그램 MRTG(Multi Router Traffic Grapher) SNMP(Simple Network Monitor Protocol) temperature, speed, voltage, number of printouts. RRDtool 의 특징.

chaka
Download Presentation

RRDtool 을 알아보자

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. RRDtool을 알아보자 RRDtool의 이해 RRDtool의 사용 RRDtool의 실례 made by noradi

  2. RRDtool이란? • Round Robin Database tool • Tobias Oetiker • 왜 Round Robin 일까? • 통계 프로그램 • MRTG(Multi Router Traffic Grapher) • SNMP(Simple Network Monitor Protocol) • temperature, speed, voltage, number of printouts made by noradi

  3. RRDtool의 특징 • 데이터를 저장할 수 있고, 그래프를 그릴 수 있다. • 파일의 크기가 일정수준 이상 커지지 않는다. • 입력되는 정보의 변화율을 저장할 수 있다. • 미리 정의된 간격으로 데이터 베이스를 구축한다. made by noradi

  4. CREATE - 생성편 • rrdtoolcreatefilename [--start|-bstarttime] [--step|-sstep] DS:ds-name:DST:heartbeat:min:max[DS:...]... RRA:CF:xff:steps:rows[RRA:...]... • --start|-b start time (default: now - 10s) • --step|-s step (default: 300 seconds) made by noradi

  5. Data Source • DS:ds-name:DST:heartbeat:min:max • DST ( Data Source Type) • GAUGE • COUNTER • DERIVE • ABSOLUTE • heartbeat • min/max made by noradi

  6. Round Robin Archive • RRA:CF:xff:steps:rows • CF ( Consolidation function) • AVERAGE • MIN • MAX • LAST • xff, steps, rows made by noradi

  7. UPDATE - 업데이트편 • rrdtoolupdatefilename [--template|-tds-name[:ds-name]...] N|timestamp:value[:value...] [timestamp:value[:value...]...] • --template|-t ds-name[:ds-name]... • N|timestamp:value[:value...] made by noradi

  8. GRAPH - 그래프편 • rrdtoolgraphfilename여러 옵션들 • -s|--start seconds (default end-1day) • -e|--end seconds (default now) • DEF:vname=rrd:ds-name:CF • CDEF:vname=rpn-expression • 나머지는 man rrdgraph 참조 made by noradi

  9. RRDtool 기타 • info • rrd의 정보를 알려줌 • fetch • Data 정보를 알려줌 • tune • 정보를 수정함 made by noradi

  10. RRDtool의 실례 made by noradi

  11. 참고 사이트 & 문헌 • http://www.rrdtool.org • man page ( rrdtool, rrdcreate, rrdupdate, ……) made by noradi

More Related