greenbalance

Weighted Random Loadbalancer for TCP
Download

greenbalance Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Daniel Waardal
  • Publisher web site:
  • https://github.com/waawal/

greenbalance Tags


greenbalance Description

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.confUsagegreenbalance --port 8080 --config /path/to/my.configExample greenbalance.confhost = 0.0.0.0 # Bind to this (0.0.0.0 = all)port = 3001 # Listening port.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 pipInstall greenbalance with sudo pip install greenbalance sudo is needed because the configuration file will be written to /etcDocumentationDocumentation is available at readthedocs.orgProduct's homepage


greenbalance Related Software