greenbalance

Software Screenshot:
greenbalance
Software Details:
Version: 0.2.0
Upload Date: 14 Apr 15
Developer: Daniel Waardal
Distribution Type: Freeware
Downloads: 1

Rating: nan/5 (Total Votes: 0)

greenbalance is a TCP loadbalancer utility with round-robin and weighted random support built on gevent and wr.

greenbalance.conf is by default installed to /etc/greenbalance.conf

Usage

greenbalance --port 8080 --config /path/to/my.config

Example greenbalance.conf

[settings]
host = 0.0.0.0 # Bind to this (0.0.0.0 = all)
port = 3001 # Listening port.

[nodes]
backend1 3101 = 20 # will serve 20% of the requests.
192.168.100.7 3102 = 40 # will serve 40% of the requests.
localhost 3103 = 40 # will serve 40% of the requests.


Installation

 Ubuntu: sudo apt-get install python-pip python-gevent; sudo pip install --upgrade pip

Install greenbalance with sudo pip install greenbalance sudo is needed because the configuration file will be written to /etc

Documentation

Documentation is available at readthedocs.org

Requirements:

  • Python

Other Software of Developer Daniel Waardal

fu
fu

14 Apr 15

Comments to greenbalance

Comments not found
Add Comment
Turn on images!