docker compose setup #15
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
fix
good first issue
help wanted
invalid
major
question
testing
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: spdf/elektron#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "pradykaushik/issues/issue-13-docker-compose-setup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The docker image tagged
rdelvalle/mesos-master:1.5.1
was used as the mesos master.As the mesos agent for Elektron requires additional software (docker, PCP)
pkaushi1/mesos-agent-elektron:1.5.1
was built usingrdelvalle/mesos:1.5.1
as the base image.Use the below commands to run elektron.
We own the organization
spdf
at dockerhub https://hub.docker.com/orgs/spdf/repositoriesWere you able to find a workaround for getting RAPL metrics?
Good to know. I'll push the image there then.
Not yet. Currently, the CPU and Memory utilization is measured of the physical host (not the containers).
There are multiple ways forward from here.
pmdadocker
and monitoring the below metrics. However, note that PCP would still need to be installed on the host machine. If we want to measure RAPL metrics, we would need to pull data from the host machine.-
docker.cpu_stats.cpu_usage.usage_in_kernelmode
-
docker.cpu_stats.cpu_usage.usage_in_usermode
-
docker.memory_stats.usage
- Testing becomes easier as now we have a fixed PCP log.
- Power measurements can also be part of the PCP log file.
If we go with option 3, it would not require installation of PCP on the host machine.
Let me know your thoughts on this.