Dokploy / Dokploy/dokploy

Monitoring: Unified resource usage overview across all projects/services

Open
#3,884 0 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
37.4k
Forks
3k
Avg merge
1d 3h
Merged PRs (30d)
73

Description

What problem will this feature address?

When CPU or memory spikes appear on the monitoring page, there is no way to identify which project or service is causing it without manually opening each one individually. With 20+ projects running, this makes diagnosing performance issues very slow and frustrating.

Describe the solution you'd like

A unified resource overview panel on the monitoring page that shows CPU and memory usage for all projects and services on a single screen — similar to docker stats but built into the UI. Ideally sortable by resource usage so the heaviest consumers are immediately visible at the top.

Describe alternatives you've considered

Running docker stats via SSH directly on the host. It works but defeats the purpose of having a management UI, and it's not accessible to team members who don't have server access.

Additional context

Managing 20+ projects on a single Dokploy instance. Currently the only way to investigate a spike is to click into each project one by one and check its individual monitoring graph, which is not practical during an active incident.

Will you send a PR to implement it?

No

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the monitoring page and compare its per-project monitoring graph with the docker stats workflow described in the issue. Done means one screen shows CPU and memory usage for all projects and services, with the resource-heavy entries sortable to the top.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, typescript
Domain
devops, frontend, observability
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.