https://github.com/converged-computing/metrics-containers
Metrics containers to support the metrics operator
https://github.com/converged-computing/metrics-containers
Last synced: 5 months ago
JSON representation
Metrics containers to support the metrics operator
- Host: GitHub
- URL: https://github.com/converged-computing/metrics-containers
- Owner: converged-computing
- License: mit
- Created: 2023-08-01T03:40:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T06:59:11.000Z (over 1 year ago)
- Last Synced: 2025-09-10T05:36:54.594Z (9 months ago)
- Language: Dockerfile
- Homepage: https://converged-computing.github.io/metrics-operator/getting_started/metrics.html
- Size: 3.47 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# metrics-operator containers

These are metric containers to support the [metrics operator](https://github.com/converged-computing/metrics-operator). They are built separately to ensure modularity of
development.
- View the ⭐️ [Metrics Operator Documentation](https://converged-computing.github.io/metrics-operator/) ⭐️
## Containers
Metrics for the Metrics Operator are backed by containers. For example, storage metrics need to deploy containers that create PV/PVCs for some backend of choice, and the containers need to have the software that monitors the storage. Application metrics are similar, but will have software to monitor process(es). We store (and provide automated builds) for those containers here. Since metrics software can span multiple spaces (e.g., perf vs. storage) we namespace
them by tool.
- [sysstat](sysstat) provided via [github.com/sysstat/sysstat](https://github.com/sysstat/sysstat)
- [fio](fio)
- [lammps](lammps)
- [hacc](hacc) (this does not work outside of PowerPC)
- [nekbone](nekbone) with more information [in this PDF](https://github.com/AMDComputeLibraries/Nekbone/blob/amd-openmp/USERGUIDE.pdf)
- [osu-benchmark](osu-benchmark)
- [qmcpack](qmcpack) and a [summary here](https://asc.llnl.gov/sites/asc/files/2020-09/coral2_qmcpack_vfeb13.pdf)
- [amg](amg) has problem examples [here](https://asc.llnl.gov/sites/asc/files/2020-09/AMG_Summary_v1_7.pdf)
- [kripke](kripke) builds from [LLNL/Kripke](https://github.com/LLNL/Kripke)
## License
HPCIC DevTools is distributed under the terms of the MIT license.
All new contributions must be made under this license.
See [LICENSE](https://github.com/converged-computing/cloud-select/blob/main/LICENSE),
[COPYRIGHT](https://github.com/converged-computing/cloud-select/blob/main/COPYRIGHT), and
[NOTICE](https://github.com/converged-computing/cloud-select/blob/main/NOTICE) for details.
SPDX-License-Identifier: (MIT)
LLNL-CODE- 842614