Giter Site home page Giter Site logo

netty-performace-tuning's Introduction

Netty Performance Tuning

Scripts for running performance tests and tuning algorithm implementations. This is particularly targeted to use with https://github.com/smb564/adaptive-concurrency-control.

Installing python packages

The most easiest way to install packages for this is to create a virtual environment inside.

Create a virtual environment using the following command. (If you are not familiar just google "python virtual environments") (The below will create a virtual environment named venv)

python3 -m venv venv

Now avtivate the virtual environment using the following command.

source venv/bin/activate

After activating the environment, you should install the packages you will be using. Following packages are required for this project. (You can use pip to install packages)

pip install requests matplotlib sklearn numpy scikit-optimize scipy hyperopt

Automation Scripts

At the time of writing, there were two test automation scripts.

netty_script_dataset.sh runs a set of experiments and collects results for different use cases with dynamic, and several fixed thread pool sizes

netty_script.sh runs a simple bayesian tuning case. You can improve this to run tuning case against the default case and generate comparison plots using the plots (like in TPC-W case).

netty-performace-tuning's People

Contributors

supunab avatar

Watchers

 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.