You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Jeff MAURY (JIRA)" <ji...@apache.org> on 2012/12/04 23:22:58 UTC

[jira] [Created] (DIRMINA-922) Add a benchmark project to compare with other IO frameworks

Jeff MAURY created DIRMINA-922:
----------------------------------

             Summary: Add a benchmark project to compare with other IO frameworks
                 Key: DIRMINA-922
                 URL: https://issues.apache.org/jira/browse/DIRMINA-922
             Project: MINA
          Issue Type: Test
          Components: Core
    Affects Versions: 2.0.7, 3.0.0-trunk
            Reporter: Jeff MAURY
            Priority: Minor
             Fix For: 2.0.8, 3.0.0-trunk


Add a project that is able to perform benchmarks against MINA and other IO frameworks (Netty,...) to compare performances

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (DIRMINA-922) Add a benchmark project to compare with other IO frameworks

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRMINA-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510544#comment-13510544 ] 

Emmanuel Lecharny commented on DIRMINA-922:
-------------------------------------------

The 64Mo test is timing out. I have restricted it to 1000 loops, which takes around the same time than the others. I also have added 2 more tests with smallest messages (10 bytes and 1Kb)
                
> Add a benchmark project to compare with other IO frameworks
> -----------------------------------------------------------
>
>                 Key: DIRMINA-922
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-922
>             Project: MINA
>          Issue Type: Test
>          Components: Core
>    Affects Versions: 2.0.7, 3.0.0-trunk
>            Reporter: Jeff MAURY
>            Priority: Minor
>              Labels: benchmark, perfomance
>             Fix For: 2.0.8, 3.0.0-trunk
>
>         Attachments: mina-benchmarks.zip
>
>
> Add a project that is able to perform benchmarks against MINA and other IO frameworks (Netty,...) to compare performances

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (DIRMINA-922) Add a benchmark project to compare with other IO frameworks

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRMINA-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510514#comment-13510514 ] 

Emmanuel Lecharny commented on DIRMINA-922:
-------------------------------------------

There are some missing headers, and one is containing  @author Syspertec Java Dev Team...

                
> Add a benchmark project to compare with other IO frameworks
> -----------------------------------------------------------
>
>                 Key: DIRMINA-922
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-922
>             Project: MINA
>          Issue Type: Test
>          Components: Core
>    Affects Versions: 2.0.7, 3.0.0-trunk
>            Reporter: Jeff MAURY
>            Priority: Minor
>              Labels: benchmark, perfomance
>             Fix For: 2.0.8, 3.0.0-trunk
>
>         Attachments: mina-benchmarks.zip
>
>
> Add a project that is able to perform benchmarks against MINA and other IO frameworks (Netty,...) to compare performances

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (DIRMINA-922) Add a benchmark project to compare with other IO frameworks

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRMINA-922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny resolved DIRMINA-922.
---------------------------------------

    Resolution: Fixed

Module added with http://svn.apache.org/viewvc?view=revision&revision=1417502
                
> Add a benchmark project to compare with other IO frameworks
> -----------------------------------------------------------
>
>                 Key: DIRMINA-922
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-922
>             Project: MINA
>          Issue Type: Test
>          Components: Core
>    Affects Versions: 2.0.7, 3.0.0-trunk
>            Reporter: Jeff MAURY
>            Priority: Minor
>              Labels: benchmark, perfomance
>             Fix For: 2.0.8, 3.0.0-trunk
>
>         Attachments: mina-benchmarks.zip
>
>
> Add a project that is able to perform benchmarks against MINA and other IO frameworks (Netty,...) to compare performances

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (DIRMINA-922) Add a benchmark project to compare with other IO frameworks

Posted by "Jeff MAURY (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRMINA-922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff MAURY updated DIRMINA-922:
-------------------------------

    Attachment: mina-benchmarks.zip

A MIna sub-project under the 2.0 branch that perform 2 tests: 1 million messages exchange with size of 10K and 64K.
As of yet, only Mina client and server are implemented, Netty to come soon
                
> Add a benchmark project to compare with other IO frameworks
> -----------------------------------------------------------
>
>                 Key: DIRMINA-922
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-922
>             Project: MINA
>          Issue Type: Test
>          Components: Core
>    Affects Versions: 2.0.7, 3.0.0-trunk
>            Reporter: Jeff MAURY
>            Priority: Minor
>              Labels: benchmark, perfomance
>             Fix For: 2.0.8, 3.0.0-trunk
>
>         Attachments: mina-benchmarks.zip
>
>
> Add a project that is able to perform benchmarks against MINA and other IO frameworks (Netty,...) to compare performances

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (DIRMINA-922) Add a benchmark project to compare with other IO frameworks

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRMINA-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510462#comment-13510462 ] 

Emmanuel Lecharny commented on DIRMINA-922:
-------------------------------------------

Many thanks !

I'll add the module in the project.
                
> Add a benchmark project to compare with other IO frameworks
> -----------------------------------------------------------
>
>                 Key: DIRMINA-922
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-922
>             Project: MINA
>          Issue Type: Test
>          Components: Core
>    Affects Versions: 2.0.7, 3.0.0-trunk
>            Reporter: Jeff MAURY
>            Priority: Minor
>              Labels: benchmark, perfomance
>             Fix For: 2.0.8, 3.0.0-trunk
>
>         Attachments: mina-benchmarks.zip
>
>
> Add a project that is able to perform benchmarks against MINA and other IO frameworks (Netty,...) to compare performances

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira