Tomcat和MariaDB性能監控工具:SCOUTER

jopen 9年前發布 | 52K 次閱讀 SCOUTER 系統監控

SCOUTER是一個開源APM和數據庫監控工具。它監視Tomcat和MariaDB的性能。 如果您使用的Tomcat,SCOUTER將是監測的最佳選擇。

模塊

Scouter 擁有三個模塊:

  • Agent : gather performance information and send to the server

    • Tomcat Agent : Performance for JVM & Tomcat
      • ASM : using ASM library of OW2 (http://asm.ow2.org/) for BCI(byte code instrumentation)
      • Tools.jar : Java thread dumps, heap dumps, heap histograms, and the other powerful features provided by the JVM as the default.
      • JMX : Some counters for Tomcat & JVM such as GC Count, GC Times etc
    • Linux Agent : Performance for Linux, Window and OSX
    • MariaDB Agent : [to be announced]
  • Server : received the data from agent and it stores the data. The data is serviced to clients.

    • Scala : Written in Scala. It will provide a variety of features and performance scalability that can not be written in Java.
    • HASH FILE : Server is using the hash index in order to store large data in files.
    • GZIP : Service performance data and profile data are stored is compressed.
  • Client : provide the user interfaces

    • Eclipse RCP : SCOUTER is created as a standalone program. So the client can be connected to multiple servers at the same time. It makes easier that users monitor large scale systems.
    • SWT & GEF4 : Charts and Diagrams

SCOUTER is just simple. This configuration is simple. It will quickly provide the functions of monitoring OSS.

  • It will be deployed and upgraded through the Internet.
  • Clients are avaliable on Windows, MAC OSX and Linux.
  • It will also be automatically upgraded.
  • Key features such as Response-distribution, Active-service, Tag-count analysis are provided.

項目主頁:http://www.baiduhome.net/lib/view/home/1438160673425

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!