Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skylinecommunications/slc-gqids-dataminerobjectsstatistics
https://github.com/skylinecommunications/slc-gqids-dataminerobjectsstatistics
dataminer dataminer-automation-script dataminer-gqi-data-source
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/skylinecommunications/slc-gqids-dataminerobjectsstatistics
- Owner: SkylineCommunications
- License: mit
- Created: 2024-06-25T07:11:01.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T12:53:51.000Z (4 months ago)
- Last Synced: 2024-07-19T10:31:59.726Z (4 months ago)
- Topics: dataminer, dataminer-automation-script, dataminer-gqi-data-source
- Language: C#
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# DataMiner Objects Statistics
DataMiner Objects Statistics repository is GQI DS library that exposes statistics related to DataMiner objects via GQI Data Sources. Library is implemented in a way that requires least amount of processing by leveraging Count methods available from DataMiner version 10.4.2.
Currently available sources are:
* Total number of reservation instances
* Number of reservation instances per state
* Total number of DOM instances
* Number of DOM instances per module
* Total number of resources
* Number of resources per poolFeel free to create PRs for more statistics about DataMiner objects.