Skip to content

feat(services): add storage, cache, and DB services#983

Open
karlitschek wants to merge 1 commit intomasterfrom
split/06-services-storage-db
Open

feat(services): add storage, cache, and DB services#983
karlitschek wants to merge 1 commit intomasterfrom
split/06-services-storage-db

Conversation

@karlitschek
Copy link
Copy Markdown
Member

Adds five read-only service classes used by the upcoming admin dashboard cards. None are wired into existing controllers yet, so this change is a pure addition with no behavior change.

  • DbHealth - largest tables on MySQL / PostgreSQL
  • CachingInfo - OPcache and APCu hit rates plus Redis config
  • ExternalStoragesInfo - mounts configured via files_external
  • DiskGrowth - rolling history snapshots with a
    days-until-full prediction
  • TopUsersByQuota - top users ranked by home::*/files size

Adds five read-only service classes used by the upcoming admin
dashboard cards. None are wired into existing controllers yet, so
this change is a pure addition with no behavior change.

* DbHealth             - largest tables on MySQL / PostgreSQL
* CachingInfo          - OPcache and APCu hit rates plus Redis config
* ExternalStoragesInfo - mounts configured via files_external
* DiskGrowth           - rolling history snapshots with a
                         days-until-full prediction
* TopUsersByQuota      - top users ranked by home::*/files size

Signed-off-by: Frank Karlitschek <frank@nextcloud.com>
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