Packet-Clearing-House / DNSAuth

Go-lang app to aggregate DNS queries to 1 minute buckets and write them to influxdb
MIT License
2 stars 2 forks source link

What is the main bottleneck that causes DNSAuth to lag behind? #16

Open mrjones-plip opened 6 years ago

mrjones-plip commented 6 years ago

When writing a lot of distilled pcaps to influxdb, DNSAuth can start to lag behind real time. What is the main bottleneck that causes this lag? CPU vs IO vs RAM? Is there a way of optimizing the code so that when large .gz are thrown at DNSAuth it ingests them faster?