Class MiniDnsStats

java.lang.Object
org.minidns.minidnsrepl.MiniDnsStats

public class MiniDnsStats extends Object
  • Constructor Details

    • MiniDnsStats

      public MiniDnsStats()
  • Method Details

    • main

      public static void main(String[] args) throws IOException
      Throws:
      IOException
    • showDnssecStats

      public static void showDnssecStats() throws IOException
      Throws:
      IOException
    • showDnssecStats

      public static void showDnssecStats(String name, org.minidns.record.Record.TYPE type) throws IOException
      Throws:
      IOException
    • gatherStatsFor

      public static StringBuilder gatherStatsFor(org.minidns.dnssec.DnssecClient client, String testName, String name, org.minidns.record.Record.TYPE type) throws IOException
      Throws:
      IOException
    • getClient

      public static org.minidns.dnssec.DnssecClient getClient(org.minidns.integrationtest.IntegrationTestTools.CacheConfig cacheConfig)
    • getStats

      public static StringBuilder getStats(org.minidns.AbstractDnsClient client)