Conversation
Signed-off-by: Arun R H <arunrh@Aruns-MacBook-Pro.local>
Signed-off-by: Arun R H <arunrh@Aruns-MacBook-Pro.local>
f7b23db to
30e6b13
Compare
Signed-off-by: Arun R H <arunrh@Aruns-MacBook-Pro.local>
91323c9 to
2c33584
Compare
Signed-off-by: Arun R H <arunrh@Aruns-MacBook-Pro.local>
| @@ -0,0 +1,54 @@ | |||
| # Storage Utilization Summary | |||
There was a problem hiding this comment.
Tape related reports to be also added as a separate folder or here itself.
- Tape Drive Utilisation in a day/month. (can refer https://github.com/asafonov-ops/SP-mount-heatmap#)
- Daily Volume Usage. eg : How many tapes were actually used today?
- Scratch Tape Utilisation(Scratch tape used and remaining)
- Reclaim report : How many Tape Volumes reclaimed in day, Also How much capacity was reclaimed.
- DRM report?
There was a problem hiding this comment.
We can include it as part of next Phase
| @@ -0,0 +1,73 @@ | |||
| # Daily Ingest | |||
|
|
|||
| **Report ID:** R010 | |||
There was a problem hiding this comment.
Can we have the report segregated across backup/archive/migrate workflows from a node.
For eg: How much data backedup or archived or migrated in a day for a node/client
There was a problem hiding this comment.
We can include it as part of next Phase
| @@ -0,0 +1,50 @@ | |||
| # Large Data Movement Summary | |||
There was a problem hiding this comment.
In this folder we could also have reports which shows the capacity utilisation between Metadata and Data.
There was a problem hiding this comment.
We can include it as part of next Phase
|
|
||
| ### Purpose | ||
|
|
||
| Assess DBSPACE layout consistency and storage allocation strategies. Helps identify whether database storage is evenly distributed or if consolidation is needed. |
There was a problem hiding this comment.
can this report be a t table level?
Basically each Table in the DB2 is occupying how much space.
There was a problem hiding this comment.
We can include it as part of next Phase
Signed-off-by: Arun R H <arunrh@Aruns-MacBook-Pro.local>
Signed-off-by: Arun R H <arunrh@Aruns-MacBook-Pro.local>
Signed-off-by: Arun R H <arunrh@Aruns-MacBook-Pro.local>
This PR includes the SQL queries for custom reports that serve as a ready reference for customers to search and identify the required SQL for specific reporting needs. The provided queries can be used in the OC reporting engine to configure and trigger email-based report generation.