1 / 8

Graphics Draw and Atlas

Graphics Draw and Atlas. Speaker: Yan-Shiang Wang Date:2006.5.1. MRTG with GD. 優點 安裝使用簡單 缺點 使用文本式的資料庫,資料不能重複使用 只能按日、周、月、年來查看資料 只能畫兩個 DS (一條線、一個塊) 無管理功能. Round Robin Database Tool. lets you log and analyze the data you gather from all kinds of data-sources ( DS )

atalo
Télécharger la présentation

Graphics Draw and Atlas

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. Graphics Draw and Atlas Speaker: Yan-Shiang Wang Date:2006.5.1

  2. MRTG with GD • 優點 • 安裝使用簡單 • 缺點 • 使用文本式的資料庫,資料不能重複使用 • 只能按日、周、月、年來查看資料 • 只能畫兩個DS(一條線、一個塊) • 無管理功能

  3. Round Robin Database Tool • lets you log and analyze the data you gather from all kinds of data-sources (DS) • quickly generate graphical representations of the data values collected over a definable time period • Reference • http://rrdtool.cs.pu.edu.tw/doc/rrdtool.en.html

  4. MRTG with RRDtool • 優點 • 使用rrd存儲格式,資料能重複使用 • 例如可以將一個rrd檔中的資料與另一個rrd檔中的資料相加 • 可以定義任意時間段畫圖 • 可以畫出一張半年以來的資料的圖,也可以畫出一張半小時以來的圖 • 能畫任意個DS • CDEF讓你能任意擺弄數據

  5. MRTG with RRDtool (Cont.) • 缺點 • rrdtool的作用只是存儲資料和畫圖,沒有mrtg中集成的資料獲取功能 • 在命令行的使用非常複雜,參數極多 • 無管理功能 • Refference • http://www.fi.muni.cz/~kas/mrtg-rrd/ • http://oss.oetiker.ch/mrtg/doc/mrtg-rrd.en.html • http://phorum.study-area.org/viewtopic.php?t=17869 • http://jesse.loxa.edu.tw/phpBB2/viewtopic.php?t=63 • http://phorum.study-area.org/viewtopic.php?t=18496&highlight=rrdtool

  6. Cacti with RRDtool • 為一套php程式 • 運用snmpget採集資料 • 使用rrdtool繪圖 • 資料管理和用戶管理 • Reference • http://www.cacti.net/ • http://cacti.xxoo.net/ • http://cckk.tw/wordpress/archives/2005/10/01/36/ • http://freebsd.ntut.idv.tw/document/cacti.html

  7. Implement • MRTG with RRD on ms11.voip.edu.tw • http://ms11.voip.edu.tw/cgi-bin/mrtg-rrd.cgi/localhost_1.html • Note: • 對於監控大量host時,較能顯現RRDtool的優點;在Lab的Server因為機器設備較舊,且監控數量不多,所以執行起來沒有比MRTG with GD好的感覺。

  8. Atlas • 提供ASP.NET能實作Ajax的功能 • 使用上必需安裝Visual Studio 2005 及 .Net Framework 2.0 • Demo • http://163.22.16.32/Default.aspx

More Related