diff options
author | lantw44 <lantw44@gmail.com> | 2014-05-12 09:00:07 +0800 |
---|---|---|
committer | lantw44 <lantw44@gmail.com> | 2014-05-12 09:00:07 +0800 |
commit | 5acc29ebe11dfdadad6c9c7ccb995fea108a1228 (patch) | |
tree | b2d6e849959b665cbc2b4bb671e513dae16da1f7 | |
parent | 8cf007788df8746a3dec2d6765f79031d79b7d6e (diff) | |
download | fastalg-wiki-5acc29ebe11dfdadad6c9c7ccb995fea108a1228.tar.gz fastalg-wiki-5acc29ebe11dfdadad6c9c7ccb995fea108a1228.tar.zst fastalg-wiki-5acc29ebe11dfdadad6c9c7ccb995fea108a1228.zip |
目前所有測試都只在 linuxrouter 上做
-rw-r--r-- | Benchmark.asciidoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Benchmark.asciidoc b/Benchmark.asciidoc index 49daf45..b3a5521 100644 --- a/Benchmark.asciidoc +++ b/Benchmark.asciidoc @@ -35,10 +35,10 @@ ab -n 10000 -c 5 http://hostname/ | linuxrouter IPTables | 2.980 (*76.4%*) | 2.728 (*78.1%*) | 2.742 (*81.1%*) | 3.097 (*66.8%*) | 2.767 (*65.8%*) | 3.002 (*70.2%*) -| HAProxy +| linuxrouter HAProxy | 3.045 (*74.8%*) | 2.906 (*73.3%*) | 2.770 (*80.3%*) | 3.240 (*63.8%*) | 2.870 (*63.5%*) | 2.757 (*76.4%*) -| NGINX reverse proxy +| linuxrouter NGINX reverse proxy | 3.171 (*71.8%*) | 2.999 (*71.0%*) | 3.893 (*57.1%*) | 3.234 (*63.9%*) | 3.216 (*56.7%*) | 3.358 (*62.7%*) | linuxrouter sslh-fork @@ -51,4 +51,4 @@ ab -n 10000 -c 5 http://hostname/ - haproxy 的 balance 方法我們是選預設的 round-robin。 - nginx 也會因為短時間內開啟太多 port 而無回應,因此這裡的數值實際上是將兩次 5000 次連線的結果相加得到的。 - - sslh 可能因為短時間內開啟太多 port 而無法回應,因此這裡的數值實際上是將 2500 次連線的結果乘以 4 得到的。 + - sslh 可能因為短時間內開啟太多 port 而無法回應,因此這裡的數值實際上是將 2500 次連線的結果乘以 4 得到的。
\ No newline at end of file |