伺服器關鍵配置(2個物理cpu,每個cpu是4核心8執行緒)
intel(r) xeon(r) cpu e5620 @2.40ghz
附件$/conf/server.xml的配置,已經經過生產環境高併發的檢驗
作業系統核心優化/etc/sysctl.conf
壓力測試的空跑jsp檔案test.jsp
以下使用apache-bench做的壓力測試
[color=red]你的tomcat空跑qps能達到 27522.05 [#/sec]嗎?[/color]
./ab -n 50000 -c 1024
server software: apache-coyote/1.1
server hostname: 10.10.224.27
server port: 8092
document path: /performance/test.jsp
document length: 253 bytes
concurrency level: 1024
time taken for tests: 1.090 seconds
complete requests: 30000
failed requests: 0
write errors: 0
total transferred: 15130782 bytes
html transferred: 7625673 bytes
requests per second: 27522.05 [#/sec] (mean)
time per request: 37.207 [ms] (mean)
time per request: 0.036 [ms] (mean, across all concurrent requests)
transfer rate: 13555.67 [kbytes/sec] received
connection times (ms)
min mean[+/-sd] median max
connect: 2 5 1.2 5 17
processing: 4 7 1.3 7 22
waiting: 2 5 1.3 5 15
total: 9 12 1.8 12 37
percentage of the requests served within a certain time (ms)
50% 12
66% 13
75% 13
80% 13
90% 13
95% 14
98% 17
99% 22
100% 37 (longest request)
Tomcat7 0設定虛擬目錄
或者為了專案的統一管理,希望放在某個特定的目錄下而不是預設的目錄。2 那麼我們就是用今天的方法解決這個問題 同樣是修改config server.xml檔案 3 按照下邊的找到server.xml檔案 config server.xml記事本開啟即可 4 開啟之後拉到最下邊 找到有host的地方 其...
Tomcat7 0安裝配置詳細
1.進入上面的 然後如下操作使用window service installer 為window 新增服務 2.然後我們進行安裝 說明一下 以前的版本是沒有關於role的設定,到了7.0的時候就有有關的設定,這也說明tomcat對許可權的關注 乙個tomcat執行的埠號 8080 預設埠號 80,就...
tomcat 7 0 免安裝版配置
注意 tomcat 執行是依賴jdk的,前提是要安裝了jdk,配置好。2.配置tomcat 的環境變數 點選計算機,右鍵屬性 高階系統設定 環境變數 新建,兩個值 catalina base tomcat 的安裝目錄 例 d program files apache tomcat 7.0.85 ca...