Skip to content

The admin console

Each Tektite node can host an administration console where you can:

  • View deployed topics
  • View all deployed streams
  • View database statistics such as number of levels in database, number of tables per level, size of level in bytes, etc.
  • View the current server configuration
  • View cluster information such as active nodes in cluster, which nodes have which processors, etc.

Configuring the admin console

Enable the admin console with the AdminConsoleEnabled configuration property.

Set the listen addresses with the AdminConsoleListenAddresses configuration property.

To prevent admin requests from taking too much server CPU, the admin console does not get new data every time an admin page is requested. Instead, it samples data according to theAdminConsoleSampleInterval configuration property.