Bug 37661 - [New Ports] A Load Balacing System (Director + Monitor)
Summary: [New Ports] A Load Balacing System (Director + Monitor)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Norikatsu Shigemura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-02 12:10 UTC by Alex Dupre
Modified: 2002-05-16 18:32 UTC (History)
0 users

See Also:


Attachments
loadd.sh (10.87 KB, text/plain)
2002-05-02 12:10 UTC, Alex Dupre
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Dupre 2002-05-02 12:10:01 UTC
net/loadd (A Load Balancing Daemon)
net/lmd   (A Load Monitor Daemon)

loadd is a daemon that communicate with ipfw Firewall via the DIVERT
sockets. You can easily configure a divert rule on your firewall and
redirect packets you want into the loadd system. Loadd check the
destination service and do a NAT on packets if the service must be
load balance. For choosing a host, loadd apply an algorithm that you
can configure.

For this first release, two algorithms are available
and you can found this features:

* Round-Robbin Algorithm (Very simple)
* Intelligence Load Sharing (Balancing with realtime load, work with
  lmd client on real servers)
* TCP supported (not UDP yet)
* Support multiples IP services (except SSL for the moment)
* Choose of IP aliasing
* Choose of port number to Load Balance
* Multiple daemons support on the same host without conflict

lmd is a daemon that monitors the server load and communicates
with loadd for Intellingence Load Sharing (Balancing with
realtime load).

Supported modules:

* http
Comment 1 Norikatsu Shigemura freebsd_committer freebsd_triage 2002-05-14 08:29:52 UTC
State Changed
From-To: open->analyzed

I'll handle these. 


Comment 2 Norikatsu Shigemura freebsd_committer freebsd_triage 2002-05-14 08:29:52 UTC
Responsible Changed
From-To: freebsd-ports->nork

I'll handle these.
Comment 3 Norikatsu Shigemura freebsd_committer freebsd_triage 2002-05-16 18:31:20 UTC
State Changed
From-To: analyzed->closed

Committed, thanks!