We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey there, thanks for reading..
I'm wondering if there is a way that I would be able to get statistics going..
https://www.nlnetlabs.nl/documentation/unbound/howto-statistics/
There is nothing wrong with your image.. I was just hoping you might be able to share something..
This works.. from the local machine where unbound is running
unbound-control -s 10.20.0.43@8953 stats_noreset | grep query mem.http.query_buffer=0 num.query.type.A=522293 num.query.type.NS=163 num.query.type.CNAME=9 num.query.type.SOA=1174 num.query.type.PTR=1915 num.query.type.MX=22 num.query.type.TXT=2611 num.query.type.AAAA=37700 num.query.type.SRV=509 num.query.type.HTTPS=117 num.query.class.IN=566513 num.query.opcode.QUERY=566513 8< --- SNIP --- >8
but from a remote machine..
unbound-control -s 10.20.0.43@8953 stats_noreset [1642717365] unbound-control[2803640:0] fatal error: could not recv: Connection reset by peer
I have two unbound instances that I am trying to graph.. unbound-control seems to be the command which is pulling the data..
Thanks in advance..
The text was updated successfully, but these errors were encountered:
HI there, see if this doesn't get you going: #77
Sorry, something went wrong.
No branches or pull requests
Hey there, thanks for reading..
I'm wondering if there is a way that I would be able to get statistics going..
https://www.nlnetlabs.nl/documentation/unbound/howto-statistics/
There is nothing wrong with your image.. I was just hoping you might be able to share something..
This works.. from the local machine where unbound is running
but from a remote machine..
I have two unbound instances that I am trying to graph.. unbound-control seems to be the command which is pulling the data..
Thanks in advance..
The text was updated successfully, but these errors were encountered: