Distributed Server Status

Iotellect server provides access to the status of connected consumers and providers. To access the status, use View Status action of Distributed Architecture plugin's global configuration context. There are two status tables:

  • Providers Status. Shows details about servers those data is imported by this server.
  • Consumers Status. Shows details about servers that import data from this server.

Providers Status

Providers status table has the following fields:

  • Name. Name of the provider.
  • Connection Type. Incoming or outgoing.
  • Active. Shows whether provider is active.
  • Connected. Shows whether provider is connected.
  • Address. The IP address of provider server.

Consumers Status

The list of consumer status table fields:

  • Name. Name of local provider the consumer is connected to.
  • Connection Type. Incoming or outgoing.
  • Active. Shows whether consumer is active.
  • Address. The IP address of consumer server.
  • Outgoing Event Queue Length. Current number of unsent events.
  • Discarded Event Count. Number of unsent discarded events due sending queue overflow.

Was this page helpful?