0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-14 09:38:34 +00:00
netdata_netdata/collectors/python.d.plugin/dns_query_time
Nate 32065eb916 dns_query_time py module: saving dns request in 'r', checking response for answer, recording '-… ()
* saving dns request in 'r', checking response for answer, recording '-50' if no data in dns answer

* removed time import, removes dns_start and dns_end in favor of time provided by dnspython, updated lack of answer to '-100' value, re-organized code to update query_time with only a sing q.put in finally block

* fixing logic error from last commit

* fixing logic error from last commit

* removing divisor
2019-06-10 09:24:01 +03:00
..
dns_query_time.chart.py dns_query_time py module: saving dns request in 'r', checking response for answer, recording '-… () 2019-06-10 09:24:01 +03:00
dns_query_time.conf python.d.plugin update () 2018-12-07 10:15:03 +01:00
Makefile.inc Fix make dist () 2018-10-16 15:26:28 +03:00
README.md Ga () 2018-12-07 11:30:04 +01:00

dns_query_time

This module provides DNS query time statistics.

Requirement:

  • python-dnspython package

It produces one aggregate chart or one chart per DNS server, showing the query time.


analytics