CPU Usage
{{ summary.cpu ? summary.cpu.toFixed(1) + '%' : 'N/A' }}
Memory Usage
{{ summary.memory ? summary.memory.toFixed(1) + '%' : 'N/A' }}
Event Loop Lag
{{ summary.eventLoopLag ? summary.eventLoopLag.toFixed(1) + 'ms' : 'N/A' }}
No performance history available
Click "Start Monitoring" above to begin collecting performance data
No performance history available
Enable performance monitoring in settings to start collecting data
| Timestamp | CPU % | Memory % | Memory RSS | Event Loop Lag |
|---|---|---|---|---|
| {{ formatDate(entry.created_at) }} |
{{ entry.cpu_usage.toFixed(1) }}%
|
{{ entry.memory_usage.toFixed(1) }}%
|
{{ formatBytes(entry.memory_rss) }} | {{ entry.event_loop_lag.toFixed(1) }}ms |
No performance alerts
System performance is within normal thresholds
{{ getAlertDescription(alert) }}