Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] seeing slow jetty perf on EC2

Test if JNA is actived.  

Also, your local windows box likely has a much faster network connection to your workstation than any remote instance is likely to.  It is not trivial to interpret these results.

On Thu, Sep 11, 2014 at 3:23 PM, Peter Ondruška <peter.ondruska+jetty@xxxxxxxx> wrote:

Check what Java runtime do you use and try 32 v 64 bits.

Peter

On 11 Sep 2014 21:11, "Seth White" <seth.white@xxxxxxxxxxxxxx> wrote:
Hi all,

If I run jetty locally (Windows 7 box) and do a simple GET request, I can do 28K requests per second. If I try the same test on an EC2 instance (C3Large) I can only do ~3700 requests per second.   If I try undertow (on EC2) I see nearly 30K request per second.   How can I find the reason for jetty running slow? I've turned on debug logging, but don't see any clues. Could jetty be using the wrong I/O library? Any help would be appreciated.

$ cat /etc/*-release
Amazon Linux AMI release 2014.03
$ cat /proc/version
Linux version 3.10.37-47.135.amzn1.x86_64 (mockbuild@gobi-build-31004) (gcc vers
ion 4.8.2 20131212 (Red Hat 4.8.2-7) (GCC) ) #1 SMP Fri Apr 18 03:28:26 UTC 2014

Thanks,
Seth

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users



--
 - michael dykman
 - mdykman@xxxxxxxxx

 May the Source be with you.

Back to the top