Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.21 KB

File metadata and controls

36 lines (24 loc) · 1.21 KB

PerformanceMetrics Plugin

A PerformanceMetrics plugin for Thunder framework.

Table of Contents

Abbreviation, Acronyms and Terms

[Refer to this link]

Description

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].

Configuration

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