Giter VIP home page Giter VIP logo

bestgc-software's Introduction

BestGC offers the best GC solution (among four well known GCs: G1, Parallel, Shenandoah, and ZGC) based on the CPU and heap usage of your software and based on user's preferences regarding Throughput and Pause Time.

You can run BestGc using a command like bellow: java -jar BestGC.jar --user-app="path to the user’s application’s jar file + its input options" --monitoring-time=40 --wp="weight for pause time

There are several switches available to run BestGC: Mandatory switches: wt : a weight for throughput (a number between 0 and 1). wp : a weight for pause time (also between 0 and 1). (Note that you just need to define one of wt or wp since wt+wp=1). user-app : path to the user’s application’s jar file + all its input options that are used to run this application

Optional switches: Monitoring-time: the time BestGC monitor the user's application to measure its heap and CPU usage (in seconds); default value is 30 seconds.

pid: Process ID. PID of the running user’s application. run-best-gc: a boolean value(true / false) to define if the user need to his/her application to run automatically by BestGC with the suggested GC;default is true.

As an output, BestGC reports if a user's application is CPU-intensive or not. Also it reports the average CPU core engaged by the user's application also the maximum heap used by the application.

bestgc-software's People

Contributors

guilhas07 avatar sataso 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.