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

Feat: Metrics for the server #24

Closed
hopeyen opened this issue Dec 5, 2023 · 0 comments · Fixed by #59
Closed

Feat: Metrics for the server #24

hopeyen opened this issue Dec 5, 2023 · 0 comments · Fixed by #59
Labels
p3 Low priority size:medium Medium
Milestone

Comments

@hopeyen
Copy link
Collaborator

hopeyen commented Dec 5, 2023

Track metrics helps with managing data distribution and file handling by tracking performance and efficiency

  • Response Time: Average response time for file requests.
  • Throughput: Number of requests handled per unit of time (e.g., requests per second).
  • Error Rate: Percentage of requests resulting in errors.
  • Data Transfer Efficiency: Amount of data successfully transferred versus requested.
  • Uptime and Availability: Percentage of time the server is operational and accessible.
  • Request Distribution: Distribution of requests across different files.

Consider for the Client to have a satisfaction metrics: perceived latency, download speed, and timeouts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p3 Low priority size:medium Medium
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant