Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more statistics on timing #960

Closed
yichengq opened this issue Aug 26, 2014 · 1 comment
Closed

more statistics on timing #960

yichengq opened this issue Aug 26, 2014 · 1 comment
Assignees

Comments

@yichengq
Copy link
Contributor

Inspired by #915:

current etcd counts the total time for each AppendEntry RPC, and it varies a lot when leader changes frequently.

Personally i cannot infer root cause from it:

  1. RPC time includes both the time for network transmission, state machine handling and disk I/O.
  2. minimum, maximum and variance cannot give me the whole view of RPC. Maybe it is Normal distribution, or it could be binomial distribution.

More statistics could help us to figure out which part could be the problem for etcd cluster.

@xiang90 xiang90 added this to the v0.5.0 milestone Nov 30, 2014
@xiang90 xiang90 modified the milestones: v0.6.0, v0.5.0 Dec 13, 2014
@xiang90 xiang90 mentioned this issue Dec 15, 2014
@xiang90
Copy link
Contributor

xiang90 commented Dec 15, 2014

duplicate with #1867

@xiang90 xiang90 closed this as completed Dec 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants