https://github.com/vshn/container-workload-insights
Container workload insights generator
https://github.com/vshn/container-workload-insights
Last synced: 2 months ago
JSON representation
Container workload insights generator
- Host: GitHub
- URL: https://github.com/vshn/container-workload-insights
- Owner: vshn
- License: bsd-3-clause
- Created: 2019-12-27T15:28:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:56:24.000Z (over 1 year ago)
- Last Synced: 2025-01-29T01:46:26.948Z (4 months ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Container workload insights generator
This project provides a set of scripts that can be used to generate
insights about the workload running in a Kubernetes cluster.The data required to produce the insights must be collected using the [process-info-collector](https://github.com/vshn/process-info-collector) tool.
## Generate pages
```
openpipe run pipelines/stats/openshift_managed_processes.yaml ../appuio-workload-insights/pic/output/
scripts/generate.sh
```## Docker build
```sh
docker build -t container-workload-insights .
```## Docker run
```sh
docker run \
-dit \
--name container-workload-insights \
-p 8080:8080 \
container-workload-insights
````