| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Metrics
| Instance Methods | |
|
Inherited from |
| Properties | |
|
latency Round-trip latency in ms |
|
|
out_buffer_bytes Count of bytes waiting to be transmitted on the wire. |
|
|
pending_acks Packets that have not yet been acknowledged. |
|
|
in_bytes Count of bytes received (header + data). |
|
|
out_bytes Count of bytes recieved (header + data). |
|
|
out_messages Count of messages sent. |
|
|
in_messages Count of messages received. |
|
|
in_packets Count of packets received. |
|
|
out_packets Count of packets sent. |
|
|
keepalive_count Count of keep-alive Ping or Pong messages sent/received. |
|
|
reorder_queue Number of out-of-order messages received that are waiting to be inserted into the message stream. |
|
|
Inherited from |
|
| Property Details |
latencyRound-trip latency in ms
|
out_buffer_bytesCount of bytes waiting to be transmitted on the wire.
|
pending_acksPackets that have not yet been acknowledged.
|
in_bytesCount of bytes received (header + data).
|
out_bytesCount of bytes recieved (header + data).
|
out_messagesCount of messages sent. Includes connection management messages - see legume.messages.messages list.
|
in_messagesCount of messages received. Includes connection management messages - see legume.messages.messages list.
|
in_packetsCount of packets received.
|
out_packetsCount of packets sent.
|
keepalive_countCount of keep-alive Ping or Pong messages sent/received.
|
reorder_queueNumber of out-of-order messages received that are waiting to be inserted into the message stream.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jul 13 20:33:07 2011 | http://epydoc.sourceforge.net |