第 129 章 balance - Load balancing solution and generic tcp proxy

129.1. balance

https://www.inlab.de/balance.html

129.1.1. 编译安装

cd /usr/local/src/
wget http://www.inlab.de/balance-3.54.tar.gz
tar zxvf balance-3.54.tar.gz
cd balance-3.54

make
make install
			

129.1.2. Ubuntu 安装

$ apt-cache search balance| grep ^bal
balance - Load balancing solution and generic tcp proxy
			
$ sudo apt-get install balance
			

129.1.3. 测试安装是否正确

测试,将本机80端口负载均衡到192.168.2.10:80

balance -f 8000 192.168.2.10:80
			

129.1.4. 用法

负载均衡 3 个节点

balance -f 8000 192.168.2.10:80 192.168.2.12:80 192.168.2.13:80
			

原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

时间: 2024-09-29 13:45:11

第 129 章 balance - Load balancing solution and generic tcp proxy的相关文章

第 128 章 HAProxy - fast and reliable load balancing reverse proxy

128.1. Installing 128.1.1. Ubuntu $ apt-cache search haproxy haproxy - fast and reliable load balancing reverse proxy sudo apt-get install haproxy 启用HAProxy $ sudo vim /etc/default/haproxy # Set ENABLED to 1 if you want the init script to start hapro

Efficient load Balancing in Cloud Computing using Fuzzy Logic

Efficient load Balancing in Cloud Computing using Fuzzy Logic Srinivas Sethi  Anupama Sahu  Suvendu Kumar Jena In this paper we introduced the novel load balancing algorithm using fuzzy logic in cloud computing, in which load balancing is a core and

34.3. Load Balancing

Load Balancing (DNS 轮循负载均衡) Bind 8 neo@master:~$ cat /var/cache/bind/db.neo.org @ IN SOA neo.org. root.neo.org. ( 200211131 ; serial, todays date + todays serial # 28800 ; refresh, seconds 7200 ; retry, seconds 3600000 ; expire, seconds 86400 ) ; min

《Android智能穿戴设备开发指南》——第6章,第6.2节使用TCP协议传输数据

6.2 使用TCP协议传输数据Android智能穿戴设备开发指南TCP/IP通信协议是一种可靠的网络协议,能够在通信的两端各建立一个Socket,从而在通信的两端之间形成网络虚拟链路.一旦建立了虚拟的网络链路,两端的程序就可以通过虚拟链路进行通信.Java语言对TCP网络通信提供了良好的封装,通过Socket对象代表两端的通信端口,并通过Socket产生的IO流进行网络通信.本章将详细讲解Java应用中TCP编程的基本知识. 6.2.1 使用ServletSocket在Java程序中,使用类Se

Deploy Web Apps with High Availability, Fault Tolerance, and Load Balancing on Alibaba Cloud

By Ngoi Se Keng, Alibaba Cloud Tech Share Author 1. Introduction High Availability (HA), Fault Tolerance (FT), and Horizontal Scale Friendly (HSF) are as equally important as to functionality for web applications to run and succeed today. Existing or

Zen Load Balancer v2 stable发布 TCP负载平衡设备

Zen Load Balancer 是一个基于http://www.aliyun.com/zixun/aggregation/33836.html">Debian来创建一个TCP负载平衡的设备.其工作原理是自定义脚本来检查后端的运行状态,创建一个Zen主动/被动的集群达到高可用性,RRD监控服务器的状态,查看TCP的信息,通过HTTPS的用户界面来轻松执行性能管理和路由配置以及等等. Zen Load Balancer v2 stable该版本修正了一些错误,增加了一些改进. 软件信息:h

Zen Load Balancer v1 stable发布 TCP负载平衡设备

Zen Load Balancer是一个基于http://www.aliyun.com/zixun/aggregation/33836.html">Debian来创建一个TCP负载平衡的设备.其工作原理是自定义脚本来检查后端的运行状态,创建一个Zen主动/被动的集群达到高可用性,RRD监控服务器的状态,查看TCP的信息,通过HTTPS的用户界面来轻松执行性能管理和路由配置以及等等. Zen Load Balancer v1 stable此版本修复了群集配置SSH验证的一个错误,修改了全局视

Centos7编译安装haproxy-1.6.5步骤介绍

下载安装包 yum install gcc vim wget wget http://www.haproxy.org/download/1.6/src/haproxy-1.6.5.tar.gz 解压编译 tar xf haproxy-1.6.5.tar.gz cd haproxy-1.6.5 make TARGET=linux31 PREFIX=/usr/local/haproxy make install PREFIX=/usr/local/haproxy mkdir /etc/haproxy

Windows Server 2008 R2 负载平衡安装配置入门篇

  一.简单介绍负载均衡 负载均衡也称负载共享,它是指负载均衡是指通过对系统负载情况进行动态调整,把负荷分摊到多个操作节点上执行,以减少系统中因各个节点负载不均衡所造成的影响,从而提高系统的工作效率. 在常用的大型服务器系统当中都存在着负载均衡组件,常用的像微软的网络负载平衡NLB.甲骨文的Oracle RAC.思科的负载均衡(SLB),Apach+Tomcat 负载均衡,它们能从硬件或软件不同方面实现系统各节点的负载平衡,有效地提高大型服务器系统的运行效率,从而提升系统的吞吐量.本篇文章以微软