Giter Site home page Giter Site logo

spring-boot-ehcache-monitor's Introduction

spring-boot-ehcache-monitor

Download

SPEC

  • Spring Framework 4
  • Ehache 3
  • Vaadin 8
  • Vaadin Chartjs

ENVIRONMENT

  • JDK 1.8
  • Spring Boot

Setup

build.gradle

repositories {
    jcenter()
}

dependencies {
    compile 'com.github.kingbbode:spring-boot-ehcache-monitor:{version}'
}


dependencyManagement {
    imports {
        mavenBom "com.vaadin:vaadin-bom:8.1.0"
    }
}

Usage

Example

preview


Path

your.application.com/admin/ehcache


DashBoard

EhCache LIST

list

  • 전체 Cache 리스트와 기본 정보를 노출

Hit Line Chart

chart

  • 분 단위 Cache Hit Line Chart

Cache Detail

Table

table

  • Cache 기본 정보와 상세 Cache 데이터 리스트
  • 삭제 : 특정 Cache 의 특정 데이터를 삭제 가능

Refresh & Flush

function

  • Refresh : 새로고침 없이 데이터를 갱신
  • Flush : 캐시 전체 데이터를 삭제

Search

search

  • Cache 데이터의 Key 값 검색 지원

Description

  • Ehcache 의 쉬운 모니터링 툴이 없어서 만듦.
  • 전체적인 기능은 RMI 환경을 지원
    • 상세 조회, 삭제에 대한 기본적인 기능은 RMI 환경을 지원.
    • 통계 데이터는 단일 서버에 대한 데이터만 노출.
    • 분산 환경이라면, 대부분 통계 데이터가 거의 동일한 추이를 보이므로, 단일 서버에 대한 통계 모니터링만으로 충분할 수도 있다고 판단.
    • RMI 가 통계 데이터를 지원하지 않으며, 몇 가지 통계를 가져올 순 있지만 서비스에 영향을 줄 수 있으므로 스펙 제외.
  • Spring Security 를 사용하여 'admin/cache' 에 대한 접근을 제한할 것을 추천.

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.