GithubHelp home page GithubHelp logo

lerist / scouter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from scouter-project/scouter

0.0 3.0 0.0 74.13 MB

Scouter is an open source APM and an open source profiler for java application like web applications on a tomcat .

License: Other

Shell 0.04% Batchfile 0.01% Java 91.63% HTML 0.32% Groff 0.09% JavaScript 0.41% Scala 7.50%

scouter's Introduction

scouter

Englsh Korean

Open Source S/W Application Performance Monitoring

SCOUTER is an open source APM and a database monitoring tool. APM means application performance monitoring or application performance management.

  • Monitoring target (currently)

    • Opensource WAS - Tomcat, JBoss, Resin ...
    • Opensource DB - MariaDB(on closed beta testing now)
  • Monitoring target (hopeful with every contributor)

    • Nodejs, Redis, MongoDB, PostgreSQL, Apach HTTPD, nginX, php ...

Screen

Users request application services on a system. The services use resources on the system. You should understand this context in order to manage the system performance effectively. SCOUTER can help you.

  • SCOUTER monitoring :
    • Users : ActiveUser, RecentUser, Today Visitor
    • Services : ActiveService, TPS, ResponseTime, Transaction Profile(class,sql,apicall), TagCount
    • Resources : Cpu,Memory,Network and Heap usage, Connection pools etc.

At a glance(Click to watch the video)

Demo gif

<iframe width="560" height="315" src="https://www.youtube.com/embed/iuArTzsD7Ws" frameborder="0" allowfullscreen></iframe>

Documents

Download

Modules

Scouter has three modules:

  • Agent : gather performance information and send to the server
    • Tomcat Agent (Java 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 (Host Agent) : Performance for Linux, Windows and OSX

    • MariaDB Agent : [to be announced]


  • Server (Collector) : 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 (Viewer) : 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

Facebook

How to contribute

  • Notice : Pull request to dev branch only allowed.
  • Refer to the development guide below.
  • Please note that you will have to complete a CLA for your first pull-request.

Q&A

License

Licensed under the Apache License, Version 2.0


scouter's People

Contributors

bill23-kim avatar gunlee01 avatar sjokim avatar kwonmunsoo avatar kukgini avatar nices96 avatar myeongjaekim avatar jeonwoosung avatar pocorall avatar

Watchers

James Cloos avatar Lerist avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.