Skip to content

feat: add CPU/memory usage monitoring with real-time charts#1

Open
konojunya wants to merge 1 commit intoazu:mainfrom
konojunya:feat/add-memory-and-cpu-charts
Open

feat: add CPU/memory usage monitoring with real-time charts#1
konojunya wants to merge 1 commit intoazu:mainfrom
konojunya:feat/add-memory-and-cpu-charts

Conversation

@konojunya
Copy link
Copy Markdown

@konojunya konojunya commented Mar 2, 2026

I was looking for a GUI tool to manage launchd services and found this project — thank you for building it, it's really useful.

While using it, I felt that being able to see runtime information (like CPU and memory usage) would make it easier to understand what each service is actually doing.

This PR adds basic CPU and memory monitoring.
Metrics are collected using sysinfo on the Rust side and sent to the frontend, where they are displayed using shadcn/ui charts.

The goal is simply to provide a quick way to spot heavy or misbehaving processes directly from the UI.

CleanShot 2026-03-02 at 13 41 36@2x

frontend tests passed

CleanShot 2026-03-02 at 13 46 44

backend tests passed

CleanShot 2026-03-02 at 13 48 31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant