You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Julien Vermillard (JIRA)" <ji...@apache.org> on 2006/07/25 12:08:14 UTC

[jira] Created: (DIRMINA-228) Statistics about PDU encoding/ decoding

Statistics about PDU encoding/ decoding
---------------------------------------

                 Key: DIRMINA-228
                 URL: http://issues.apache.org/jira/browse/DIRMINA-228
             Project: Directory MINA
          Issue Type: New Feature
    Affects Versions: 0.9.5
         Environment: calculating troughput performances
            Reporter: Julien Vermillard


When need to count per ioSession bytes read and write thoughput. it can be easly achived using the two getReadByte and getWrittenByte.
but for counting thoughtput in PDU it's less easy. We can add the same two fields and increment it  in the ProtocolCodecFilter class.
WDYT ?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (DIRMINA-228) Statistics about PDU encoding/ decoding

Posted by "Julien Vermillard (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRMINA-228?page=all ]

Julien Vermillard closed DIRMINA-228.
-------------------------------------


> Statistics about PDU encoding/ decoding
> ---------------------------------------
>
>                 Key: DIRMINA-228
>                 URL: http://issues.apache.org/jira/browse/DIRMINA-228
>             Project: Directory MINA
>          Issue Type: New Feature
>    Affects Versions: 0.9.5
>         Environment: calculating troughput performances
>            Reporter: Julien Vermillard
>         Assigned To: Julien Vermillard
>             Fix For: 1.0
>
>
> When need to count per ioSession bytes read and write thoughput. it can be easly achived using the two getReadByte and getWrittenByte.
> but for counting thoughtput in PDU it's less easy. We can add the same two fields and increment it  in the ProtocolCodecFilter class.
> WDYT ?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (DIRMINA-228) Statistics about PDU encoding/ decoding

Posted by "Julien Vermillard (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRMINA-228?page=all ]

Julien Vermillard resolved DIRMINA-228.
---------------------------------------

    Fix Version/s: 1.0
       Resolution: Fixed

done

> Statistics about PDU encoding/ decoding
> ---------------------------------------
>
>                 Key: DIRMINA-228
>                 URL: http://issues.apache.org/jira/browse/DIRMINA-228
>             Project: Directory MINA
>          Issue Type: New Feature
>    Affects Versions: 0.9.5
>         Environment: calculating troughput performances
>            Reporter: Julien Vermillard
>         Assigned To: Julien Vermillard
>             Fix For: 1.0
>
>
> When need to count per ioSession bytes read and write thoughput. it can be easly achived using the two getReadByte and getWrittenByte.
> but for counting thoughtput in PDU it's less easy. We can add the same two fields and increment it  in the ProtocolCodecFilter class.
> WDYT ?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DIRMINA-228) Statistics about PDU encoding/ decoding

Posted by "Julien Vermillard (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/DIRMINA-228?page=comments#action_12425717 ] 
            
Julien Vermillard commented on DIRMINA-228:
-------------------------------------------

After reviewing with trustin, I commited it to trunk. So ti's closed

> Statistics about PDU encoding/ decoding
> ---------------------------------------
>
>                 Key: DIRMINA-228
>                 URL: http://issues.apache.org/jira/browse/DIRMINA-228
>             Project: Directory MINA
>          Issue Type: New Feature
>    Affects Versions: 0.9.5
>         Environment: calculating troughput performances
>            Reporter: Julien Vermillard
>
> When need to count per ioSession bytes read and write thoughput. it can be easly achived using the two getReadByte and getWrittenByte.
> but for counting thoughtput in PDU it's less easy. We can add the same two fields and increment it  in the ProtocolCodecFilter class.
> WDYT ?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DIRMINA-228) Statistics about PDU encoding/ decoding

Posted by "Julien Vermillard (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/DIRMINA-228?page=comments#action_12423310 ] 
            
Julien Vermillard commented on DIRMINA-228:
-------------------------------------------

Trustin thought about "IoSession.getReceivedMessages()" and "IoSession.getSentMessages()"

> Statistics about PDU encoding/ decoding
> ---------------------------------------
>
>                 Key: DIRMINA-228
>                 URL: http://issues.apache.org/jira/browse/DIRMINA-228
>             Project: Directory MINA
>          Issue Type: New Feature
>    Affects Versions: 0.9.5
>         Environment: calculating troughput performances
>            Reporter: Julien Vermillard
>
> When need to count per ioSession bytes read and write thoughput. it can be easly achived using the two getReadByte and getWrittenByte.
> but for counting thoughtput in PDU it's less easy. We can add the same two fields and increment it  in the ProtocolCodecFilter class.
> WDYT ?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (DIRMINA-228) Statistics about PDU encoding/ decoding

Posted by "Julien Vermillard (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/DIRMINA-228?page=comments#action_12425225 ] 
            
Julien Vermillard commented on DIRMINA-228:
-------------------------------------------

Implemented in my Sandbox, WDYT ?

http://svn.apache.org/viewvc?view=rev&revision=427972

> Statistics about PDU encoding/ decoding
> ---------------------------------------
>
>                 Key: DIRMINA-228
>                 URL: http://issues.apache.org/jira/browse/DIRMINA-228
>             Project: Directory MINA
>          Issue Type: New Feature
>    Affects Versions: 0.9.5
>         Environment: calculating troughput performances
>            Reporter: Julien Vermillard
>
> When need to count per ioSession bytes read and write thoughput. it can be easly achived using the two getReadByte and getWrittenByte.
> but for counting thoughtput in PDU it's less easy. We can add the same two fields and increment it  in the ProtocolCodecFilter class.
> WDYT ?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (DIRMINA-228) Statistics about PDU encoding/ decoding

Posted by "Julien Vermillard (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRMINA-228?page=all ]

Julien Vermillard reassigned DIRMINA-228:
-----------------------------------------

    Assignee: Julien Vermillard

> Statistics about PDU encoding/ decoding
> ---------------------------------------
>
>                 Key: DIRMINA-228
>                 URL: http://issues.apache.org/jira/browse/DIRMINA-228
>             Project: Directory MINA
>          Issue Type: New Feature
>    Affects Versions: 0.9.5
>         Environment: calculating troughput performances
>            Reporter: Julien Vermillard
>         Assigned To: Julien Vermillard
>             Fix For: 1.0
>
>
> When need to count per ioSession bytes read and write thoughput. it can be easly achived using the two getReadByte and getWrittenByte.
> but for counting thoughtput in PDU it's less easy. We can add the same two fields and increment it  in the ProtocolCodecFilter class.
> WDYT ?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira