GithubHelp home page GithubHelp logo

zds-bryant / gcplot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gcplot/gcplot

0.0 0.0 0.0 10.73 MB

๐Ÿ“ˆ GCPlot - all-in-one JVM GC Logs Analyzer (Server)

Home Page: https://gcplot.com

License: Apache License 2.0

Java 100.00%

gcplot's Introduction

GCPlot - All-in-one JVM GC Logs Analyzer

GCPlot is a Java Garbage Collector (GC) logs analyzer. Basically, it's an effort to solve all GC logs reading/analyzing problems once and forever. As developers, we were tired about the current situation and efforts needed to just compare some number of GC configurations, so we decided to start from scratch and build a tool that suits best for us.

The report itself consists of a lot of graphs, measurements, stats, etc about how exactly your GC works. You can also manage the timeline and decide - whether to dig deeper, by analyzing, for example, 2 minutes interval in the most details, or check everything from the bird's eye view by choosing the last month.

SPA UI: https://github.com/dmart28/gcplot-ui

Installation

Docker Installation

You can run GCPlot in a Docker container. Docker is supported by most of the modern OS, for more details check official Docker Installation page.

In order to run GCPlot as-is without additional configuration, run next command:

docker run -d -p 80:80 gcplot/gcplot

After that eventually the platform will be accessible from your host machine at http://127.0.0.1 address. If you would like to use another port, just change it. For example, for http://127.0.0.1:8080 address, the command will look like:

docker run -d -p 8080:80 gcplot/gcplot

By default, admin user is already created, with username and password admin. Please consider changing it for the best security after the initial log in.

Versions

You can check the Docker container versions available here.

Memory Settings

You can control heap size of the services inside container. GCPlot uses Cassandra and OrientDB under the hood, which are also presented inside the container. Default values are:

GCPLOT_MEMORY=512m
ORIENTDB_MEMORY=256m
CASSANDRA_MEMORY=1g

To give, for example, GCPlot service 1G of heap, and to Cassandra 4G, the command may look like:

docker run -d -p 80:80 -e "GCPLOT_MEMORY=1g" -e "CASSANDRA_MEMORY=4g" gcplot/gcplot

gcplot's People

Contributors

dmart28 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.