TIBCO FTL®
|
This file defines constants related to monitoring data messages, their field names, and their field values. More...
This file defines constants related to monitoring data messages, their field names, and their field values.
Monitoring data messages carry monitoring metrics data about FTL programs. Programs can receive the stream of monitoring data messages by subscribing to the monitoring endpoint.
#define TIB_MONITORING_APPLICATION 1 |
Application
#define TIB_MONITORING_BRIDGE 8 |
Bridge
#define TIB_MONITORING_CLIENT_STATUS_DESTROYED -2 |
The client has been destroyed.
#define TIB_MONITORING_CLIENT_STATUS_EXCEPTION 4 |
The client has indicated an exception.
#define TIB_MONITORING_CLIENT_STATUS_NEEDS_RESTART 2 |
The client needs to be restarted.
#define TIB_MONITORING_CLIENT_STATUS_OFF_LINE -1 |
The client is offline.
#define TIB_MONITORING_CLIENT_STATUS_OUT_OF_SYNC 5 |
The client is out of sync.
#define TIB_MONITORING_CLIENT_STATUS_RUNNING 1 |
The client is running.
#define TIB_MONITORING_CLIENT_STATUS_TIMED_OUT 3 |
The client has timed out.
#define TIB_MONITORING_DYNAMIC_ENTITIES 11 |
Dynamic entities such as connections
#define TIB_MONITORING_EFTL_SERVER 9 |
eFTL service
#define TIB_MONITORING_ENDPOINT 3 |
Endpoint
#define TIB_MONITORING_ENDPOINT_NAME "_monitoringEndpoint" |
Name of the special endpoint that carries FTL monitoring messages; string.
To receive FTL monitoring messages, create a subscriber on this endpoint.
Subscribers on this endpoint receive the stream of monitoring data messages from the FTL server.
It is illegal to create a publisher on this endpoint.
#define TIB_MONITORING_EVENT_TYPE_ADVISORY 4 |
There was an advisory event.
#define TIB_MONITORING_EVENT_TYPE_CLIENT_STATUS_CHANGE 3 |
The client has changed client_status states.
#define TIB_MONITORING_EVENT_TYPE_CONNECTED 1 |
The client is connected.
#define TIB_MONITORING_EVENT_TYPE_DISCONNECTED 2 |
The client is disconnected.
#define TIB_MONITORING_FIELD_ADVISORY "advisory" |
Advisory message. See advisory.h for the fields included.
#define TIB_MONITORING_FIELD_APPINFO_APPINSTANCE "application_instance" |
Application instance (string value).
#define TIB_MONITORING_FIELD_APPINFO_APPLICATION "application" |
Application name (string value).
#define TIB_MONITORING_FIELD_APPINFO_CLIENT_ID "client_id" |
Client ID (string value).
#define TIB_MONITORING_FIELD_APPINFO_SERVER_ID "server_id" |
Server ID (string value).
#define TIB_MONITORING_FIELD_CLIENT_LABEL "client_label" |
Client label (string value).
#define TIB_MONITORING_FIELD_CLIENT_STATUS "client_status" |
Client status (long value).
#define TIB_MONITORING_FIELD_EVENT_TYPE "event_type" |
Event type (long value).
#define TIB_MONITORING_FIELD_HOSTINFO_EFFECTIVE_USER "effective_user" |
Host effective user name (string value).
#define TIB_MONITORING_FIELD_HOSTINFO_FTL_USER "ftl_user" |
FTL user name (string value).
#define TIB_MONITORING_FIELD_HOSTINFO_HOST "host" |
Hostname on which client is running (string value).
#define TIB_MONITORING_FIELD_HOSTINFO_IP "ip" |
IP address of client (string value).
#define TIB_MONITORING_FIELD_HOSTINFO_PID "pid" |
Process ID (long value).
#define TIB_MONITORING_FIELD_HOSTINFO_VERSION "version" |
FTL version client is running (string value).
#define TIB_MONITORING_FIELD_METRIC_CONNECTION_MON_ID "connection_id" |
Metric unique connection id (long value).
#define TIB_MONITORING_FIELD_METRIC_CONTEXT "context" |
Context for this metric (string value).
#define TIB_MONITORING_FIELD_METRIC_CONTEXT_TYPE "context_type" |
Object type tagging for this context (string value).
#define TIB_MONITORING_FIELD_METRIC_END_TIME "end_time" |
Metric end time (long value).
#define TIB_MONITORING_FIELD_METRIC_ENDPOINT_MON_ID "endpoint_mon_id" |
Metric unique endpoint monitor id (long value).
#define TIB_MONITORING_FIELD_METRIC_ENDPOINT_NAME "endpoint_name" |
Metric endpoint name (string value).
#define TIB_MONITORING_FIELD_METRIC_ID "id" |
Unique metric ID (long value).
#define TIB_MONITORING_FIELD_METRIC_INTERFACE "mcast_interface" |
Metric interface (string value).
#define TIB_MONITORING_FIELD_METRIC_LOCAL_IP "local_ip" |
Metric local ip (string value).
#define TIB_MONITORING_FIELD_METRIC_LOCAL_PORT "local_port" |
Metric local port(string value).
#define TIB_MONITORING_FIELD_METRIC_LOCAL_TRANSPORT "local_transport" |
Metric local transport name (string value).
#define TIB_MONITORING_FIELD_METRIC_LONG_VALUE "long_value" |
Metric value (long value).
#define TIB_MONITORING_FIELD_METRIC_MATCHER_STRING "matcher_string" |
Metric matcher string(string value).
#define TIB_MONITORING_FIELD_METRIC_MCAST_GROUP "mcast_group" |
Metric mcast group (string value).
#define TIB_MONITORING_FIELD_METRIC_MCAST_RECEIVER_ID "mcast_recv_id" |
Metric unique mcast receiver id(long value).
#define TIB_MONITORING_FIELD_METRIC_MCAST_SENDER_ID "mcast_send_id" |
Metric unique mcast sender id(long value).
#define TIB_MONITORING_FIELD_METRIC_NAME "name" |
Metric name (string value).
#define TIB_MONITORING_FIELD_METRIC_PUBLISHER_LABEL "publisher_label" |
Metric publisher label(string value).
#define TIB_MONITORING_FIELD_METRIC_REMOTE_CLIENT_ID "remote_client_id" |
Metric remote client id (string value).
#define TIB_MONITORING_FIELD_METRIC_REMOTE_IP "remote_ip" |
Metric remote ip(string value).
#define TIB_MONITORING_FIELD_METRIC_REMOTE_PORT "remote_port" |
Metric remote port(string value).
#define TIB_MONITORING_FIELD_METRIC_REMOTE_TRANSPORT "remote_transport" |
Metric remote transport name (string value).
#define TIB_MONITORING_FIELD_METRIC_SEMANTICS "semantics" |
Metric semantics (long value).
#define TIB_MONITORING_FIELD_METRIC_START_TIME "start_time" |
Metric start time (long value).
#define TIB_MONITORING_FIELD_METRIC_STRING_VALUE "string_value" |
Metric value (string value).
#define TIB_MONITORING_FIELD_METRIC_SUBSCRIBER_LABEL "subscriber_label" |
Metric subscriber label(string value).
#define TIB_MONITORING_FIELD_METRIC_TYPE "type" |
Metric type (long value).
#define TIB_MONITORING_FIELD_METRIC_VALUE "value" |
Metric value (long value). Deprecated.
#define TIB_MONITORING_FIELD_METRICS "metrics" |
Metrics message array (array of messages). Each message contains a single metric.
#define TIB_MONITORING_FIELD_MSG_TYPE "msg_type" |
Monitoring message type (long value).
#define TIB_MONITORING_FIELD_REALM_SERVER_LABEL "realm_server_label" |
Realm service label (string value).
#define TIB_MONITORING_FIELD_REALM_UUID "realm_uuid" |
Realm UUID (string value).
#define TIB_MONITORING_FIELD_RECORD_TYPE_LABEL "record_type_label" |
Record type label (string value).
#define TIB_MONITORING_FIELD_REPORTING_SERVER_ID "reporting_server_id" |
ID of server to which the client belongs (string value).
#define TIB_MONITORING_FIELD_SERVER_UPTIME "server_uptime" |
Server uptime in seconds (long value).
#define TIB_MONITORING_FIELD_TIMESTAMP "timestamp" |
Time at which the metric was generated (long value), expressed in milliseconds since the epoch.
#define TIB_MONITORING_METRIC_SEMANTICS_COUNTER 1 |
The metric has counter semantics: it is nondecreasing.
#define TIB_MONITORING_METRIC_SEMANTICS_GAUGE 2 |
The metric has gauge semantics: it may increase and decrease.
#define TIB_MONITORING_METRIC_SEMANTICS_MAX_RESET 3 |
The metric has gauge semantics, but the max is maintained in the Realm Server and is reset when scraped.
#define TIB_MONITORING_METRIC_SEMANTICS_NONE 0 |
The metric has no semantics.
#define TIB_MONITORING_MSG_TYPE_EVENT 3 |
The message is a monitoring event message.
#define TIB_MONITORING_MSG_TYPE_METRICS 1 |
The message contains client metrics.
#define TIB_MONITORING_MSG_TYPE_SERVER_METRICS 2 |
The message contains FTL server metrics.
#define TIB_MONITORING_PERSISTENCE_SERVER 5 |
Persistence service
#define TIB_MONITORING_PERSISTENCE_STORE 6 |
Persistence store
#define TIB_MONITORING_PERSISTENCE_STORE_MANAGER 7 |
Persistence store manager
#define TIB_MONITORING_QUEUE 4 |
Queue
#define TIB_MONITORING_REALM_SERVER 10 |
Realm Service
#define TIB_MONITORING_TRANSPORT 2 |
Transport
#define TIB_MONITORING_TYPE_BACKLOG_LIMIT 3014 |
Soft limit on memory for data needing replication over the network or a write to disk.
#define TIB_MONITORING_TYPE_BACKLOG_LIMIT_NAME "backlog_limit" |
#define TIB_MONITORING_TYPE_BACKLOG_SIZE 3015 |
Memory in use for data needing replication over the network.
#define TIB_MONITORING_TYPE_BACKLOG_SIZE_NAME "backlog_size" |
#define TIB_MONITORING_TYPE_BRIDGE_ACTIVE 6000 |
Bridge active state.
#define TIB_MONITORING_TYPE_BRIDGE_ACTIVE_NAME "bridge_active" |
#define TIB_MONITORING_TYPE_BRIDGE_COUNT 5035 |
Bridge service count.
#define TIB_MONITORING_TYPE_BRIDGE_COUNT_NAME "bridge_count" |
#define TIB_MONITORING_TYPE_BRIDGE_DESTROYED_COUNT 5042 |
Count of bridges currently in the DESTROYED state.
#define TIB_MONITORING_TYPE_BRIDGE_DESTROYED_COUNT_NAME "bridge_destroyed_count" |
#define TIB_MONITORING_TYPE_BRIDGE_EXCEPTION_COUNT 5039 |
Count of bridges currently in the EXCEPTION state.
#define TIB_MONITORING_TYPE_BRIDGE_EXCEPTION_COUNT_NAME "bridge_exception_count" |
#define TIB_MONITORING_TYPE_BRIDGE_NEEDS_RESTART_COUNT 5037 |
Count of bridges currently in the NEEDS_RESTART state.
#define TIB_MONITORING_TYPE_BRIDGE_NEEDS_RESTART_COUNT_NAME "bridge_needs_restart_count" |
#define TIB_MONITORING_TYPE_BRIDGE_OFF_LINE_COUNT 5041 |
Count of bridges currently in the OFF_LINE state.
#define TIB_MONITORING_TYPE_BRIDGE_OFF_LINE_COUNT_NAME "bridge_off_line_count" |
#define TIB_MONITORING_TYPE_BRIDGE_OUT_OF_SYNC_COUNT 5040 |
Count of bridges currently in the OUT_OF_SYNC state.
#define TIB_MONITORING_TYPE_BRIDGE_OUT_OF_SYNC_COUNT_NAME "bridge_out_of_sync_count" |
#define TIB_MONITORING_TYPE_BRIDGE_RUNNING_COUNT 5036 |
Count of bridges currently in the RUNNING state.
#define TIB_MONITORING_TYPE_BRIDGE_RUNNING_COUNT_NAME "bridge_running_count" |
#define TIB_MONITORING_TYPE_BRIDGE_TIMED_OUT_COUNT 5038 |
Count of bridges currently in the TIMED_OUT state.
#define TIB_MONITORING_TYPE_BRIDGE_TIMED_OUT_COUNT_NAME "bridge_timed_out_count" |
#define TIB_MONITORING_TYPE_BYTES_RECEIVED 12 |
Bytes received.
#define TIB_MONITORING_TYPE_BYTES_RECEIVED_NAME "bytes_received" |
#define TIB_MONITORING_TYPE_BYTES_SENT 11 |
Bytes sent.
#define TIB_MONITORING_TYPE_BYTES_SENT_NAME "bytes_sent" |
#define TIB_MONITORING_TYPE_CHANNEL_ENABLED 4014 |
Channel enabled.
#define TIB_MONITORING_TYPE_CHANNEL_ENABLED_NAME "channel_enabled" |
#define TIB_MONITORING_TYPE_CLIENT_CONNECT_COUNT 5009 |
Count of successful client connects.
#define TIB_MONITORING_TYPE_CLIENT_CONNECT_COUNT_NAME "client_connect_count" |
#define TIB_MONITORING_TYPE_CLIENT_COUNT 5000 |
FTL server client count.
#define TIB_MONITORING_TYPE_CLIENT_COUNT_NAME "client_count" |
#define TIB_MONITORING_TYPE_CLIENT_DESTROYED_COUNT 5008 |
Count of clients currently in the DESTROYED state.
#define TIB_MONITORING_TYPE_CLIENT_DESTROYED_COUNT_NAME "client_destroyed_count" |
#define TIB_MONITORING_TYPE_CLIENT_EXCEPTION_COUNT 5005 |
Count of clients currently in the EXCEPTION state.
#define TIB_MONITORING_TYPE_CLIENT_EXCEPTION_COUNT_NAME "client_exception_count" |
#define TIB_MONITORING_TYPE_CLIENT_NEEDS_RESTART_COUNT 5003 |
Count of clients currently in the NEEDS_RESTART state.
#define TIB_MONITORING_TYPE_CLIENT_NEEDS_RESTART_COUNT_NAME "client_needs_restart_count" |
#define TIB_MONITORING_TYPE_CLIENT_OFF_LINE_COUNT 5007 |
Count of clients currently in the OFF_LINE state.
#define TIB_MONITORING_TYPE_CLIENT_OFF_LINE_COUNT_NAME "client_off_line_count" |
#define TIB_MONITORING_TYPE_CLIENT_OUT_OF_SYNC_COUNT 5006 |
Count of clients currently in the OUT_OF_SYNC state.
#define TIB_MONITORING_TYPE_CLIENT_OUT_OF_SYNC_COUNT_NAME "client_out_of_sync_count" |
#define TIB_MONITORING_TYPE_CLIENT_RECONNECT_COUNT 5010 |
Count of successful client reconnects.
#define TIB_MONITORING_TYPE_CLIENT_RECONNECT_COUNT_NAME "client_reconnect_count" |
#define TIB_MONITORING_TYPE_CLIENT_RUNNING_COUNT 5002 |
Count of clients currently in the RUNNING state.
#define TIB_MONITORING_TYPE_CLIENT_RUNNING_COUNT_NAME "client_running_count" |
#define TIB_MONITORING_TYPE_CLIENT_TIMED_OUT_COUNT 5004 |
Count of clients currently in the TIMED_OUT state.
#define TIB_MONITORING_TYPE_CLIENT_TIMED_OUT_COUNT_NAME "client_timed_out_count" |
#define TIB_MONITORING_TYPE_COMMIT_LATENCY 3007 |
Commit latency.
#define TIB_MONITORING_TYPE_COMMIT_LATENCY_NAME "commit_latency" |
#define TIB_MONITORING_TYPE_COMMITTED_UPDATES 3006 |
Committed updates.
#define TIB_MONITORING_TYPE_COMMITTED_UPDATES_NAME "committed_updates" |
#define TIB_MONITORING_TYPE_CONN_INFO 90001 |
Transport Connection Definition
#define TIB_MONITORING_TYPE_CONN_INFO_NAME "connection_definition" |
#define TIB_MONITORING_TYPE_CONN_PACKETS_LOST_INBOUND 90023 |
Packets lost inbound by connection.
#define TIB_MONITORING_TYPE_CONN_PACKETS_LOST_INBOUND_NAME "connection_packets_lost_inbound" |
#define TIB_MONITORING_TYPE_CONN_PACKETS_LOST_OUTBOUND 90022 |
Packets lost outbound by connection.
#define TIB_MONITORING_TYPE_CONN_PACKETS_LOST_OUTBOUND_NAME "connection_packets_lost_outbound" |
#define TIB_MONITORING_TYPE_CONN_PACKETS_MISSED 90021 |
Packets missed by connection.
#define TIB_MONITORING_TYPE_CONN_PACKETS_MISSED_NAME "connection_packets_missed" |
#define TIB_MONITORING_TYPE_CONN_PACKETS_RECEIVED 90019 |
Packets received by connection.
#define TIB_MONITORING_TYPE_CONN_PACKETS_RECEIVED_NAME "connection_packets_received" |
#define TIB_MONITORING_TYPE_CONN_PACKETS_RETRANSMITTED 90020 |
Packets retransmitted by connection.
#define TIB_MONITORING_TYPE_CONN_PACKETS_RETRANSMITTED_NAME "connection_packets_retransmitted" |
#define TIB_MONITORING_TYPE_CONN_PACKETS_SENT 90018 |
Packets sent by connection.
#define TIB_MONITORING_TYPE_CONN_PACKETS_SENT_NAME "connection_packets_sent" |
#define TIB_MONITORING_TYPE_CONN_RCVR_SIDE_DISCARDS 90003 |
Transport connection - Number of received messages that failed to match
#define TIB_MONITORING_TYPE_CONN_RCVR_SIDE_DISCARDS_NAME "failed_matches" |
#define TIB_MONITORING_TYPE_CONN_RCVR_SIDE_MATCHES 90002 |
Transport connection - Number of matches performed at receiving side only
#define TIB_MONITORING_TYPE_CONN_RCVR_SIDE_MATCHES_NAME "receive_side_matches" |
#define TIB_MONITORING_TYPE_CONN_REC_BYTES 90006 |
Bytes received.
#define TIB_MONITORING_TYPE_CONN_REC_BYTES_NAME "connection_received_bytes" |
#define TIB_MONITORING_TYPE_CONN_REC_MATCHING 90009 |
Received messages that matched a certain matcher
#define TIB_MONITORING_TYPE_CONN_REC_MATCHING_NAME "receive_matcher_matches" |
#define TIB_MONITORING_TYPE_CONN_REC_NULL_MATCHES 90004 |
Transport connection - Number of received messages matched the NULL matcher
#define TIB_MONITORING_TYPE_CONN_REC_NULL_MATCHES_NAME "null_matches" |
#define TIB_MONITORING_TYPE_CONN_SENT_BYTES 90005 |
Bytes sent.
#define TIB_MONITORING_TYPE_CONN_SENT_BYTES_NAME "connection_sent_bytes" |
#define TIB_MONITORING_TYPE_CONN_SENT_MATCHING 90010 |
Sent messages that matched a certain matcher
#define TIB_MONITORING_TYPE_CONN_SENT_MATCHING_NAME "send_matcher_matches" |
#define TIB_MONITORING_TYPE_CONN_SENT_MSGS_MATCHING 90007 |
Messages sent using normal matching procedure
#define TIB_MONITORING_TYPE_CONN_SENT_MSGS_MATCHING_NAME "connection_sent_msgs_match" |
#define TIB_MONITORING_TYPE_CONN_SENT_MSGS_OPAQUE 90008 |
Messages sent using without matching
#define TIB_MONITORING_TYPE_CONN_SENT_MSGS_OPAQUE_NAME "connection_sent_msgs_exp" |
#define TIB_MONITORING_TYPE_CONNECTION_COUNT 4000 |
Connection count.
#define TIB_MONITORING_TYPE_CONNECTION_COUNT_NAME "connection_count" |
#define TIB_MONITORING_TYPE_CONSISTENT_QUORUM_NUMBER 3010 |
Consistent Quorum Number.
#define TIB_MONITORING_TYPE_CONSISTENT_QUORUM_NUMBER_NAME "consistent_quorum_number" |
#define TIB_MONITORING_TYPE_CONSISTENT_TIMESTAMP 3012 |
Consistent Timestamp.
#define TIB_MONITORING_TYPE_CONSISTENT_TIMESTAMP_NAME "consistent_timestamp" |
#define TIB_MONITORING_TYPE_CONSISTENT_VERSION 3011 |
Consistent Version.
#define TIB_MONITORING_TYPE_CONSISTENT_VERSION_NAME "consistent_version" |
#define TIB_MONITORING_TYPE_CUMULATIVE_CONNECTION_COUNT 4018 |
Cumulative count of all connections.
#define TIB_MONITORING_TYPE_CUMULATIVE_CONNECTION_COUNT_NAME "cumulative_connection_count" |
#define TIB_MONITORING_TYPE_DATA_LOST 31 |
Data lost.
#define TIB_MONITORING_TYPE_DATA_LOST_NAME "data_lost" |
#define TIB_MONITORING_TYPE_DATALOSS_MESSAGE_COUNT 4011 |
Dataloss message count.
#define TIB_MONITORING_TYPE_DATALOSS_MESSAGE_COUNT_NAME "dataloss_message_count" |
#define TIB_MONITORING_TYPE_DISCARDED_MESSAGE_COUNT 4010 |
Discarded message count.
#define TIB_MONITORING_TYPE_DISCARDED_MESSAGE_COUNT_NAME "discarded_message_count" |
#define TIB_MONITORING_TYPE_DISK_AVAILABLE 3022 |
Available space on the disk volume containing the persistence data directory.
#define TIB_MONITORING_TYPE_DISK_AVAILABLE_NAME "disk_available" |
#define TIB_MONITORING_TYPE_DISK_AVAILABLE_SWAP 3028 |
Available space on the disk volume containing the swap data directory.
#define TIB_MONITORING_TYPE_DISK_AVAILABLE_SWAP_NAME "disk_available_swap" |
#define TIB_MONITORING_TYPE_DISK_BACKLOG_SIZE 3016 |
Memory in use for data needing a write to disk.
#define TIB_MONITORING_TYPE_DISK_BACKLOG_SIZE_NAME "disk_backlog_size" |
#define TIB_MONITORING_TYPE_DISK_CAPACITY 3020 |
Capacity of the disk volume containing the persistence data directory.
#define TIB_MONITORING_TYPE_DISK_CAPACITY_NAME "disk_capacity" |
#define TIB_MONITORING_TYPE_DISK_CAPACITY_SWAP 3026 |
Capacity of the disk volume containing the swap data directory.
#define TIB_MONITORING_TYPE_DISK_CAPACITY_SWAP_NAME "disk_capacity_swap" |
#define TIB_MONITORING_TYPE_DISK_FDATASYNC_COUNT 3034 |
Total number of fdatasync calls issued to the persistence data file.
#define TIB_MONITORING_TYPE_DISK_FDATASYNC_COUNT_NAME "disk_fdatasync_count" |
#define TIB_MONITORING_TYPE_DISK_INUSE_SIZE 3019 |
Disk space currently in use for this server's persistence data.
#define TIB_MONITORING_TYPE_DISK_INUSE_SIZE_NAME "disk_inuse_size" |
#define TIB_MONITORING_TYPE_DISK_INUSE_SIZE_SWAP 3025 |
Disk space currently in use for this server's swap data.
#define TIB_MONITORING_TYPE_DISK_INUSE_SIZE_SWAP_NAME "disk_inuse_size_swap" |
#define TIB_MONITORING_TYPE_DISK_READ_BYTES 3033 |
Total bytes read from the persistence data file.
#define TIB_MONITORING_TYPE_DISK_READ_BYTES_NAME "disk_read_bytes" |
#define TIB_MONITORING_TYPE_DISK_READ_COUNT 3032 |
Total number of read calls issued to the persistence data file.
#define TIB_MONITORING_TYPE_DISK_READ_COUNT_NAME "disk_read_count" |
#define TIB_MONITORING_TYPE_DISK_SIZE 3013 |
Allocated disk space for this server's persistence data.
#define TIB_MONITORING_TYPE_DISK_SIZE_NAME "disk_size" |
#define TIB_MONITORING_TYPE_DISK_SIZE_SWAP 3024 |
Allocated disk space for this server's swap data.
#define TIB_MONITORING_TYPE_DISK_SIZE_SWAP_NAME "disk_size_swap" |
#define TIB_MONITORING_TYPE_DISK_STATE 3009 |
Disk state.
#define TIB_MONITORING_TYPE_DISK_STATE_NAME "disk_state" |
#define TIB_MONITORING_TYPE_DISK_USAGE_LIMIT 3021 |
Attempt to limit total space used (including non-FTL data) to this value, based on disk capacity and max disk fraction.
#define TIB_MONITORING_TYPE_DISK_USAGE_LIMIT_NAME "disk_usage_limit" |
#define TIB_MONITORING_TYPE_DISK_USAGE_LIMIT_SWAP 3027 |
Attempt to limit total space used for swap (including non-FTL data) to this value, based on disk capacity and max disk fraction.
#define TIB_MONITORING_TYPE_DISK_USAGE_LIMIT_SWAP_NAME "disk_usage_limit_swap" |
#define TIB_MONITORING_TYPE_DISK_USED 3023 |
Total space used on the disk volume containing the persistence data directory.
#define TIB_MONITORING_TYPE_DISK_USED_NAME "disk_used" |
#define TIB_MONITORING_TYPE_DISK_USED_SWAP 3029 |
Total space used on the disk volume containing the swap data directory.
#define TIB_MONITORING_TYPE_DISK_USED_SWAP_NAME "disk_used_swap" |
#define TIB_MONITORING_TYPE_DISK_WRITE_BATCH_BYTES_MAX 3051 |
Disk sync write bytes per batch maximum over the last sample interval.
#define TIB_MONITORING_TYPE_DISK_WRITE_BATCH_BYTES_MAX_NAME "disk_write_batch_bytes_max" |
#define TIB_MONITORING_TYPE_DISK_WRITE_BATCH_BYTES_N 3050 |
Disk sync write bytes per batch sample count.
#define TIB_MONITORING_TYPE_DISK_WRITE_BATCH_BYTES_N_NAME "disk_write_batch_bytes_n" |
#define TIB_MONITORING_TYPE_DISK_WRITE_BATCH_BYTES_TOTAL 3052 |
Disk sync write bytes per batch total.
#define TIB_MONITORING_TYPE_DISK_WRITE_BATCH_BYTES_TOTAL_NAME "disk_write_batch_bytes_total" |
#define TIB_MONITORING_TYPE_DISK_WRITE_BYTES 3031 |
Total bytes written to the persistence data file.
#define TIB_MONITORING_TYPE_DISK_WRITE_BYTES_NAME "disk_write_bytes" |
#define TIB_MONITORING_TYPE_DISK_WRITE_COUNT 3030 |
Total number of write calls issued to the persistence data file.
#define TIB_MONITORING_TYPE_DISK_WRITE_COUNT_NAME "disk_write_count" |
#define TIB_MONITORING_TYPE_DISK_WRITE_LATENCY_MAX 3048 |
Disk sync write latency maximum over the last sample interval (microseconds).
#define TIB_MONITORING_TYPE_DISK_WRITE_LATENCY_MAX_NAME "disk_write_latency_max" |
#define TIB_MONITORING_TYPE_DISK_WRITE_LATENCY_N 3047 |
Disk sync write latency sample count.
#define TIB_MONITORING_TYPE_DISK_WRITE_LATENCY_N_NAME "disk_write_latency_n" |
#define TIB_MONITORING_TYPE_DISK_WRITE_LATENCY_TOTAL 3049 |
Disk sync write latency total (microseconds).
#define TIB_MONITORING_TYPE_DISK_WRITE_LATENCY_TOTAL_NAME "disk_write_latency_total" |
#define TIB_MONITORING_TYPE_DURABLE_COUNT 2000 |
Durable count.
#define TIB_MONITORING_TYPE_DURABLE_COUNT_NAME "durable_count" |
#define TIB_MONITORING_TYPE_DYNAMIC_FORMATS 51 |
Dynamic formats.
#define TIB_MONITORING_TYPE_DYNAMIC_FORMATS_NAME "dynamic_formats" |
#define TIB_MONITORING_TYPE_DYNAMIC_STAT 100000 |
Start of dynamically created stats
#define TIB_MONITORING_TYPE_EFTL_CLUSTER_COUNT 5051 |
eFTL cluster count.
#define TIB_MONITORING_TYPE_EFTL_CLUSTER_COUNT_NAME "eftl_cluster_count" |
#define TIB_MONITORING_TYPE_EFTL_CLUSTER_DESTROYED_COUNT 5058 |
Count of eFTL clusters currently in the DESTROYED state.
#define TIB_MONITORING_TYPE_EFTL_CLUSTER_DESTROYED_COUNT_NAME "eftl_cluster_destroyed_count" |
#define TIB_MONITORING_TYPE_EFTL_CLUSTER_EXCEPTION_COUNT 5055 |
Count of eFTL clusters currently in the EXCEPTION state.
#define TIB_MONITORING_TYPE_EFTL_CLUSTER_EXCEPTION_COUNT_NAME "eftl_cluster_exception_count" |
#define TIB_MONITORING_TYPE_EFTL_CLUSTER_NEEDS_RESTART_COUNT 5053 |
Count of eFTL clusters currently in the NEEDS_RESTART state.
#define TIB_MONITORING_TYPE_EFTL_CLUSTER_NEEDS_RESTART_COUNT_NAME "eftl_cluster_needs_restart_count" |
#define TIB_MONITORING_TYPE_EFTL_CLUSTER_OFF_LINE_COUNT 5057 |
Count of eFTL clusters currently in the OFF_LINE state.
#define TIB_MONITORING_TYPE_EFTL_CLUSTER_OFF_LINE_COUNT_NAME "eftl_cluster_off_line_count" |
#define TIB_MONITORING_TYPE_EFTL_CLUSTER_OUT_OF_SYNC_COUNT 5056 |
Count of eFTL clusters currently in the OUT_OF_SYNC state.
#define TIB_MONITORING_TYPE_EFTL_CLUSTER_OUT_OF_SYNC_COUNT_NAME "eftl_cluster_out_of_sync_count" |
#define TIB_MONITORING_TYPE_EFTL_CLUSTER_RUNNING_COUNT 5052 |
Count of eFTL clusters currently in the RUNNING state.
#define TIB_MONITORING_TYPE_EFTL_CLUSTER_RUNNING_COUNT_NAME "eftl_cluster_running_count" |
#define TIB_MONITORING_TYPE_EFTL_CLUSTER_TIMED_OUT_COUNT 5054 |
Count of eFTL clusters currently in the TIMED_OUT state.
#define TIB_MONITORING_TYPE_EFTL_CLUSTER_TIMED_OUT_COUNT_NAME "eftl_cluster_timed_out_count" |
#define TIB_MONITORING_TYPE_EP_DELIVERED_MSGS 90012 |
End Point Delivered Messages
#define TIB_MONITORING_TYPE_EP_DELIVERED_MSGS_NAME "endpoint_delivered" |
#define TIB_MONITORING_TYPE_EP_INFO 90011 |
End Point Description
#define TIB_MONITORING_TYPE_EP_INFO_NAME "endpoint_description" |
#define TIB_MONITORING_TYPE_EP_PUBLISHED_MSGS 90013 |
End Point Published Messages
#define TIB_MONITORING_TYPE_EP_PUBLISHED_MSGS_NAME "endpoint_published" |
#define TIB_MONITORING_TYPE_EP_SENT_NONMATCHING_MSGS 90014 |
Outgoing Messages that were discarded
#define TIB_MONITORING_TYPE_EP_SENT_NONMATCHING_MSGS_NAME "endpoint_out_discarded" |
#define TIB_MONITORING_TYPE_EXPIRATION_COUNT 1010 |
Number of message expirations due to ttl or other limits.
#define TIB_MONITORING_TYPE_EXPIRATION_COUNT_NAME "expiration_count" |
#define TIB_MONITORING_TYPE_FILTERED_MESSAGE_COUNT 4009 |
Filtered message count.
#define TIB_MONITORING_TYPE_FILTERED_MESSAGE_COUNT_NAME "filtered_message_count" |
#define TIB_MONITORING_TYPE_FORMAT_UNAVAILABLE 32 |
Format unavailable.
#define TIB_MONITORING_TYPE_FORMAT_UNAVAILABLE_NAME "format_unavailable" |
#define TIB_MONITORING_TYPE_FTL_CUMULATIVE_CONNECTION_COUNT 5075 |
Cumulative count of all FTL client connections to this server.
#define TIB_MONITORING_TYPE_FTL_CUMULATIVE_CONNECTION_COUNT_NAME "ftl_cumulative_connection_count" |
#define TIB_MONITORING_TYPE_FTL_SERVER_COUNT 5059 |
FTL server count.
#define TIB_MONITORING_TYPE_FTL_SERVER_COUNT_NAME "ftl_server_count" |
#define TIB_MONITORING_TYPE_FTL_SERVER_DESTROYED_COUNT 5066 |
Count of FTL servers currently in the DESTROYED state.
#define TIB_MONITORING_TYPE_FTL_SERVER_DESTROYED_COUNT_NAME "ftl_server_destroyed_count" |
#define TIB_MONITORING_TYPE_FTL_SERVER_EXCEPTION_COUNT 5063 |
Count of FTL servers currently in the EXCEPTION state.
#define TIB_MONITORING_TYPE_FTL_SERVER_EXCEPTION_COUNT_NAME "ftl_server_exception_count" |
#define TIB_MONITORING_TYPE_FTL_SERVER_NEEDS_RESTART_COUNT 5061 |
Count of FTL servers currently in the NEEDS_RESTART state.
#define TIB_MONITORING_TYPE_FTL_SERVER_NEEDS_RESTART_COUNT_NAME "ftl_server_needs_restart_count" |
#define TIB_MONITORING_TYPE_FTL_SERVER_OFF_LINE_COUNT 5065 |
Count of FTL servers currently in the OFF_LINE state.
#define TIB_MONITORING_TYPE_FTL_SERVER_OFF_LINE_COUNT_NAME "ftl_server_off_line_count" |
#define TIB_MONITORING_TYPE_FTL_SERVER_OUT_OF_SYNC_COUNT 5064 |
Count of FTL servers currently in the OUT_OF_SYNC state.
#define TIB_MONITORING_TYPE_FTL_SERVER_OUT_OF_SYNC_COUNT_NAME "ftl_server_out_of_sync_count" |
#define TIB_MONITORING_TYPE_FTL_SERVER_RUNNING_COUNT 5060 |
Count of FTL servers currently in the RUNNING state.
#define TIB_MONITORING_TYPE_FTL_SERVER_RUNNING_COUNT_NAME "ftl_server_running_count" |
#define TIB_MONITORING_TYPE_FTL_SERVER_TIMED_OUT_COUNT 5062 |
Count of FTL servers currently in the TIMED_OUT state.
#define TIB_MONITORING_TYPE_FTL_SERVER_TIMED_OUT_COUNT_NAME "ftl_server_timed_out_count" |
#define TIB_MONITORING_TYPE_GROUP_CLIENT_COUNT 5027 |
Group client count.
#define TIB_MONITORING_TYPE_GROUP_CLIENT_COUNT_NAME "group_client_count" |
#define TIB_MONITORING_TYPE_GROUP_CLIENT_DESTROYED_COUNT 5034 |
Count of group clients currently in the DESTROYED state.
#define TIB_MONITORING_TYPE_GROUP_CLIENT_DESTROYED_COUNT_NAME "group_client_destroyed_count" |
#define TIB_MONITORING_TYPE_GROUP_CLIENT_EXCEPTION_COUNT 5031 |
Count of group clients currently in the EXCEPTION state.
#define TIB_MONITORING_TYPE_GROUP_CLIENT_EXCEPTION_COUNT_NAME "group_client_exception_count" |
#define TIB_MONITORING_TYPE_GROUP_CLIENT_NEEDS_RESTART_COUNT 5029 |
Count of group clients currently in the NEEDS_RESTART state.
#define TIB_MONITORING_TYPE_GROUP_CLIENT_NEEDS_RESTART_COUNT_NAME "group_client_needs_restart_count" |
#define TIB_MONITORING_TYPE_GROUP_CLIENT_OFF_LINE_COUNT 5033 |
Count of group clients currently in the OFF_LINE state.
#define TIB_MONITORING_TYPE_GROUP_CLIENT_OFF_LINE_COUNT_NAME "group_client_off_line_count" |
#define TIB_MONITORING_TYPE_GROUP_CLIENT_OUT_OF_SYNC_COUNT 5032 |
Count of group clients currently in the OUT_OF_SYNC state.
#define TIB_MONITORING_TYPE_GROUP_CLIENT_OUT_OF_SYNC_COUNT_NAME "group_client_out_of_sync_count" |
#define TIB_MONITORING_TYPE_GROUP_CLIENT_RUNNING_COUNT 5028 |
Count of group clients currently in the RUNNING state.
#define TIB_MONITORING_TYPE_GROUP_CLIENT_RUNNING_COUNT_NAME "group_client_running_count" |
#define TIB_MONITORING_TYPE_GROUP_CLIENT_TIMED_OUT_COUNT 5030 |
Count of group clients currently in the TIMED_OUT state.
#define TIB_MONITORING_TYPE_GROUP_CLIENT_TIMED_OUT_COUNT_NAME "group_client_timed_out_count" |
#define TIB_MONITORING_TYPE_GROUP_SERVER_COUNT 5019 |
Group service count.
#define TIB_MONITORING_TYPE_GROUP_SERVER_COUNT_NAME "group_server_count" |
#define TIB_MONITORING_TYPE_GROUP_SERVER_DESTROYED_COUNT 5026 |
Count of group servers currently in the DESTROYED state.
#define TIB_MONITORING_TYPE_GROUP_SERVER_DESTROYED_COUNT_NAME "group_server_destroyed_count" |
#define TIB_MONITORING_TYPE_GROUP_SERVER_EXCEPTION_COUNT 5023 |
Count of group servers currently in the EXCEPTION state.
#define TIB_MONITORING_TYPE_GROUP_SERVER_EXCEPTION_COUNT_NAME "group_server_exception_count" |
#define TIB_MONITORING_TYPE_GROUP_SERVER_NEEDS_RESTART_COUNT 5021 |
Count of group servers currently in the NEEDS_RESTART state.
#define TIB_MONITORING_TYPE_GROUP_SERVER_NEEDS_RESTART_COUNT_NAME "group_server_needs_restart_count" |
#define TIB_MONITORING_TYPE_GROUP_SERVER_OFF_LINE_COUNT 5025 |
Count of group servers currently in the OFF_LINE state.
#define TIB_MONITORING_TYPE_GROUP_SERVER_OFF_LINE_COUNT_NAME "group_server_off_line_count" |
#define TIB_MONITORING_TYPE_GROUP_SERVER_OUT_OF_SYNC_COUNT 5024 |
Count of group servers currently in the OUT_OF_SYNC state.
#define TIB_MONITORING_TYPE_GROUP_SERVER_OUT_OF_SYNC_COUNT_NAME "group_server_out_of_sync_count" |
#define TIB_MONITORING_TYPE_GROUP_SERVER_RUNNING_COUNT 5020 |
Count of group servers currently in the RUNNING state.
#define TIB_MONITORING_TYPE_GROUP_SERVER_RUNNING_COUNT_NAME "group_server_running_count" |
#define TIB_MONITORING_TYPE_GROUP_SERVER_TIMED_OUT_COUNT 5022 |
Count of group servers currently in the TIMED_OUT state.
#define TIB_MONITORING_TYPE_GROUP_SERVER_TIMED_OUT_COUNT_NAME "group_server_timed_out_count" |
#define TIB_MONITORING_TYPE_HISTORY_QUORUM_NUMBER 3002 |
History quorum number.
#define TIB_MONITORING_TYPE_HISTORY_QUORUM_NUMBER_NAME "history_quorum_number" |
#define TIB_MONITORING_TYPE_HISTORY_TIMESTAMP 3004 |
History timestamp.
#define TIB_MONITORING_TYPE_HISTORY_TIMESTAMP_NAME "history_timestamp" |
#define TIB_MONITORING_TYPE_HISTORY_UPDATE_VERSION 3003 |
History update version.
#define TIB_MONITORING_TYPE_HISTORY_UPDATE_VERSION_NAME "history_update_version" |
#define TIB_MONITORING_TYPE_HISTORY_UPDATE_VERSION_NON_REPLICATED 3008 |
History update version - non replicated.
#define TIB_MONITORING_TYPE_HISTORY_UPDATE_VERSION_NON_REPLICATED_NAME "history_update_version_non_replicated" |
#define TIB_MONITORING_TYPE_INBOUND_BYTE_COUNT 3017 |
Inbound byte count.
#define TIB_MONITORING_TYPE_INBOUND_BYTE_COUNT_NAME "inbound_byte_count" |
#define TIB_MONITORING_TYPE_INBOUND_CLUSTER_MESSAGE_COUNT 4004 |
Inbound cluster message count.
#define TIB_MONITORING_TYPE_INBOUND_CLUSTER_MESSAGE_COUNT_NAME "inbound_cluster_message_count" |
#define TIB_MONITORING_TYPE_INBOUND_EFTL_MESSAGE_COUNT 4002 |
Inbound eFTL message count.
#define TIB_MONITORING_TYPE_INBOUND_EFTL_MESSAGE_COUNT_NAME "inbound_eftl_message_count" |
#define TIB_MONITORING_TYPE_INBOUND_FTL_MESSAGE_COUNT 4006 |
Inbound FTL message count.
#define TIB_MONITORING_TYPE_INBOUND_FTL_MESSAGE_COUNT_NAME "inbound_ftl_message_count" |
#define TIB_MONITORING_TYPE_MAX_CONNECTION_COUNT 4015 |
Highest connection count.
#define TIB_MONITORING_TYPE_MAX_CONNECTION_COUNT_NAME "max_connection_count" |
#define TIB_MONITORING_TYPE_MAX_SESSION_COUNT 4017 |
Highest session count.
#define TIB_MONITORING_TYPE_MAX_SESSION_COUNT_NAME "max_session_count" |
#define TIB_MONITORING_TYPE_MCAST_DATA_ERRORS 90035 |
Multicast Receiver data errors
#define TIB_MONITORING_TYPE_MCAST_DATA_ERRORS_NAME "mcast_receiver_data_errors" |
#define TIB_MONITORING_TYPE_MCAST_DEL_BYTES 90027 |
Multicast Receiver delivered bytes
#define TIB_MONITORING_TYPE_MCAST_DEL_BYTES_NAME "mcast_receiver_bytes_delivered" |
#define TIB_MONITORING_TYPE_MCAST_DEL_PACKETS 90029 |
Multicast Receiver delivered packets
#define TIB_MONITORING_TYPE_MCAST_DEL_PACKETS_NAME "mcast_receiver_packets_delivered" |
#define TIB_MONITORING_TYPE_MCAST_DUP_REC_PACKETS 90034 |
Multicast Receiver duplicate packets received
#define TIB_MONITORING_TYPE_MCAST_DUP_REC_PACKETS_NAME "mcast_receiver_duplicates_received" |
#define TIB_MONITORING_TYPE_MCAST_LOST_PACKETS 90033 |
Multicast Receiver lost packets
#define TIB_MONITORING_TYPE_MCAST_LOST_PACKETS_NAME "mcast_receiver_lost_packets" |
#define TIB_MONITORING_TYPE_MCAST_RCVR_SENT_PACKETS 90030 |
Multicast receiver sent protocol packets
#define TIB_MONITORING_TYPE_MCAST_RCVR_SENT_PACKETS_NAME "mcast_receiver_packets_sent" |
#define TIB_MONITORING_TYPE_MCAST_REC_BYTES 90026 |
Multicast Receiver received bytes
#define TIB_MONITORING_TYPE_MCAST_REC_BYTES_NAME "mcast_receiver_bytes_received" |
#define TIB_MONITORING_TYPE_MCAST_REC_INFO 90024 |
Multicast Receiver Stream Definition
#define TIB_MONITORING_TYPE_MCAST_REC_INFO_NAME "mcast_receiver_stream_info" |
#define TIB_MONITORING_TYPE_MCAST_REC_PACKETS 90028 |
Multicast Receiver received packets
#define TIB_MONITORING_TYPE_MCAST_REC_PACKETS_NAME "mcast_receiver_packets_received" |
#define TIB_MONITORING_TYPE_MCAST_SENDER_BYTES_SENT 90037 |
Bytes sent by multicast sender.
#define TIB_MONITORING_TYPE_MCAST_SENDER_BYTES_SENT_NAME "mcast_sender_bytes_sent" |
#define TIB_MONITORING_TYPE_MCAST_SENDER_PACKETS_LOST_OUTBOUND 90039 |
Packets lost outbound by multicast sender.
#define TIB_MONITORING_TYPE_MCAST_SENDER_PACKETS_LOST_OUTBOUND_NAME "mcast_sender_packets_lost" |
#define TIB_MONITORING_TYPE_MCAST_SENDER_PACKETS_RETRANSMITTED 90038 |
Packets retransmitted by the multicast sender.
#define TIB_MONITORING_TYPE_MCAST_SENDER_PACKETS_RETRANSMITTED_NAME "mcast_sender_packets_retransmitted" |
#define TIB_MONITORING_TYPE_MCAST_SENDER_PACKETS_SENT 90036 |
Packets sent by multicast sender.
#define TIB_MONITORING_TYPE_MCAST_SENDER_PACKETS_SENT_NAME "mcast_sender_packets_sent" |
#define TIB_MONITORING_TYPE_MCAST_SENT_NAK_REQS 90031 |
Multicast sent NAK requests
#define TIB_MONITORING_TYPE_MCAST_SENT_NAK_REQS_NAME "mcast_receiver_nak_requests_sent" |
#define TIB_MONITORING_TYPE_MCAST_SENT_NAKS 90032 |
Multicast sent NAKs requested
#define TIB_MONITORING_TYPE_MCAST_SENT_NAKS_NAME "mcast_receiver_naks_requested" |
#define TIB_MONITORING_TYPE_MCAST_SND_INFO 90025 |
Multicast Sender Stream Definition
#define TIB_MONITORING_TYPE_MCAST_SND_INFO_NAME "mcast_sender_stream_info" |
#define TIB_MONITORING_TYPE_MESSAGE_COUNT 1000 |
Message count.
#define TIB_MONITORING_TYPE_MESSAGE_COUNT_NAME "message_count" |
#define TIB_MONITORING_TYPE_MESSAGE_SIZE 1001 |
Message size.
#define TIB_MONITORING_TYPE_MESSAGE_SIZE_NAME "message_size" |
#define TIB_MONITORING_TYPE_MESSAGES_RECEIVED 2 |
Messages received.
#define TIB_MONITORING_TYPE_MESSAGES_RECEIVED_NAME "messages_received" |
#define TIB_MONITORING_TYPE_MESSAGES_SENT 1 |
Messages sent.
#define TIB_MONITORING_TYPE_MESSAGES_SENT_NAME "messages_sent" |
#define TIB_MONITORING_TYPE_NO_MATCH_MSG_COUNT 1011 |
Number of messages dropped because they did not match any durables in a persistence store.
#define TIB_MONITORING_TYPE_NO_MATCH_MSG_COUNT_NAME "no_match_msg_count" |
#define TIB_MONITORING_TYPE_OTHER_SERVICE_COUNT 5067 |
Other service count.
#define TIB_MONITORING_TYPE_OTHER_SERVICE_COUNT_NAME "other_service_count" |
#define TIB_MONITORING_TYPE_OTHER_SERVICE_DESTROYED_COUNT 5074 |
Count of other services currently in the DESTROYED state.
#define TIB_MONITORING_TYPE_OTHER_SERVICE_DESTROYED_COUNT_NAME "other_service_destroyed_count" |
#define TIB_MONITORING_TYPE_OTHER_SERVICE_EXCEPTION_COUNT 5071 |
Count of other services currently in the EXCEPTION state.
#define TIB_MONITORING_TYPE_OTHER_SERVICE_EXCEPTION_COUNT_NAME "other_service_exception_count" |
#define TIB_MONITORING_TYPE_OTHER_SERVICE_NEEDS_RESTART_COUNT 5069 |
Count of other services currently in the NEEDS_RESTART state.
#define TIB_MONITORING_TYPE_OTHER_SERVICE_NEEDS_RESTART_COUNT_NAME "other_service_needs_restart_count" |
#define TIB_MONITORING_TYPE_OTHER_SERVICE_OFF_LINE_COUNT 5073 |
Count of other services currently in the OFF_LINE state.
#define TIB_MONITORING_TYPE_OTHER_SERVICE_OFF_LINE_COUNT_NAME "other_service_off_line_count" |
#define TIB_MONITORING_TYPE_OTHER_SERVICE_OUT_OF_SYNC_COUNT 5072 |
Count of other services currently in the OUT_OF_SYNC state.
#define TIB_MONITORING_TYPE_OTHER_SERVICE_OUT_OF_SYNC_COUNT_NAME "other_service_out_of_sync_count" |
#define TIB_MONITORING_TYPE_OTHER_SERVICE_RUNNING_COUNT 5068 |
Count of other services currently in the RUNNING state.
#define TIB_MONITORING_TYPE_OTHER_SERVICE_RUNNING_COUNT_NAME "other_service_running_count" |
#define TIB_MONITORING_TYPE_OTHER_SERVICE_TIMED_OUT_COUNT 5070 |
Count of other services currently in the TIMED_OUT state.
#define TIB_MONITORING_TYPE_OTHER_SERVICE_TIMED_OUT_COUNT_NAME "other_service_timed_out_count" |
#define TIB_MONITORING_TYPE_OUTBOUND_BYTE_COUNT 3018 |
Outbound byte count.
#define TIB_MONITORING_TYPE_OUTBOUND_BYTE_COUNT_NAME "outbound_byte_count" |
#define TIB_MONITORING_TYPE_OUTBOUND_CLUSTER_MESSAGE_COUNT 4005 |
Outbound cluster message count.
#define TIB_MONITORING_TYPE_OUTBOUND_CLUSTER_MESSAGE_COUNT_NAME "outbound_cluster_message_count" |
#define TIB_MONITORING_TYPE_OUTBOUND_EFTL_MESSAGE_COUNT 4003 |
Outbound eFTL message count.
#define TIB_MONITORING_TYPE_OUTBOUND_EFTL_MESSAGE_COUNT_NAME "outbound_eftl_message_count" |
#define TIB_MONITORING_TYPE_OUTBOUND_FTL_MESSAGE_COUNT 4007 |
Outbound FTL message count.
#define TIB_MONITORING_TYPE_OUTBOUND_FTL_MESSAGE_COUNT_NAME "outbound_ftl_message_count" |
#define TIB_MONITORING_TYPE_PACKETS_LOST_INBOUND 66 |
Packets lost inbound.
#define TIB_MONITORING_TYPE_PACKETS_LOST_INBOUND_NAME "packets_lost_inbound" |
#define TIB_MONITORING_TYPE_PACKETS_LOST_OUTBOUND 65 |
Packets lost outbound.
#define TIB_MONITORING_TYPE_PACKETS_LOST_OUTBOUND_NAME "packets_lost_outbound" |
#define TIB_MONITORING_TYPE_PACKETS_MISSED 64 |
Packets missed.
#define TIB_MONITORING_TYPE_PACKETS_MISSED_NAME "packets_missed" |
#define TIB_MONITORING_TYPE_PACKETS_RECEIVED 62 |
Packets received.
#define TIB_MONITORING_TYPE_PACKETS_RECEIVED_NAME "packets_received" |
#define TIB_MONITORING_TYPE_PACKETS_RETRANSMITTED 63 |
Packets retransmitted.
#define TIB_MONITORING_TYPE_PACKETS_RETRANSMITTED_NAME "packets_retransmitted" |
#define TIB_MONITORING_TYPE_PACKETS_SENT 61 |
Packets sent.
#define TIB_MONITORING_TYPE_PACKETS_SENT_NAME "packets_sent" |
#define TIB_MONITORING_TYPE_PENDING_CONNECTION_COUNT 4012 |
Pending connection count.
#define TIB_MONITORING_TYPE_PENDING_CONNECTION_COUNT_NAME "pending_connection_count" |
#define TIB_MONITORING_TYPE_PENDING_UPDATES 3005 |
Pending updates.
#define TIB_MONITORING_TYPE_PENDING_UPDATES_NAME "pending_updates" |
#define TIB_MONITORING_TYPE_PERSISTENCE_CLUSTER 1101 |
Persistence Cluster Name
#define TIB_MONITORING_TYPE_PERSISTENCE_CLUSTER_NAME "persistence_cluster" |
#define TIB_MONITORING_TYPE_PERSISTENCE_SERVER 1100 |
Persistence Server Name
#define TIB_MONITORING_TYPE_PERSISTENCE_SERVER_COUNT 5043 |
Persistence service count.
#define TIB_MONITORING_TYPE_PERSISTENCE_SERVER_COUNT_NAME "persistence_server_count" |
#define TIB_MONITORING_TYPE_PERSISTENCE_SERVER_DESTROYED_COUNT 5050 |
Count of persistence servers currently in the DESTROYED state.
#define TIB_MONITORING_TYPE_PERSISTENCE_SERVER_DESTROYED_COUNT_NAME "persistence_server_destroyed_count" |
#define TIB_MONITORING_TYPE_PERSISTENCE_SERVER_EXCEPTION_COUNT 5047 |
Count of persistence servers currently in the EXCEPTION state.
#define TIB_MONITORING_TYPE_PERSISTENCE_SERVER_EXCEPTION_COUNT_NAME "persistence_server_exception_count" |
#define TIB_MONITORING_TYPE_PERSISTENCE_SERVER_NAME "persistence_server" |
#define TIB_MONITORING_TYPE_PERSISTENCE_SERVER_NEEDS_RESTART_COUNT 5045 |
Count of persistence servers currently in the NEEDS_RESTART state.
#define TIB_MONITORING_TYPE_PERSISTENCE_SERVER_NEEDS_RESTART_COUNT_NAME "persistence_server_needs_restart_count" |
#define TIB_MONITORING_TYPE_PERSISTENCE_SERVER_OFF_LINE_COUNT 5049 |
Count of persistence servers currently in the OFF_LINE state.
#define TIB_MONITORING_TYPE_PERSISTENCE_SERVER_OFF_LINE_COUNT_NAME "persistence_server_off_line_count" |
#define TIB_MONITORING_TYPE_PERSISTENCE_SERVER_OUT_OF_SYNC_COUNT 5048 |
Count of persistence servers currently in the OUT_OF_SYNC state.
#define TIB_MONITORING_TYPE_PERSISTENCE_SERVER_OUT_OF_SYNC_COUNT_NAME "persistence_server_out_of_sync_count" |
#define TIB_MONITORING_TYPE_PERSISTENCE_SERVER_RUNNING_COUNT 5044 |
Count of persistence servers currently in the RUNNING state.
#define TIB_MONITORING_TYPE_PERSISTENCE_SERVER_RUNNING_COUNT_NAME "persistence_server_running_count" |
#define TIB_MONITORING_TYPE_PERSISTENCE_SERVER_TIMED_OUT_COUNT 5046 |
Count of persistence servers currently in the TIMED_OUT state.
#define TIB_MONITORING_TYPE_PERSISTENCE_SERVER_TIMED_OUT_COUNT_NAME "persistence_server_timed_out_count" |
#define TIB_MONITORING_TYPE_PROCESS_PEAK_RSS_KB 71 |
Process peak resident/working set size in KB.
#define TIB_MONITORING_TYPE_PROCESS_PEAK_RSS_KB_NAME "process_peak_rss_kb" |
#define TIB_MONITORING_TYPE_PROCESS_RSS_KB 70 |
Process resident/working set size in KB.
#define TIB_MONITORING_TYPE_PROCESS_RSS_KB_NAME "process_rss_kb" |
#define TIB_MONITORING_TYPE_PROCESS_VM_KB 72 |
Process VM size in KB.
#define TIB_MONITORING_TYPE_PROCESS_VM_KB_NAME "process_vm_kb" |
#define TIB_MONITORING_TYPE_PROTOCOL_MESSAGE_COUNT 4008 |
Protocol message count.
#define TIB_MONITORING_TYPE_PROTOCOL_MESSAGE_COUNT_NAME "protocol_message_count" |
#define TIB_MONITORING_TYPE_PUB_PUBLISHED_MSGS 90016 |
Publisher Published Messages
#define TIB_MONITORING_TYPE_PUB_PUBLISHED_MSGS_NAME "publisher_published" |
#define TIB_MONITORING_TYPE_PUB_SENT_NONMATCHING_MSGS 90017 |
Outgoing Messages that were discarded
#define TIB_MONITORING_TYPE_PUB_SENT_NONMATCHING_MSGS_NAME "publisher_discarded" |
#define TIB_MONITORING_TYPE_QUEUE_BACKLOG 41 |
Queue backlog.
#define TIB_MONITORING_TYPE_QUEUE_BACKLOG_NAME "queue_backlog" |
#define TIB_MONITORING_TYPE_QUEUE_DISCARDS 42 |
Queue discards.
#define TIB_MONITORING_TYPE_QUEUE_DISCARDS_NAME "queue_discards" |
#define TIB_MONITORING_TYPE_QUEUE_LATENCY_MSG_MAX 501 |
Queue message callback latency maximum
#define TIB_MONITORING_TYPE_QUEUE_LATENCY_MSG_MAX_NAME "queue_latency_msg_max" |
#define TIB_MONITORING_TYPE_QUEUE_LATENCY_MSG_MEAN 502 |
Queue message callback latency mean - Deprecated
#define TIB_MONITORING_TYPE_QUEUE_LATENCY_MSG_MEAN_NAME "queue_latency_msg_mean" |
#define TIB_MONITORING_TYPE_QUEUE_LATENCY_MSG_N 500 |
Queue message callback latency count
#define TIB_MONITORING_TYPE_QUEUE_LATENCY_MSG_N_NAME "queue_latency_msg_n" |
#define TIB_MONITORING_TYPE_QUEUE_LATENCY_MSG_STDDEV 503 |
Queue message callback latency standard deviation - Deprecated
#define TIB_MONITORING_TYPE_QUEUE_LATENCY_MSG_STDDEV_NAME "queue_latency_msg_stddev" |
#define TIB_MONITORING_TYPE_QUEUE_LATENCY_MSG_TOTAL 512 |
Queue message callback latency total
#define TIB_MONITORING_TYPE_QUEUE_LATENCY_MSG_TOTAL_NAME "queue_latency_msg_total" |
#define TIB_MONITORING_TYPE_QUEUE_LATENCY_TIMER_MAX 505 |
Queue timer callback latency maximum
#define TIB_MONITORING_TYPE_QUEUE_LATENCY_TIMER_MAX_NAME "queue_latency_timer_max" |
#define TIB_MONITORING_TYPE_QUEUE_LATENCY_TIMER_MEAN 506 |
Queue timer callback latency mean - Deprecated
#define TIB_MONITORING_TYPE_QUEUE_LATENCY_TIMER_MEAN_NAME "queue_latency_timer_mean" |
#define TIB_MONITORING_TYPE_QUEUE_LATENCY_TIMER_N 504 |
Queue timer callback latency count
#define TIB_MONITORING_TYPE_QUEUE_LATENCY_TIMER_N_NAME "queue_latency_timer_n" |
#define TIB_MONITORING_TYPE_QUEUE_LATENCY_TIMER_STDDEV 507 |
Queue timer callback latency standard deviation - Deprecated
#define TIB_MONITORING_TYPE_QUEUE_LATENCY_TIMER_STDDEV_NAME "queue_latency_timer_stddev" |
#define TIB_MONITORING_TYPE_QUEUE_LATENCY_TIMER_TOTAL 513 |
Queue timer callback latency total
#define TIB_MONITORING_TYPE_QUEUE_LATENCY_TIMER_TOTAL_NAME "queue_latency_timer_total" |
#define TIB_MONITORING_TYPE_QUORUM_NUMBER 3001 |
Quorum number.
#define TIB_MONITORING_TYPE_QUORUM_NUMBER_NAME "quorum_number" |
#define TIB_MONITORING_TYPE_QUORUM_STATE 3000 |
Quorum state.
#define TIB_MONITORING_TYPE_QUORUM_STATE_NAME "quorum_state" |
#define TIB_MONITORING_TYPE_RECORDS_AVAIL_FOR_SYNC 1003 |
Records available for sync.
#define TIB_MONITORING_TYPE_RECORDS_AVAIL_FOR_SYNC_NAME "records_avail_for_sync" |
#define TIB_MONITORING_TYPE_RECORDS_CAUGHT_UP 1004 |
Records caught up.
#define TIB_MONITORING_TYPE_RECORDS_CAUGHT_UP_NAME "records_caught_up" |
#define TIB_MONITORING_TYPE_RECORDS_SYNCED 1002 |
Records synced.
#define TIB_MONITORING_TYPE_RECORDS_SYNCED_NAME "records_synced" |
#define TIB_MONITORING_TYPE_RECORDS_TO_CATCH_UP 1005 |
Records to catch up.
#define TIB_MONITORING_TYPE_RECORDS_TO_CATCH_UP_NAME "records_to_catch_up" |
#define TIB_MONITORING_TYPE_REPLICA_RTT_ASYNC_MAX 3042 |
Replica round-trip time maximum over the last sample interval (microseconds) for async disk persistence only. Includes async disk write. Metric context identifies the replica.
#define TIB_MONITORING_TYPE_REPLICA_RTT_ASYNC_MAX_NAME "replica_rtt_async_max" |
#define TIB_MONITORING_TYPE_REPLICA_RTT_ASYNC_N 3041 |
Replica round-trip time sample count for async disk persistence only. Metric context identifies the replica.
#define TIB_MONITORING_TYPE_REPLICA_RTT_ASYNC_N_NAME "replica_rtt_async_n" |
#define TIB_MONITORING_TYPE_REPLICA_RTT_ASYNC_TOTAL 3043 |
Replica round-trip time total (microseconds) for async disk persistence only. Includes async disk write. Metric context identifies the replica.
#define TIB_MONITORING_TYPE_REPLICA_RTT_ASYNC_TOTAL_NAME "replica_rtt_async_total" |
#define TIB_MONITORING_TYPE_REPLICA_RTT_BYTES_ASYNC_MAX 3045 |
Replica round-trip bytes per op maximum over the last sample interval for async disk persistence only. Metric context identifies the replica.
#define TIB_MONITORING_TYPE_REPLICA_RTT_BYTES_ASYNC_MAX_NAME "replica_rtt_bytes_async_max" |
#define TIB_MONITORING_TYPE_REPLICA_RTT_BYTES_ASYNC_N 3044 |
Replica round-trip bytes per op sample count for async disk persistence only. Metric context identifies the replica.
#define TIB_MONITORING_TYPE_REPLICA_RTT_BYTES_ASYNC_N_NAME "replica_rtt_bytes_async_n" |
#define TIB_MONITORING_TYPE_REPLICA_RTT_BYTES_ASYNC_TOTAL 3046 |
Replica round-trip bytes per op total for async disk persistence only. Metric context identifies the replica.
#define TIB_MONITORING_TYPE_REPLICA_RTT_BYTES_ASYNC_TOTAL_NAME "replica_rtt_bytes_async_total" |
#define TIB_MONITORING_TYPE_REPLICA_RTT_BYTES_MAX 3039 |
Replica round-trip bytes per op maximum over the last sample interval. Metric context identifies the replica.
#define TIB_MONITORING_TYPE_REPLICA_RTT_BYTES_MAX_NAME "replica_rtt_bytes_max" |
#define TIB_MONITORING_TYPE_REPLICA_RTT_BYTES_N 3038 |
Replica round-trip bytes per op sample count. Metric context identifies the replica.
#define TIB_MONITORING_TYPE_REPLICA_RTT_BYTES_N_NAME "replica_rtt_bytes_n" |
#define TIB_MONITORING_TYPE_REPLICA_RTT_BYTES_TOTAL 3040 |
Replica round-trip bytes per op total. Metric context identifies the replica.
#define TIB_MONITORING_TYPE_REPLICA_RTT_BYTES_TOTAL_NAME "replica_rtt_bytes_total" |
#define TIB_MONITORING_TYPE_REPLICA_RTT_MAX 3036 |
Replica round-trip time maximum over the last sample interval (microseconds). If disk persistence is configured, includes sync disk write. Metric context identifies the replica.
#define TIB_MONITORING_TYPE_REPLICA_RTT_MAX_NAME "replica_rtt_max" |
#define TIB_MONITORING_TYPE_REPLICA_RTT_N 3035 |
Replica round-trip time sample count. Metric context identifies the replica.
#define TIB_MONITORING_TYPE_REPLICA_RTT_N_NAME "replica_rtt_n" |
#define TIB_MONITORING_TYPE_REPLICA_RTT_TOTAL 3037 |
Replica round-trip time total (microseconds). If disk persistence is configured, includes sync disk write. Metric context identifies the replica.
#define TIB_MONITORING_TYPE_REPLICA_RTT_TOTAL_NAME "replica_rtt_total" |
#define TIB_MONITORING_TYPE_REQREPLY_LATENCY_MAX 509 |
Request/reply latency maximum
#define TIB_MONITORING_TYPE_REQREPLY_LATENCY_MAX_NAME "reqreply_latency_max" |
#define TIB_MONITORING_TYPE_REQREPLY_LATENCY_MEAN 510 |
Request/reply latency mean - Deprecated
#define TIB_MONITORING_TYPE_REQREPLY_LATENCY_MEAN_NAME "reqreply_latency_mean" |
#define TIB_MONITORING_TYPE_REQREPLY_LATENCY_N 508 |
Request/reply latency count
#define TIB_MONITORING_TYPE_REQREPLY_LATENCY_N_NAME "reqreply_latency_n" |
#define TIB_MONITORING_TYPE_REQREPLY_LATENCY_STDDEV 511 |
Request/reply latency standard deviation - Deprecated
#define TIB_MONITORING_TYPE_REQREPLY_LATENCY_STDDEV_NAME "reqreply_latency_stddev" |
#define TIB_MONITORING_TYPE_REQREPLY_LATENCY_TOTAL 514 |
Request/reply latency total
#define TIB_MONITORING_TYPE_REQREPLY_LATENCY_TOTAL_NAME "reqreply_latency_total" |
#define TIB_MONITORING_TYPE_SATELLITE_COUNT 5001 |
FTL server satellite count.
#define TIB_MONITORING_TYPE_SATELLITE_COUNT_NAME "satellite_count" |
#define TIB_MONITORING_TYPE_SATELLITE_DESTROYED_COUNT 5018 |
Count of satellites currently in the DESTROYED state.
#define TIB_MONITORING_TYPE_SATELLITE_DESTROYED_COUNT_NAME "satellite_destroyed_count" |
#define TIB_MONITORING_TYPE_SATELLITE_EXCEPTION_COUNT 5015 |
Count of satellites currently in the EXCEPTION state.
#define TIB_MONITORING_TYPE_SATELLITE_EXCEPTION_COUNT_NAME "satellite_exception_count" |
#define TIB_MONITORING_TYPE_SATELLITE_NEEDS_RESTART_COUNT 5013 |
Count of satellites currently in the NEEDS_RESTART state.
#define TIB_MONITORING_TYPE_SATELLITE_NEEDS_RESTART_COUNT_NAME "satellite_needs_restart_count" |
#define TIB_MONITORING_TYPE_SATELLITE_OFF_LINE_COUNT 5017 |
Count of satellites currently in the OFF_LINE state.
#define TIB_MONITORING_TYPE_SATELLITE_OFF_LINE_COUNT_NAME "satellite_off_line_count" |
#define TIB_MONITORING_TYPE_SATELLITE_OUT_OF_SYNC_COUNT 5016 |
Count of satellites currently in the OUT_OF_SYNC state.
#define TIB_MONITORING_TYPE_SATELLITE_OUT_OF_SYNC_COUNT_NAME "satellite_out_of_sync_count" |
#define TIB_MONITORING_TYPE_SATELLITE_RUNNING_COUNT 5012 |
Count of satellites currently in the RUNNING state.
#define TIB_MONITORING_TYPE_SATELLITE_RUNNING_COUNT_NAME "satellite_running_count" |
#define TIB_MONITORING_TYPE_SATELLITE_TIMED_OUT_COUNT 5014 |
Count of satellites currently in the TIMED_OUT state.
#define TIB_MONITORING_TYPE_SATELLITE_TIMED_OUT_COUNT_NAME "satellite_timed_out_count" |
#define TIB_MONITORING_TYPE_SEND_BACKLOG_MAX_SIZE 90040 |
Backlog highest size during the previous period
#define TIB_MONITORING_TYPE_SEND_BACKLOG_MAX_SIZE_NAME "send_backlog_maximum_size" |
#define TIB_MONITORING_TYPE_SEND_TO_INBOX_FAILURES 5011 |
Count of send to client inbox failures.
#define TIB_MONITORING_TYPE_SEND_TO_INBOX_FAILURES_NAME "send_to_inbox_failure_count" |
#define TIB_MONITORING_TYPE_SESSION_COUNT 4016 |
Session count.
#define TIB_MONITORING_TYPE_SESSION_COUNT_NAME "session_count" |
#define TIB_MONITORING_TYPE_STORE_BYTE_LIMIT 1008 |
Configured store memory byte limit.
#define TIB_MONITORING_TYPE_STORE_BYTE_LIMIT_NAME "store_byte_limit" |
#define TIB_MONITORING_TYPE_STORE_MESSAGE_LIMIT 1009 |
Configured store message count limit.
#define TIB_MONITORING_TYPE_STORE_MESSAGE_LIMIT_NAME "store_message_limit" |
#define TIB_MONITORING_TYPE_STORE_MISMATCH_MESSAGES 67 |
Store mismatch messages.
#define TIB_MONITORING_TYPE_STORE_MISMATCH_MESSAGES_NAME "store_mismatch_message" |
#define TIB_MONITORING_TYPE_SUB_DELIVERED_MSGS 90015 |
Subscriber Delivered Messages
#define TIB_MONITORING_TYPE_SUB_DELIVERED_MSGS_NAME "subscriber_delivered" |
#define TIB_MONITORING_TYPE_SUBSCRIPTION_COUNT 4001 |
Subscription count.
#define TIB_MONITORING_TYPE_SUBSCRIPTION_COUNT_NAME "subscription_count" |
#define TIB_MONITORING_TYPE_SUSPENDED_CONNECTION_COUNT 4013 |
Suspended connection count.
#define TIB_MONITORING_TYPE_SUSPENDED_CONNECTION_COUNT_NAME "suspended_connection_count" |
#define TIB_MONITORING_TYPE_SWAP_MESSAGE_COUNT 1006 |
When disk_swap is true, number of messages in memory, else 0.
#define TIB_MONITORING_TYPE_SWAP_MESSAGE_COUNT_NAME "swap_message_count" |
#define TIB_MONITORING_TYPE_SWAP_MESSAGE_SIZE 1007 |
When disk_swap is true, byte count of all messages in memory, else 0.
#define TIB_MONITORING_TYPE_SWAP_MESSAGE_SIZE_NAME "swap_message_size" |
#define TIB_MONITORING_TYPE_SYSTEM_CPU_TIME 74 |
System CPU time in microseconds.
#define TIB_MONITORING_TYPE_SYSTEM_CPU_TIME_NAME "system_cpu_time" |
#define TIB_MONITORING_TYPE_TOTAL_CPU_TIME 75 |
Total CPU time in microseconds.
#define TIB_MONITORING_TYPE_TOTAL_CPU_TIME_NAME "total_cpu_time" |
#define TIB_MONITORING_TYPE_UNKNOWN 0 |
Unknown.
#define TIB_MONITORING_TYPE_UNKNOWN_NAME "unknown_data_series" |
#define TIB_MONITORING_TYPE_USER_CPU_TIME 73 |
User CPU time in microseconds.
#define TIB_MONITORING_TYPE_USER_CPU_TIME_NAME "user_cpu_time" |
#define TIB_MONITORING_UNDEFINED 0 |
Undefined