-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Rainer,
On 5/25/13 1:49 AM, Rainer Jung wrote:
> On 24.05.2013 17:54, Christopher Schultz wrote:
>
>> Top reported that Tomcat was taking somewhere between 550-600%
>> CPU. (This is a 4-core hyperthreaded CPU so I have 8 logical
>> cores. 'ab' was
On 24.05.2013 17:54, Christopher Schultz wrote:
> Top reported that Tomcat was taking somewhere between 550-600% CPU.
> (This is a 4-core hyperthreaded CPU so I have 8 logical cores. 'ab'
> was taking about 100% CPU so I think 600% CPU means it was roughly
> pegging 6 of my logical cores. Roughly
On 6/7/09 21:27, Logan, James S wrote:
We have been involved with load testing several sites that deploy a Tomcat
server. When running a Load session, for some reason, each HTTP request will
generate a login, when monitoring the server. The server is being monitored
from the server-side and
On 6/7/09 21:27, Logan, James S wrote:
We have been involved with load testing several sites that deploy a Tomcat
server.
I replied to your previous post on the 2nd. I said:
OS/version?
Tomcat/version?
Which Tomcat monitoring tool?
Your description of the behaviour isn't very clear
We have been involved with load testing several sites that deploy a Tomcat
server. When running a Load session, for some reason, each HTTP request will
generate a login, when monitoring the server. The server is being monitored
from the server-side and each request to the server will display a
connections (uses
OpenSSL for encryption, instead of the Java stuff). You might want to
read about this library to see if it would help at all. Since you're
load testing, you could also do a test to see if it helps at all.
> Yes, even with plain OS file caching, I'm not sure if the
realistically test the difference. It's possible
that the amount of data could significantly increase such that I can still
viably keep it in memory, but the OS may not cache that many small files.
--
View this message in context:
http://www.nabble.com/Load-testing%2C-benchmarking%2C-and-tuning-tf4
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
rhull,
rhull wrote:
>> Are you bottlenecked on your internet bandwidth? Are you bottlenecked
>> on latency, if you're not re-using HTTP connections?
>
> I can't find any reason to believe I am. I'm running on a 1.5mb
> download/256mb upload cable c
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
rhull,
rhull wrote:
> I've got Tomcat (5.0) running on Linux with JVM 1.5.0_12, with a pretty thin
> servlet. I'm fairly new to benchmarking/load testing with Tomcat, and some
> of my numbers seem odd.
They always do when you get
> From: rhull [mailto:[EMAIL PROTECTED]
> I can't find any reason to believe I am. I'm running on a 1.5mb
> download/256mb upload cable connection. The Linux box is on
> similar. The
> requests are fairly short HTTP POST request (couple hundred
> bytes), and the
> responses from the servlet a
e "cs" column.
Right now, the servlet is serving the contents of ~1500 small xml files (the
next phase of the project moves the files to memory in a service to be
served up to the servlets). My suspicion was that a lot of the system time
was due to file activity/swapping.
Thank you for the
> From: rhull [mailto:[EMAIL PROTECTED]
> Load testing with WAPT from a Windows box across the internet
> to Tomcat
> running on the Linux machine, I'm only seeing something around 15
> transactions per second. This seems like an unlikely low
> number to me.
Are y
Hi,
I'm new to the forum, and I'm a little new to Tomcat load
testing/benchmarking. I've done some searching on the 'net, but I haven't
been able to turn up anything useful that addresses my issues. I'm hoping
somebody could provide some helpful thoughts.
I&
Hi,
I'm load-testing my webapp running on Tomcat 5.5.12 (Win) using the
following URL:
http://localhost:8081/myapp/admin?cmd=test
In doGet() I have this line:
Map _requestParams = (MapString[]>)request.getParameterMap();
In load-testing, Most of the time this requests processes
Ian Shafer wrote:
Hello,
I have this line in my httpd.conf file:
ProxyPass /webapp/ ajp://localhost:8009/webapp/ min=256 max=256
and in tomcat I have maxThreads set to 256 for both my HTTP connector
and my AJP connector. For some reason, though, I still get a message in
my tomcat log saying
Hello,
I'm currently load testing a webapp running on Tomcat 5.5 that is
fronted by Apache 2.2 and uses mod_proxy_ajp to communicate between
the two.
I'm seeing some odd behavior that I cannot explain.
I have this line in my httpd.conf file:
ProxyPass /webapp/ ajp://localhost:8
16 matches
Mail list logo