The XRadar plugin archtecture

The XRadar plugins consist of 3 types:

  • Standard Plugins - Follow the XRadar as default plugins, and work on all platforms given the default configuration.
  • Optional Plugins - Follow the XRadar and can be turned on, but usually involve some sort of extra work to get integrated. The Unit test plugins are examples of these.
  • System Specific Plugins - Are developed specifically for the system and cover a specific aspect of the system that one wish to analyse. Often such analysis can give that extra edge that you need to get the right answers.

See Existing Plugins for the standard and optional plugins. See Creating Plugins for info on integrating your plugins.