mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-05-09 10:15:03 -04:00
dns-stats: show total TCP and UDP queries
This commit is contained in:
parent
8c929f02ac
commit
6b573fe227
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ for host in ${hosts[@]}; do
|
|||
|
||||
print_stat uptime
|
||||
print_stat backend-queries
|
||||
print_stat tcp-queries
|
||||
print_stat udp-queries
|
||||
print_stat latency
|
||||
print_stat receive-latency
|
||||
print_stat backend-latency
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue