I have some services that use docker containerized PHP services and are deployed distributed on the mesos cluster. After the service is containerized, I send all the logs (including nginx and php) in the container to a log server through syslogforward, and then use logstash on the log server to send the log p... I have some services that use docker containerized PHP services and are deployed distributed on the mesos cluster. After the service is containerized, I send all the logs (including nginx and php) in the container to a log server through syslog forward, and then push the logs to es through logstash on the log server, elk analyzes nginx and php logs in real time.
Recently, I want to collect the xhprof analysis results of 1% of the traffic in each container. I wonder if there is any feasible solution?
Reply content:
I have some services that use docker containerized PHP services and are deployed distributed on the mesos cluster. After the service is containerized, I send all the logs (including nginx and php) in the container to a log server through syslog forward, and then push the logs to es through logstash on the log server, elk analyzes nginx and php logs in real time.
Recently, I want to collect the xhprof analysis results of 1% of the traffic in each container. I wonder if there is any feasible solution?