https://issues.apache.org/bugzilla/show_bug.cgi?id=56271
Nitin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #2 from Nitin <[email protected]> --- Thanks for the response, Eric. I did some more testing around with Apache with some different values on "n" and "c" parameters using: ab -n 500000 -c 50 -A username:password http://<Domain>/application n c Delta Private Bytes 1000 5 1.792 2000 5 4.608 3000 5 6.4 4000 5 8.356 5000 5 11.43 6000 5 13.09 That seems to point that as number of requests are increasing the memory increases proportionally. looking at the access.log, I do see that response time for the same request at times increase to 109206. 127.0.0.1 - userx [18/Mar/2014:09:32:39 +0100] "GET /application/wtcore/jsp/test/staticAuth.html HTTP/1.0" 200 221 62403 127.0.0.1 - userx [18/Mar/2014:09:32:39 +0100] "GET /application/wtcore/jsp/test/staticAuth.html HTTP/1.0" 200 221 78004 127.0.0.1 - userx [18/Mar/2014:09:32:39 +0100] "GET /application/wtcore/jsp/test/staticAuth.html HTTP/1.0" 200 221 46802 127.0.0.1 - userx [18/Mar/2014:09:32:39 +0100] "GET /application/wtcore/jsp/test/staticAuth.html HTTP/1.0" 200 221 93605 127.0.0.1 - userx [18/Mar/2014:09:32:39 +0100] "GET /application/wtcore/jsp/test/staticAuth.html HTTP/1.0" 200 221 31201 127.0.0.1 - userx [18/Mar/2014:09:32:39 +0100] "GET /application/wtcore/jsp/test/staticAuth.html HTTP/1.0" 200 221 78004 127.0.0.1 - userx [18/Mar/2014:09:32:39 +0100] "GET /application/wtcore/jsp/test/staticAuth.html HTTP/1.0" 200 221 62403 127.0.0.1 - userx [18/Mar/2014:09:32:39 +0100] "GET /application/wtcore/jsp/test/staticAuth.html HTTP/1.0" 200 221 109206 127.0.0.1 - userx [18/Mar/2014:09:32:39 +0100] "GET /application/wtcore/jsp/test/staticAuth.html HTTP/1.0" 200 221 31201 127.0.0.1 - userx [18/Mar/2014:09:32:39 +0100] "GET /application/wtcore/jsp/test/staticAuth.html HTTP/1.0" 200 221 31201 127.0.0.1 - userx [18/Mar/2014:09:32:39 +0100] "GET /application/wtcore/jsp/test/staticAuth.html HTTP/1.0" 200 221 31201 127.0.0.1 - userx [18/Mar/2014:09:32:39 +0100] "GET /application/wtcore/jsp/test/staticAuth.html HTTP/1.0" 200 221 124807 127.0.0.1 - userx [18/Mar/2014:09:32:39 +0100] "GET /application/wtcore/jsp/test/staticAuth.html HTTP/1.0" 200 221 46802 127.0.0.1 - userx [18/Mar/2014:09:32:39 +0100] "GET /application/wtcore/jsp/test/staticAuth.html HTTP/1.0" 200 221 124807 127.0.0.1 - userx [18/Mar/2014:09:32:39 +0100] "GET /application/wtcore/jsp/test/staticAuth.html HTTP/1.0" 200 221 46802 127.0.0.1 - userx [18/Mar/2014:09:32:39 +0100] "GET /application/wtcore/jsp/test/staticAuth.html HTTP/1.0" 200 221 109206 127.0.0.1 - userx [18/Mar/2014:09:32:39 +0100] "GET /application/wtcore/jsp/test/staticAuth.html HTTP/1.0" 200 221 62403 127.0.0.1 - userx [18/Mar/2014:09:32:39 +0100] "GET /application/wtcore/jsp/test/staticAuth.html HTTP/1.0" 200 221 46802 Regards, Nitin -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
