mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
DNS cache check and the cache hit ratio #1944
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#1944
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 @lhzw on GitHub (Sep 11, 2020).
My version:
2020/09/12 01:51:34 69#1 [info] AdGuard Home, version v0.103.3, channel release, arch linux amd64
Problem Description
I'd like to check the dns cache, and the cache hit ratio. But I didn't find it anywhere.
Proposed Solution
Like dnsmasq, show the caches and the queries forwarded and queries answered locally:
dnsmasq[1]: queries forwarded 305, queries answered locally 348
Show it on the web gui, or a command are both fine to me.
Thank you for your awesome work.
@ameshkov commented on GitHub (Sep 13, 2020):
Duplicates https://github.com/AdguardTeam/AdGuardHome/issues/1685
@lhzw commented on GitHub (Dec 30, 2020):
Duplicates #1453