Description
In my testing, I setup a cluster consist of two nodes: test62/test63.
And then, using jtest to do some requests for node test62.
Finally, I stopped jtest, and picked up some stats value shown as below from these two ndoes:
Node test62: ------- [root@test62 ~]# list-cluster.sh proxy.process.http.origin_server_request_document_total_size=0 proxy.process.http.origin_server_request_header_total_size=271218334 proxy.node.http.origin_server_total_request_bytes=271218334 proxy.cluster.http.origin_server_total_request_bytes=271218334 Node test63: ------- [root@test63 ~]# list-cluster.sh proxy.process.http.origin_server_request_document_total_size=0 proxy.process.http.origin_server_request_header_total_size=0 proxy.node.http.origin_server_total_request_bytes=0 proxy.cluster.http.origin_server_total_request_bytes=23973809347
Obviously, the stats cluster value: proxy.cluster.http.origin_server_total_request_bytes is not consistent among two nodes.