RHEL 5.6

HAproxy 顯示連線數狀態網頁

2013-07-02 11:11
  在設定檔中加入   listen  stats :6000         mode          http         stats           refresh 5s        ...

HAproxy Load balance mode

2013-07-02 11:07
  HAProxy的演算法有如下8種:   1. roundrobin,表示簡單的輪詢 2. static-rr,表示根據權重  3. leastconn,表示最少連接者先處理  4. source,表示根據請求源 IP 5. uri,表示根據請求的 URI 6. url_param,表示根據請求的URl參數...

Web 壓測工具 webbench

2013-07-02 11:00
  webbench 最多可以模擬3萬個 client 連線去測試網站的負載能力,安裝使用也特別方便。   編譯安裝:   tar zxvf webbench-1.5.tar.gz cd webbench-1.5 make && make install   使用:   webbench -c 500 -t 30 https://127.0.0.1/test.jpg 參數說明:-c 表示連線數,-t 表示時間(秒)     測試結果示例:   Webbench - Simple Web...

HAproxy static-rr 的 weight 和 session 分配的關係 - 2

2013-07-02 10:51
  設定檔如下   listen  80-balancer         mode http         bind 0.0.0.0:80         balance        ...

HAproxy static-rr 的 weight 和 session 分配的關係

2013-07-02 10:27
  設定檔如下   listen  80-balancer         mode http         bind 0.0.0.0:80         balance        ...

HAproxy stat 出現 "Proxy 'stats': in multi-process mode, stats will be limited to process assigned to the current request"

2013-07-02 10:23
[root@haproxy haproxy-1.4.24]# ./haproxy -f haproxy.cfg [WARNING] 181/181524 (13128) : Proxy 'stats': in multi-process mode, stats will be limited to process assigned to the current request. 只要在設定檔中加入 bind-process 1 ,讓它只跑在一顆 CPU 上 ,就不會出現錯誤訊息了。   [root@haproxy haproxy-1.4.24]# cat...

HAproxy.cfg 設定

2013-06-27 18:08
HAProxy 錯誤排除 在上述啟動時, 若有出現下述錯誤: Starting haproxy: [ALERT] 015/191034 (15631) : Starting proxy webfarm: cannot bind socket...on both load balancers 或 [ALERT] 056/103843 (1358) : Starting proxy www-balancer: cannot bind socket 解法 暫時解法, 直接先修改設定, 讓它先跑起來: sysctl -e...

HAproxy 安裝

2013-06-27 11:51
  1. 解壓縮 HAproxy Source Code   [root@SIPDB2 mplususer]# tar zxvf...

expect 5.45 安裝

2013-06-27 10:32
  1. 需要以下 rpm 套件和 expect 5.45 Source code 檔案   [root@occas02 rpm]# ls -la total 12412 drwxr-xr-x  3 mplususer mplususer    4096 Jun 27 09:56 . drwx------ 11 mplususer mplususer    4096 Jun 27 09:52 .. drwxrwxr-x  6 mplususer mplususer  ...
<< 1 | 2