Package org.minidns.minidnsrepl
Class MiniDnsStats
- java.lang.Object
-
- org.minidns.minidnsrepl.MiniDnsStats
-
public class MiniDnsStats extends Object
-
-
Constructor Summary
Constructors Constructor Description MiniDnsStats()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringBuildergatherStatsFor(DnssecClient client, String testName, String name, Record.TYPE type)static DnssecClientgetClient(IntegrationTestTools.CacheConfig cacheConfig)static StringBuildergetStats(AbstractDnsClient client)static voidmain(String[] args)static voidshowDnssecStats()static voidshowDnssecStats(String name, Record.TYPE type)
-
-
-
Constructor Detail
-
MiniDnsStats
public MiniDnsStats()
-
-
Method Detail
-
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, Record.TYPE type) throws IOException
- Throws:
IOException
-
gatherStatsFor
public static StringBuilder gatherStatsFor(DnssecClient client, String testName, String name, Record.TYPE type) throws IOException
- Throws:
IOException
-
getClient
public static DnssecClient getClient(IntegrationTestTools.CacheConfig cacheConfig)
-
getStats
public static StringBuilder getStats(AbstractDnsClient client)
-
-