Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skylinecommunications/slc-gqids-parameteralarmpercentages
Retrieves the severity-wise percentages within a specified time period.
https://github.com/skylinecommunications/slc-gqids-parameteralarmpercentages
Last synced: about 5 hours ago
JSON representation
Retrieves the severity-wise percentages within a specified time period.
- Host: GitHub
- URL: https://github.com/skylinecommunications/slc-gqids-parameteralarmpercentages
- Owner: SkylineCommunications
- License: mit
- Created: 2023-08-14T08:30:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-14T08:56:52.000Z (over 1 year ago)
- Last Synced: 2023-08-14T09:42:52.009Z (over 1 year ago)
- Language: C#
- Size: 39.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Parameter alarm percentages
Retrieves the severity-wise percentages within a specified time period.
This result in a table with 2 columns:
- Severity
- A string column identifying the severity of the value.
- Percentage
- A double column identifying the percentage of time this parameter was in the state of this severity.![Severities example](images/Severities.png)
This can also be displayed in any other GQI visualization. A pie chart for this data is most suitable. Note that the colors of the pie chart need to be configured manually. These colors are mapped based on the row order.
![Piechart example](images/PieChart.png)
## Arguments
This data sources comes with 3 arguments:
- Parameter Id
- In the format "A/B/C" where
- A is the DataMiner Id
- B is the element Id
- C is the parameter Id
- Start of the time window
- End of the time window![Arguments](images/Arguments.png)