DISQUS

DISQUS Hello! Oracle AppsLab is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Jump to original thread »
Author

Mix President’s Day Release: JRuby 1.1RC2 and a bunch of other stuff!

Started by manalang · 9 months ago

Since U.S. based Oracle employees don’t get President’s Day off, Anthony and I decided to deploy some new changes while everyone is off enjoying their day off.  Actually, that’s not true, we deployed the new Mix changes early Sunday morning.  What ... Continue reading »

4 comments

  • Hi Rich,

    great to see Mix evolving!

    A question about the performance tests. A 100 byte big profile page? You seem to have a very very small one, mine is at least 16 KB big and yours on the production system is also 31 KB big. I think that's more the size which is normally served for a web page and would be more appropriate for a benchmark.

    Greetings
    Patrick
  • There's definitely something a bit odd about those numbers. As Patrick mentions, only 100 bytes? Also, 1000 non-2xx responses? Isn't this just a redirect? I can't remember if ApacheBench will follow those (if it does, you're good!)
  • @patrick, @peter, you're right. Looks like that's a redirect. I'll test again with the redirect turned off.
  • @patrick, @peter, I ran my tests against a different page within the app (for some reason, AB isn't taking the cookies I pass to it so instead I'm pointing it to a page that I was able to unsecure easily). The numbers have come down quite a bit:

    <pre>
    Benchmarking localhost (be patient)
    Finished 625 requests

    Server Software: Oracle
    Server Hostname: localhost
    Server Port: 8888

    Document Path: /feedback/new
    Document Length: 6166 bytes

    Concurrency Level: 4
    Time taken for tests: 20.16816 seconds
    Complete requests: 625
    Failed requests: 513
    (Connect: 0, Length: 513, Exceptions: 0)
    Write errors: 0
    Total transferred: 4056606 bytes
    HTML transferred: 3861294 bytes
    Requests per second: 31.22 [#/sec] (mean)
    Time per request: 128.108 [ms] (mean)
    Time per request: 32.027 [ms] (mean, across all concurrent requests)
    Transfer rate: 197.88 [Kbytes/sec] received

    Connection Times (ms)
    min mean[+/-sd] median max
    Connect: 0 0 0.6 0 16
    Processing: 35 127 119.1 105 1404
    Waiting: 31 126 119.1 104 1403
    Total: 35 127 119.1 105 1404

    Percentage of the requests served within a certain time (ms)
    50% 105
    66% 122
    75% 138
    80% 146
    90% 172
    95% 266
    98% 536
    99% 716
    100% 1404 (longest request)
    </pre>

Add New Comment

Returning? Login