A PerformanceMetrics plugin for Thunder framework.
The Performance Metrics plugin can output metrics on a plugin (e.g. uptime, resource usage).
The plugin is designed to be loaded and executed within the Thunder framework. For more information about the framework refer to [Thunder].
The table below lists configuration options of the plugin.
| Name | Type | Description |
|---|---|---|
| callsign | string | Plugin instance name (default: PerformanceMetrics) |
| classname | string | Class name: PerformanceMetrics |
| locator | string | Library name: libWPEFrameworkPerformanceMetrics.so |
| autostart | boolean | Determines if the plugin shall be started automatically along with the framework |