GithubHelp home page GithubHelp logo

robertoduessmann / depli Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lpsandaruwan/depli

0.0 2.0 0.0 1.07 MB

A handsome JVM monitoring dashboard

Home Page: http://lahiru.site/depli

Shell 4.41% Batchfile 3.13% Java 59.70% JavaScript 15.58% CSS 1.77% HTML 15.41%

depli's Introduction

Build Status Quality Gate

DEPLI

A Rich JVM Monitor.

Depli is a handsome tool that lets you monitor multiple JVM connections at once though Java management bean server connections, has been built using Spring-boot and angular material.

Requirements

Make sure you have installed Java version 7 or later.

Run Depli using a release

To run depli from a release extract the archive and,

./start.sh

Build using source

Make sure you have configured maven. To obtain the standalone jar file,

mvn clean install -DskipTests

To run for the first time, to create datasource(h2 db file),

java -jar depli-*.jar \
--spring.datasource.url=jdbc:h2:file:./depli \
--spring.jpa.hibernate.ddl-auto=create \
--spring.datasource.initialize=true

Afterwards just running jar is enough,

java -jar depli-*.jar

Depli's default port is 8080, and if you run want to run it using another port use,

java -jar depli-*.jar --server.port=9000

Depli's features and next

  • Add/edit/remove connection data
  • Class paths and artifacts search and lookup
  • Create JMX connections with username/password authentication
  • H2 file database/save connection data
  • Hot plug and unplug JMX connections
  • Multiple JMX connections
  • Push notifications on user specific triggers and events
  • User management and authentication.
  • Threads/stacktrace search and lookup

Contributing

Please refer CONTRIBUTING.md

License

Copyright (c) 2017: Lahiru Pathirage [email protected]

Depli is a free application: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Depli is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. See COPYING for a copy of the GNU General Public License. If not, see http://www.gnu.org/licenses/.

depli's People

Contributors

josephyi avatar lpsandaruwan avatar mirkoperillo avatar

Watchers

 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.