Skip to content

Latest commit

 

History

History
77 lines (54 loc) · 1.45 KB

File metadata and controls

77 lines (54 loc) · 1.45 KB

PerformanceCounters

This plugin implements tiles to show current CPU, RAM and GPU usage.

CpuUsageTile

This tile shows the current CPU usage.

Settings

Setting Default Description
Format CPU\n{0} % The string format to use.

Examples

{
    "Plugin": "PerformanceCounters",
    "Tile": "CpuUsageTile",
    "Settings": {
        "Format": "🧠\n{0} %"
    }
}

MemoryUsageTile

This tile shows the current RAM usage.

Settings

Setting Default Description
Format RAM\n{0} % The string format to use.

Examples

{
    "Plugin": "PerformanceCounters",
    "Tile": "MemoryUsageTile"
}

GpuUsageTile

This tile shows the current GPU usage.

Settings

Setting Default Description
Format GPU\n{0} % The string format to use.

Examples

{
    "Plugin": "PerformanceCounters",
    "Tile": "GpuUsageTile"
}