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

How do I count the bandwidth value of a single domain name? #8881

Open
JoeyX-u opened this issue Jun 2, 2022 · 4 comments
Open

How do I count the bandwidth value of a single domain name? #8881

JoeyX-u opened this issue Jun 2, 2022 · 4 comments

Comments

@JoeyX-u
Copy link

JoeyX-u commented Jun 2, 2022

How do I count the bandwidth value of a single domain name?
example:
domain: https://www.google.com speed: 10M/s

@traeak
Copy link
Contributor

traeak commented Jun 6, 2022

You can run global plugin remap_stats.so and then either use traffic_ctl metric match to get via command line or use stats_over_http plugin to do the same over an http endpoint.

@Scumtron
Copy link

Scumtron commented Jun 7, 2022

@traeak Does this plugin have statistics for each host separately? It didn't before...

@mlibbey
Copy link
Contributor

mlibbey commented Jun 7, 2022

Might also take a look at log stats -- it parses squid binary log to produce stats. https://docs.trafficserver.apache.org/appendices/command-line/traffic_logstats.en.html

(and for your previous question... the plugin runs on a single host. The Traffic Server project itself doesn't have anything that manages many ATS nodes. The Apache Traffic Control project may have something along those lines.

@github-actions
Copy link

github-actions bot commented Jun 7, 2023

This issue has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community.

@github-actions github-actions bot added the Stale label Jun 7, 2023
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

5 participants