Created
March 3, 2015 01:23
-
-
Save gvilarino/aa20c427b5e08b959083 to your computer and use it in GitHub Desktop.
Output of `curl -L http://127.0.0.1:4001/v2/stats/leader` in a 5-vm cluster on Azure when on the same affinity group
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"leader": "c8a198fbca084485bffa492dbff5431d", | |
"followers": { | |
"32b14a46cbb044de8a8ece67c38efa7c": { | |
"latency": { | |
"current": 41.5293, | |
"average": 59.301658470459, | |
"standardDeviation": 78.3051592183, | |
"minimum": 0.8503, | |
"maximum": 1759.5405 | |
}, | |
"counts": { | |
"fail": 0, | |
"success": 6381 | |
} | |
}, | |
"37724ea6a73f4bed983f62cd8e339b00": { | |
"latency": { | |
"current": 29.6962, | |
"average": 58.848139951885, | |
"standardDeviation": 81.275515743178, | |
"minimum": 1.1007, | |
"maximum": 2036.6922 | |
}, | |
"counts": { | |
"fail": 0, | |
"success": 6235 | |
} | |
}, | |
"8f45529f0f934a8591aabd8111c64a2d": { | |
"latency": { | |
"current": 31.9613, | |
"average": 59.474945234022, | |
"standardDeviation": 81.539929484389, | |
"minimum": 1.0483, | |
"maximum": 1630.4944 | |
}, | |
"counts": { | |
"fail": 0, | |
"success": 6431 | |
} | |
}, | |
"fd512a8067934eda95d24a240dda5eac": { | |
"latency": { | |
"current": 29.2282, | |
"average": 58.676321332479, | |
"standardDeviation": 91.16994603781, | |
"minimum": 1.0194, | |
"maximum": 3356.3012 | |
}, | |
"counts": { | |
"fail": 0, | |
"success": 6244 | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment