Code Monkey home page Code Monkey logo

scouter's Introduction

Open Source S/W Applicaiton Performance Monitoring

SCOUTER is a open source APM(Application Performance Montiring) and a database monitoring tool. (Opensource WAS - Tomcat, JBoss ...... / Opensource DB - MariaDB )

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.

Documents

Download

Modules

Scouter has three modules:

  • 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

Q&A

License

Licensed under the Apache License, Version 2.0

scouter's People

Contributors

sjokim avatar bill23-kim avatar kwonmunsoo avatar gunlee01 avatar pocorall avatar

Watchers

Leo Youngjun Song 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.