歩行訓練

おいっちにー!

2015-04-10から1日間の記事一覧

さてhttpd.conf をいじる KeepAlive OnMaxKeepAliveRequests 30KeepAliveTimeOut 1 1 Concurrency Level: 100Time taken for tests: 46.054 secondsComplete requests: 10000Failed requests: 579 (Connect: 0, Receive: 0, Length: 579, Exceptions: 0)Writ…

古いアパッチをなんとかチューニングする4 カーネルパラ触るだけ

カーネルパラメータをいじる デフォルトままの設定。 mpmもデフォルト <IfModule mpm_worker_module> StartServers 2 MaxClients 150 MinSpareThreads 25 MaxSpareThreads 75 ThreadsPerChild 25 MaxRequestsPerChild 0</IfModule> 1 Concurrency Level: 100Time taken for tests: 38.576 secondsCom…

古いアパッチをなんとかチューニングする3

やりなおし prefork から # /usr/local/httpd-2.2.16/bin/httpd -lCompiled in modules: core.c prefork.c http_core.c mod_so.c 1 Concurrency Level: 100Time taken for tests: 6.144 secondsComplete requests: 1000Failed requests: 119 (Connect: 0, Re…