MycatLB
代码说明:
基于lua的负载均衡器,配置简单,性能跟nginx不相上下 ,服务负载均衡 a.基于hash的负载均衡[可配置权重] b.基于轮询的负载均衡[可配置权重] ###2.路由链路管理 a.客户端路由信息跟踪 b.主机路由信息统计 c.断开异常的客户端连接 ###3.主机动态上下线 a.动态上线主机 b.动态下线或移除主机 c.立即下线或移除[紧急模式](Load balancer based on Lua has simple configuration and similar performance to nginx. Service load balancing a. Hash-based load balancing [configurable weight] B. Polling-based load balancing [configurable weight]. Routing link management a. Client routing information tracking B. Host routing information statistics C. Disconnecting abnormal client connections 65507; State offline or remove host C. immediately offline or remove [emergency mode])
文件列表:
MycatLB-master, 0 , 2016-01-02
MycatLB-master\README.md, 1751 , 2016-01-02
MycatLB-master\bin, 0 , 2016-01-02
MycatLB-master\bin\CzpLB.exe, 1835940 , 2016-01-02
MycatLB-master\bin\CzpLB_x64.exe, 1836042 , 2016-01-02
MycatLB-master\bin\centos_x86_64_czplb.tar.gz, 5068800 , 2016-01-02
MycatLB-master\img, 0 , 2016-01-02
MycatLB-master\img\lb_add_ser.png, 26443 , 2016-01-02
MycatLB-master\img\lb_log.png, 20402 , 2016-01-02
MycatLB-master\make.bat, 1756 , 2016-01-02
MycatLB-master\make.iss, 2136 , 2016-01-02
MycatLB-master\make_linux.bat, 845 , 2016-01-02
MycatLB-master\sqlite3.dll, 650725 , 2016-01-02
MycatLB-master\src, 0 , 2016-01-02
MycatLB-master\src\db, 0 , 2016-01-02
MycatLB-master\src\db\ljsqlite3.lua, 20682 , 2016-01-02
MycatLB-master\src\lb, 0 , 2016-01-02
MycatLB-master\src\lb\add_backend_server.lua, 1684 , 2016-01-02
MycatLB-master\src\lb\load_balance.lua, 5273 , 2016-01-02
MycatLB-master\src\main.lua, 2561 , 2016-01-02
MycatLB-master\src\manager, 0 , 2016-01-02
MycatLB-master\src\manager\backendserver_manager.lua, 5011 , 2016-01-02
MycatLB-master\src\manager\log_manager.lua, 2710 , 2016-01-02
MycatLB-master\src\util, 0 , 2016-01-02
MycatLB-master\src\util\util.lua, 1224 , 2016-01-02
MycatLB-master\src\util\xsys.lua, 11132 , 2016-01-02
MycatLB-master\src\web, 0 , 2016-01-02
MycatLB-master\src\web\dispatch.lua, 2099 , 2016-01-02
MycatLB-master\src\web\mime.lua, 5326 , 2016-01-02
MycatLB-master\web, 0 , 2016-01-02
MycatLB-master\web\50x.html, 1177 , 2016-01-02
MycatLB-master\web\css, 0 , 2016-01-02
MycatLB-master\web\css\.DS_Store, 6148 , 2016-01-02
MycatLB-master\web\css\blackbird.css, 6436 , 2016-01-02
MycatLB-master\web\css\bootstrap-table.min.css, 3754 , 2016-01-02
MycatLB-master\web\css\bootstrap.min.css, 114411 , 2016-01-02
MycatLB-master\web\css\icons, 0 , 2016-01-02
MycatLB-master\web\css\icons\back.png, 912 , 2016-01-02
MycatLB-master\web\css\icons\cancel.png, 1133 , 2016-01-02
MycatLB-master\web\css\icons\cut.png, 1024 , 2016-01-02
MycatLB-master\web\css\icons\edit_add.png, 1088 , 2016-01-02
MycatLB-master\web\css\icons\edit_remove.png, 625 , 2016-01-02
MycatLB-master\web\css\icons\filesave.png, 898 , 2016-01-02
MycatLB-master\web\css\icons\help.png, 1187 , 2016-01-02
MycatLB-master\web\css\icons\modify.png, 917 , 2016-01-02
MycatLB-master\web\css\icons\no.png, 922 , 2016-01-02
MycatLB-master\web\css\icons\ok.png, 883 , 2016-01-02
MycatLB-master\web\css\icons\print.png, 1057 , 2016-01-02
MycatLB-master\web\css\icons\redo.png, 708 , 2016-01-02
MycatLB-master\web\css\icons\reload.png, 1045 , 2016-01-02
MycatLB-master\web\css\icons\search.png, 813 , 2016-01-02
MycatLB-master\web\css\icons\undo.png, 707 , 2016-01-02
MycatLB-master\web\css\my.css, 359 , 2016-01-02
MycatLB-master\web\favicon.ico, 4286 , 2016-01-02
MycatLB-master\web\fonts, 0 , 2016-01-02
MycatLB-master\web\fonts\glyphicons-halflings-regular.eot, 20335 , 2016-01-02
MycatLB-master\web\fonts\glyphicons-halflings-regular.svg, 63154 , 2016-01-02
MycatLB-master\web\fonts\glyphicons-halflings-regular.ttf, 41280 , 2016-01-02
MycatLB-master\web\fonts\glyphicons-halflings-regular.woff, 23320 , 2016-01-02
MycatLB-master\web\img, 0 , 2016-01-02
MycatLB-master\web\img\logo_24px.ico, 2462 , 2016-01-02
MycatLB-master\web\img\logo_32px.ico, 4286 , 2016-01-02
MycatLB-master\web\index.html, 2243 , 2016-01-02
MycatLB-master\web\js, 0 , 2016-01-02
MycatLB-master\web\js\bootstrap.min.js, 34659 , 2016-01-02
MycatLB-master\web\js\html5shiv.min.js, 2639 , 2016-01-02
MycatLB-master\web\js\jquery-1.11.2.min.js, 95935 , 2016-01-02
MycatLB-master\web\js\my.js, 2518 , 2016-01-02
MycatLB-master\web\js\respond.min.js, 4381 , 2016-01-02
MycatLB-master\web\view, 0 , 2016-01-02
MycatLB-master\web\view\foot.html, 159 , 2016-01-02
MycatLB-master\web\view\head.html, 895 , 2016-01-02
MycatLB-master\web\view\host_mgr.html, 1799 , 2016-01-02
MycatLB-master\web\view\route_mgr.html, 749 , 2016-01-02
下载说明:请别用迅雷下载,失败请重下,重下不扣分!