Service.getOutboundTotals()

Method

Declaration

java.util.Map getOutboundTotals()

Purpose

Get cumulative statistics about outbound data.

Remarks

The return value contains a set of running totals for outbound data on this network service, accumulated since the start of the daemon process:

msgs—number of messages
bytes—number of bytes
pkts—number of packets
retrans—number of packets retransmitted (multicast and point-to-point)
lostMc—number of multicast packets the daemon could not retransmit (too old)
lostPtp—number of point-to-point packets the daemon could not retransmit (too old)

See Also

Service

Service.getInboundTotals()

For the corresponding browser page, see Service Information TIBCO Rendezvous Administration