Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 1.2 KB

File metadata and controls

64 lines (43 loc) · 1.2 KB

CPU Usage Graphic

Panel ID: cpu-usage-graphic Category: CPU Plugin: LCDPossible Core Panels Live Data: Yes Animated: No

CPU usage with graphical bars including per-core breakdown

Screenshot

CPU Usage Graphic

Details

Displays CPU usage with visual progress bars:

  • Overall CPU usage bar at the top
  • Individual bars for each CPU core
  • Percentage labels for each core
  • Color-coded bars (green/yellow/red based on load)

Great for monitoring multi-core workloads.

Dependencies

  • LibreHardwareMonitorLib

Examples

Display CPU usage with graphical bars

lcdpossible show cpu-usage-graphic

Update CPU bars every 2 seconds

lcdpossible show cpu-usage-graphic|@interval=2

Profile Usage

Add to Profile

# Add panel to default profile
lcdpossible profile append-panel cpu-usage-graphic

# Add with custom duration (30 seconds)
lcdpossible profile append-panel "cpu-usage-graphic|@duration=30"

Quick Show

# Display panel immediately
lcdpossible show cpu-usage-graphic

Generated by LCDPossible

Back to Panels