Skip to content

TAVM Framework Status UI

The TAVM framework provides a web-based status UI which can be used to monitor the status of the framework and its components.

An example of the status UI can be seen in the following image:

Status UI

The UI contains basic information about:

  • System resources (used memory, Goroutine count, garbage collection cycles, etc.)
  • Number of processed CTI records
  • Repository mining statistics (vulnerable Git repositories can be exported as CSV or JSON)
  • Overview of loaded source adapters
  • Overview of loaded transformer adapters
  • Overview of loaded output adapters

Accessing the Status UI

The status UI is available via HTTP on port 11220 by default. The port can be changed in the general.yaml configuration file, see Core Settings.