https://github.com/roblib/upei_roblib_reports
reports on Drupal disk usage and Fedora Disk usage
https://github.com/roblib/upei_roblib_reports
Last synced: over 1 year ago
JSON representation
reports on Drupal disk usage and Fedora Disk usage
- Host: GitHub
- URL: https://github.com/roblib/upei_roblib_reports
- Owner: roblib
- License: gpl-3.0
- Created: 2016-09-14T17:55:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-12-11T18:34:51.000Z (over 6 years ago)
- Last Synced: 2025-02-14T19:35:53.425Z (over 1 year ago)
- Language: PHP
- Size: 24.4 KB
- Stars: 3
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# UPEI Roblib Reports
## Introduction
A module to track space used by a site, including
* drupal database size
* local drupal disk usage (public/private files)
* Islandora/Fedora storage.
## Requirements
This module requires the following modules/libraries:
* [Islandora](https://github.com/islandora/tuque)
* [Islandora Solr](https://github.com/Islandora/islandora_solr_search)
## Installation
Install as for a usual Drupal module. Before the first report has run, all disk usage reports will read zero.
## Configuration
Configure this module at Islandora > Islandora Utility Modules > Roblib Reports Config (admin/islandora/tools/roblib/reports).
Because the measurement script can expensive to run and is predicted to slow down
the connected repository, it may not be necessary to run more than once every few days.
## Usage
Reports can be found at Administer > Reports > Islandora Disk Usage Report. Reports run during cron, at the frequency set
in the configuration, above. To refresh the reports, either run cron or use the drush script below.
Drush:
`$ drush upei-roblib-reports-run`
returns:
`UPEI Roblib Report generated in 19 sec. Peak memory usage: 63 MB.`
## Maintainers/Sponsors
Current maintainers:
* [Paul Pound](https://github.com/ppound)
## License
No license applied yet.