HOST.STATUS

Advisory

Subject Name Syntax

_RV.INFO.SYSTEM.HOST.STATUS.hostid

Purpose

Reports the operating status of a daemon processes.

Remarks

Each communications daemon periodically broadcasts this advisory to its network.

Each advisory presents a snapshot of daemon statistics on one active service. If a daemon operates on more than one service, it sends a separate advisory for each one. Statistics within each snapshot are cumulative since the daemon began communicating on the service.

The hostid element of the advisory subject name is the IP address (in hex notation) of the daemon that sent the advisory.

Message Fields

Field Name

Description

hostaddr

The IP address of the daemon’s host computer.

This value has type TIBRVMSG_IPADDR32.

sn

Not applicable.

This value has type TIBRVMSG_U32.

os

A code number denoting the operating system of the daemon’s host computer.

This value has type TIBRVMSG_U8.

ver

The software release number (version) of the daemon.

This value has type TIBRVMSG_STRING.

httpaddr

IP address where the daemon listens for HTTP connections.

This value has type TIBRVMSG_IPADDR32.

httpport

HTTP port where the daemon listens for HTTP connections.

This value has type TIBRVMSG_IPPORT16.

hsaddr

IP address where the daemon listens for HTTPS secure connections.

This value has type TIBRVMSG_IPADDR32.

hsport

HTTP port where the daemon listens for HTTPS secure connections.

This value has type TIBRVMSG_IPPORT16.

time

Time of this snapshot (Zulu time).

This value has type TIBRVMSG_DATETIME.

up

Elapsed time since the daemon began operating on this service.

This value has type TIBRVMSG_U32.

cc

The number of clients on this service.

This value has type TIBRVMSG_U32.

ms

Messages sent by the daemon on this service.

This value has type TIBRVMSG_U64.

bs

Bytes sent (summed over all messages tallied in ms).

This value has type TIBRVMSG_U64.

mr

Messages received by the daemon on this service.

This value has type TIBRVMSG_U64.

br

Bytes received (summed over all messages tallied in mr).

This value has type TIBRVMSG_U64.

ps

Packets sent (outbound).

This value has type TIBRVMSG_U64.

pr

Packets received (inbound).

This value has type TIBRVMSG_U64.

rx

Packets retransmitted (outbound).

This value has type TIBRVMSG_U64.

pm

Packets missed (inbound).

This value has type TIBRVMSG_U64.

idl

Inbound data loss (in packets).

This value has type TIBRVMSG_U64.

odl

Outbound data loss (in packets).

This value has type TIBRVMSG_U64.

irrs

Inbound data retransmission requests suppressed (that is, requests not sent) by RXC at the receiver (in packets).

This value has type TIBRVMSG_U64.

orrs

Outbound data retransmission requests suppressed (that is, requests ignored) by RXC at the sender (in packets).

This value has type TIBRVMSG_U64.

ipport

IP port where the daemon listens for client connections. This is identical to the transport daemon parameter.

This value has type TIBRVMSG_IPPORT16.

service

Service for which this advisory presents a snapshot. This is identical to the transport service parameter.

This value has type TIBRVMSG_STRING.

network

Network for which this advisory presents a snapshot. This is identical to the transport network parameter.

This value has type TIBRVMSG_STRING.

cid

Communication ID. For internal use only.

This value has type TIBRVMSG_U16.

scid

Service communication ID. For internal use only.

This value has type TIBRVMSG_U16.