|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (3)
View Page History*** [delivered outgoing messages|#remoteTransporter_DeliveredMsg],
*** [delivered incoming messages|#remoteTransporter_DeliveredMsg],
*** [delivered incoming messages|#remoteTransporter_DeliveredMsg],
*** outgoing connection pool,
*** incoming connection pool.
*** incoming connection pool.
*** [outgoing connection pools|#remoteTransporter_OutgoingConnectionPools],
*** [incoming connection pools|remoteTransporter_IncomingConnectionPools].
*** [incoming connection pools|remoteTransporter_IncomingConnectionPools].
h1. Monitoring the transporters
| succeededDeliveredMsgs | Number of delivered message with status 'Succeeded' | COUNTER |
| errorDeliveredMsgs | Number of delivered message with status 'Error' | COUNTER |
| errorDeliveredMsgs | Number of delivered message with status 'Error' | COUNTER |
{anchor:remoteTransporter_OutgoingConnectionPools}
h3. Outgoing connection pools
The metrics of outgoing connection pools of the remote transporter can be graphed for a given remote container as [a graph using simple data|How to create a graph with Cacti#Creating a graph using a simple data]:
* Script/Command of the data input method: {{petals-cli.sh \-h <petals_host> \-n <petals_jmx_port> \-u <petals_jmx_user> \-p <petals_jmx_password> \-c \-- monitoring \-o tcp-transporter \-f outgoing-connections \-- \-c <remote-container-name>}}
* Output fields of the script/command:
|| Name || Description || Type ||
| {{ActiveConnectionsMax}} | The maximum number of active connections (established and used) | GAUGE |
| {{ActiveConnectionsCurrent}} | The current number of active connections (established and used) | GAUGE |
| {{IdleConnectionsMax}} | The maximum number of idle connections (established but not used) | GAUGE |
| {{IdleConnectionsCurrent}} | The current number of idle connections (established but not used) | GAUGE |
| {{MaxSize}} | The maximum size of the connection pool | GAUGE |
| {{MinSize}} | The minimum size of the connection pool | GAUGE |
| {{EstablishedConnections}} | The number of connection established since the last start of the remote transporter | COUNTER |
{anchor:remoteTransporter_IncomingConnectionPools}
h3. Incoming connection pools
The metrics of incoming connection pools of the remote transporter can be graphed for a given remote container as [a graph using simple data|How to create a graph with Cacti#Creating a graph using a simple data]:
* Script/Command of the data input method: {{petals-cli.sh \-h <petals_host> \-n <petals_jmx_port> \-u <petals_jmx_user> \-p <petals_jmx_password> \-c \-- monitoring \-o tcp-transporter \-f incoming-connections \-- \-c <remote-container-name>}}
* Output fields of the script/command:
|| Name || Description || Type ||
| {{ActiveConnectionsMax}} | The maximum number of active connections (established and used) | GAUGE |
| {{ActiveConnectionsCurrent}} | The current number of active connections (established and used) | GAUGE |
| {{IdleConnectionsMax}} | The maximum number of idle connections (established but not used) | GAUGE |
| {{IdleConnectionsCurrent}} | The current number of idle connections (established but not used) | GAUGE |
| {{EstablishedConnections}} | The number of connection established since the last start of the remote transporter | COUNTER |