You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Bessonov (Jira)" <ji...@apache.org> on 2019/08/27 08:25:00 UTC

[jira] [Created] (IGNITE-12108) [IEP-35] Migrate Communication Metrics.

Ivan Bessonov created IGNITE-12108:
--------------------------------------

             Summary: [IEP-35] Migrate Communication Metrics.
                 Key: IGNITE-12108
                 URL: https://issues.apache.org/jira/browse/IGNITE-12108
             Project: Ignite
          Issue Type: New Feature
            Reporter: Ivan Bessonov
            Assignee: Ivan Bessonov


||*Name*||*Description*||
|communication.tcp.outboundMessagesQueueSize|Number of messages waiting to be sent|
|communication.tcp.sentBytes|Total number of bytes received by current node|
|communication.tcp.receivedBytes|Total number of bytes sent by current node|
|communication.tcp.sentMessagesCount|Total number of messages sent by current node|
|communication.tcp.receivedMessagesCount|Total number of messages received by current node|
|communication.tcp.sentMessagesByType.<directType>|Total number of messages with given type sent by current node|
|communication.tcp.receivedMessagesByType.<directType>|Total number of messages with given type received by current node|
|communication.tcp.<nodeId>.sentMessagesToNode|Total number of messages sent by current node to the given node|
|communication.tcp.<nodeId>.receivedMessagesFromNode|Total number of messages received by current node from the given node|

 



--
This message was sent by Atlassian Jira
(v8.3.2#803003)