Skip to content

Commit d6f5e5d

Browse files
Create reports.md
1 parent 8d35452 commit d6f5e5d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

sphinx/server_management/reports.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Hosting Reports
2+
3+
Our team generates a "Hosting Report" with database metrics that will be added to the SCC Vault automatically on the 1st and 15th of every month.
4+
5+
As of 2025-05-13, this is run on the North America report runner EC2 instance.
6+
7+
```bash
8+
HostName ec2-54-163-71-241.compute-1.amazonaws.com
9+
User ubuntu
10+
```
11+
12+
The column headers for the export are:
13+
- **Database**: Name of the database.
14+
- **DatabaseSizeGB**: Size of the database in gigabytes.
15+
- **InstitutionName**: Name of the institution.
16+
- **DisciplineName**: The name of the discipline.-
17+
- **CollectionName**: Name of the specific collection.
18+
- **NumCollectionObjects**: Total number of CO records in the collection.
19+
- **LatestCollectionObjectCreated**: Date when the last CO was added.
20+
- **MostCommonCataloger**: Name of the cataloger with the most COs in the collection.
21+
22+
To set this configuration up, you need to clone the [github.com/grantfitzsimmons/run_query](https://github.com/grantfitzsimmons/run_query) repository on each server, located in the ~/run_query/ directory. For each, you need to follow the installation instructions to setup the veritual environment, install the requirements, and create an `.env` file. See those instructions in the [README.md](https://github.com/grantfitzsimmons/run_query/blob/main/README.md) in that repository.
23+

0 commit comments

Comments
 (0)