You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2021/10/28 13:28:38 UTC

[GitHub] [james-project] chibenwa opened a new pull request #719: [PERFORMANCE] Limit context switches

chibenwa opened a new pull request #719:
URL: https://github.com/apache/james-project/pull/719


   Before: 10.22% of time is spent in Unsafe.park/unpark, after it is 9.12%.
   
   We also have a little performance enhancement (not reaching system limit...)
   
   Before
   
   ```
   ================================================================================
   ---- Global Information --------------------------------------------------------
   > request count                                     126470 (OK=126470 KO=0     )
   > min response time                                      6 (OK=6      KO=-     )
   > max response time                                   6958 (OK=6958   KO=-     )
   > mean response time                                    57 (OK=57     KO=-     )
   > std deviation                                        139 (OK=139    KO=-     )
   > response time 50th percentile                         28 (OK=28     KO=-     )
   > response time 75th percentile                         61 (OK=61     KO=-     )
   > response time 95th percentile                        174 (OK=174    KO=-     )
   > response time 99th percentile                        400 (OK=400    KO=-     )
   > mean requests/sec                                 173.01 (OK=173.01 KO=-     )
   ---- Response Time Distribution ------------------------------------------------
   > t < 800 ms                                        126097 (100%)
   > 800 ms < t < 1200 ms                                 211 (  0%)
   > t > 1200 ms                                          162 (  0%)
   > failed                                                 0 (  0%)
   ================================================================================
   ```
   
   After
   
   ```
   ================================================================================
   ---- Global Information --------------------------------------------------------
   > request count                                     127502 (OK=127502 KO=0     )
   > min response time                                      5 (OK=5      KO=-     )
   > max response time                                   3355 (OK=3355   KO=-     )
   > mean response time                                    43 (OK=43     KO=-     )
   > std deviation                                         84 (OK=84     KO=-     )
   > response time 50th percentile                         18 (OK=18     KO=-     )
   > response time 75th percentile                         42 (OK=42     KO=-     )
   > response time 95th percentile                        136 (OK=136    KO=-     )
   > response time 99th percentile                        342 (OK=342    KO=-     )
   > mean requests/sec                                  174.9 (OK=174.9  KO=-     )
   ---- Response Time Distribution ------------------------------------------------
   > t < 800 ms                                        127238 (100%)
   > 800 ms < t < 1200 ms                                 173 (  0%)
   > t > 1200 ms                                           91 (  0%)
   > failed                                                 0 (  0%)
   ================================================================================
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] chibenwa merged pull request #719: [PERFORMANCE] Limit context switches

Posted by GitBox <gi...@apache.org>.
chibenwa merged pull request #719:
URL: https://github.com/apache/james-project/pull/719


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org