mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
Upstream usage statistics #4134
Labels
No labels
P1: Critical
P2: High
P3: Medium
P4: Low
UI
bug
cannot reproduce
compatibility
dependencies
docker
documentation
duplicate
enhancement
enhancement
external libs
feature request
good first issue
help wanted
infrastructure
invalid
localization
needs investigation
performance
potential-duplicate
question
recurrent
research
snap
waiting for data
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AdGuardHome#4134
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rafalohaki on GitHub (Dec 24, 2022).
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to request a feature or enhancement and not ask a question
Description
Hello,

Im using parallel requests, im not sure but it seems logs showing which dns is used the most because its faster than others?
Would be nice to have statistics showing ranking of upstream used and if one of my upstreams is even used from list.
for example in logs i hardly see
dns https://blitz.ahadns.combeing usedso if statistics could show me that its so rare being used i could remove it from the list
@Disqu3-mirOir-qt commented on GitHub (Dec 24, 2022):
in linux easy
grep "upstrream_adresss" querylog.json | wc -l
@rafalohaki commented on GitHub (Dec 24, 2022):
i meant something like this

@ainar-g commented on GitHub (Aug 9, 2023):
We've added this on the Edge channel while working on #1453. Merging into that one.
@rafalohaki, you can test the feature on the Edge channel now.
@rafalohaki commented on GitHub (Aug 9, 2023):
thank you very much!