mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #459] [MERGED] Add Node CPU/Memory Graphs #772
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/459
Author: @notAreYouScared
Created: 7/4/2024
Status: ✅ Merged
Merged: 7/14/2024
Merged by: @notAreYouScared
Base:
main← Head:node-stats📝 Commits (9)
d3f1dccUpdate Node Stats737516aUpdate2aa9306Make these smallerbf1c97bChange graphs3079bd0Remove this.16807feUpdate Graphs63b6518Use User TZ and config var24ee00cFix math8d72e30Change to per thread.📊 Changes
9 files changed (+228 additions, -47 deletions)
View changed files
📝
app/Console/Kernel.php(+3 -0)📝
app/Filament/Resources/NodeResource/Pages/EditNode.php(+36 -9)➕
app/Filament/Resources/NodeResource/Widgets/NodeCpuChart.php(+81 -0)📝
app/Filament/Resources/NodeResource/Widgets/NodeMemoryChart.php(+52 -35)📝
app/Filament/Resources/NodeResource/Widgets/NodeStorageChart.php(+1 -3)➕
app/Jobs/NodeStatistics.php(+46 -0)➕
resources/views/filament/components/node-cpu-chart.blade.php(+3 -0)➕
resources/views/filament/components/node-memory-chart.blade.php(+3 -0)➕
resources/views/filament/components/node-storage-chart.blade.php(+3 -0)📄 Description
Adds an overview tab to EditNode, Shows basic system information, and current host node cpu/memory usage, updated every 5 seconds
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.