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

need a way to measure delays at all the endpoints of the xrootd federation #92

Closed
ivukotic opened this issue Mar 5, 2014 · 1 comment
Assignees

Comments

@ivukotic
Copy link

ivukotic commented Mar 5, 2014

Now that there are rather large tree-like federations of the xrootd endpoints it becomes important to have optimal delays set at each of the redirectors. When I say "delay" I mean - time that a redirector will wait for an answer from the underlying endpoints/redirectors.
If we make it too short we risk returning "file not found" even if the file is actually there. If we make it too long, we are slowing down things unnecessarily.
So plan is to measure the times each endpoint takes to return an answer (both yes and no), and after a sufficient statistics has been collected analyze the data and set the delays on the redirectors appropriately.
To do this we need a way to measure response times. I've tried several proposed methods but non worked for all of our endpoints (full list is here: https://twiki.cern.ch/twiki/bin/view/AtlasComputing/FaxRedirectors).
Anyhow Andy promised to find and test the way to do this, and this issue has been created to remind him of that promise.

@abh3 abh3 self-assigned this Jan 22, 2015
@abh3
Copy link
Member

abh3 commented Aug 21, 2018

I'm closing this issue. Seems that the current measurements are sufficient for most people.

@abh3 abh3 closed this as completed Aug 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants