[docker-dev] Measuting CPU used by different components of docker

2016-10-14 Thread suryakantgarg
Hi, I'm running apache httpd server inside docker container on linux (centos 7) machine. I've placed container behind the bridge. Now I want to measure the cpu usage of docker bridge, and the cpu used the the http process when it is handled from docker bridge to host network stack separately in

[docker-dev] Measuring overhead of docker bridge

2016-10-14 Thread suryakantgarg
Hi, I'm running apache httpd server inside docker container on linux (centos 7) machine. I've placed container behind the bridge. Now I want to measure the overhead incurred by docker bridge. How can I do that ? I used perf tool for cpu profiling, but I can't infer from that the cpu used when th

[docker-dev] Which docker.go file executes when docker starts ?

2016-10-23 Thread suryakantgarg
I've just started looking at docker source code. Could someone please help me regarding which docker.go file is called when docker starts ? /cmd/docker/docker.go or /cmd/dockerd/docker.go or is there any other file ? Thanks. -- You received this message because you are subscribed to the Googl