Kai Meinhard

Results 3 issues of Kai Meinhard

For any given database table there is a set of common queries that could be implemented by default. Spring does that with [`CrudRepository`](https://docs.spring.io/spring-data/jpa/docs/current/reference/html/#repositories.core-concepts) and [`JpaRepository`](https://docs.spring.io/spring-data/jpa/docs/current/reference/html/#jpa.query-methods). This makes it a lot...

Enhancement

## Summary Redfish supports exposing CPU utilization metrics. For example time spend in user or kernel mode. [Example Response](https://github.com/DMTF/Redfish-Publications/blob/main/mockups/public-liquid-cooled-server/Systems/437XR1138R2/Processors/FPGA1/ProcessorMetrics/index.json) ## Checklist - [x] No AI generated code was used in...

### Use Case When monitoring a Redfish device I would like to measure processor utilization and related metrics. These are exposed like in [this example](https://github.com/DMTF/Redfish-Publications/blob/main/mockups/public-liquid-cooled-server/Systems/437XR1138R2/Processors/FPGA1/ProcessorMetrics/index.json). [Relevant OpenAPI](https://redfish.dmtf.org/schemas/v1/ProcessorMetrics.v1_6_4.yaml) ### Expected behavior...

feature request